Lines Matching defs:buffer_width
666 unsigned short section, buffer_width, blit_mode;
712 buffer_width = GFXbufferWidthPixels << 1;
723 if (width > buffer_width)
724 section = buffer_width;
774 unsigned short buffer_width, line_width;
811 buffer_width = GFXbufferWidthPixels << 1;
838 section = (line_width > buffer_width) ? buffer_width : line_width;
901 unsigned short section, buffer_width;
938 buffer_width = GFXusesDstData ? GFXbufferWidthPixels :
949 if (width > buffer_width)
950 section = buffer_width;
1015 unsigned short section, buffer_width;
1041 buffer_width = GFXbufferWidthPixels;
1084 if (width > buffer_width)
1085 section = buffer_width;
1159 unsigned short section, buffer_width;
1168 buffer_width = GFXbufferWidthPixels;
1177 buffer_width <<= 1;
1192 if (width > buffer_width)
1193 section = buffer_width;
1271 unsigned short section, buffer_width;
1279 buffer_width = GFXbufferWidthPixels;
1323 if (width > buffer_width)
1324 section = buffer_width;
1396 unsigned short section, buffer_width;
1408 buffer_width = GFXbufferWidthPixels;
1411 buffer_width = 3200;
1441 if (width > buffer_width)
1442 section = buffer_width;