Searched defs:BYTES_PER_ROW (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_linetemp.h42 * BYTES_PER_ROW - number of bytes per row in the color buffer
205 pixelYstep = BYTES_PER_ROW;
214 pixelYstep = -(BYTES_PER_ROW);
416 #undef BYTES_PER_ROW macro
H A Ds_tritemp.h47 * BYTES_PER_ROW - number of bytes per row in the color buffer
618 dPRowOuter = -((int)BYTES_PER_ROW) + idxOuter * sizeof(PIXEL_TYPE);
963 #undef BYTES_PER_ROW macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/fonts/
H A Dfontstruct.h266 #define BYTES_PER_ROW(bits, nbytes) \ macro
274 BYTES_PER_ROW(GLYPHWIDTHPIXELS(ci),pad))
/vbox/src/VBox/Additions/x11/x11include/fontsproto-2.1.0/X11/fonts/
H A Dfontstruct.h264 #define BYTES_PER_ROW(bits, nbytes) \ macro
272 BYTES_PER_ROW(GLYPHWIDTHPIXELS(ci),pad))

Completed in 55 milliseconds