Lines Matching defs:buffer_width
516 unsigned short section, buffer_width, blit_mode;
562 buffer_width = GFXbufferWidthPixels << 1;
573 if (width > buffer_width)
574 section = buffer_width;
624 unsigned short buffer_width, line_width;
661 buffer_width = GFXbufferWidthPixels << 1;
689 (line_width > buffer_width) ? buffer_width : line_width;
753 unsigned short section, buffer_width;
790 buffer_width = GFXusesDstData ? GFXbufferWidthPixels :
801 if (width > buffer_width)
802 section = buffer_width;
868 unsigned short section, buffer_width;
894 buffer_width = GFXbufferWidthPixels;
937 if (width > buffer_width)
938 section = buffer_width;
1013 unsigned short section, buffer_width;
1022 buffer_width = GFXbufferWidthPixels;
1031 buffer_width <<= 1;
1046 if (width > buffer_width)
1047 section = buffer_width;
1126 unsigned short section, buffer_width;
1134 buffer_width = GFXbufferWidthPixels;
1178 if (width > buffer_width)
1179 section = buffer_width;
1251 unsigned short section, buffer_width;
1263 buffer_width = GFXbufferWidthPixels;
1267 buffer_width = 3200;
1297 if (width > buffer_width)
1298 section = buffer_width;