Searched refs:pixelStride (Results 1 - 13 of 13) sorted by path

/xsrc/external/mit/MesaLib/dist/include/android_stub/android/
H A Dhardware_buffer.h317 uint32_t pixelStride; ///< Distance in bytes from the color channel of one pixel to the next member in struct:AHardwareBuffer_Plane
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm.h147 int apmLock, pixelStride, RushY[7], CopyMode; member in struct:__anon29656e4e0408
H A Dapm_funcs.c245 if (i && pApm->pixelStride) {
257 w = (pApm->pixelStride * 8) / pApm->CurrentLayout.bitsPerPixel;
275 if (pApm->pixelStride) {
276 x1 += (((y1 % pApm->CurrentLayout.Scanlines) - pApm->RushY[i - 1]) * pApm->pixelStride * 8) / pApm->CurrentLayout.bitsPerPixel;
336 if (i && pApm->pixelStride) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.c266 screen->fb.pixelStride = screen->width;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c182 screen->fb.pixelStride = (priv->bytes_per_line * 8/
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c357 screen->fb.pixelStride = (priv->fix.line_length * 8 /
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c960 screen->fb.pixelStride,
981 screen->fb.pixelStride,
H A Dkdrive.h76 int pixelStride; member in struct:_KdFrameBuffer
H A Dkshadow.c47 screen->fb.pixelStride = paddedWidth * 8 / bpp;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.c238 screen->fb.pixelStride = screen->width;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c732 screen->fb.pixelStride, screen->fb.bitsPerPixel)) {
751 screen->fb.pixelStride, screen->fb.bitsPerPixel)) {
H A Dkdrive.h75 int pixelStride; member in struct:_KdFrameBuffer
H A Dkshadow.c47 screen->fb.pixelStride = paddedWidth * 8 / bpp;

Completed in 21 milliseconds