Searched refs:gc_buffer_columns (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c147 static uint32_t gc_buffer_columns; variable
332 if ( xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows )
338 start = (yy * gc_buffer_columns) + xx;
339 end = (bottom * gc_buffer_columns) - 1;
342 start = (top * gc_buffer_columns);
343 end = (yy * gc_buffer_columns) + xx;
346 start = (top * gc_buffer_columns);
347 end = (bottom * gc_buffer_columns) - 1;
393 buffer_columns = gc_buffer_columns;
401 gc_buffer_columns
[all...]

Completed in 118 milliseconds