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

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_drm.c521 int x_bytes, width_bytes; local in function:swrast_put_image2
537 x_bytes = x * (bpp >> 3);
545 dst = bo->map + x_bytes + (y * internal_stride);
570 int x_bytes, width_bytes; local in function:swrast_get_image
582 x_bytes = x * (bpp >> 3);
592 src = bo->map + x_bytes + (y * internal_stride);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_drm.c528 int x_bytes, width_bytes; local in function:swrast_put_image2
544 x_bytes = x * (bpp >> 3);
552 dst = bo->map + x_bytes + (y * internal_stride);
577 int x_bytes, width_bytes; local in function:swrast_get_image
589 x_bytes = x * (bpp >> 3);
599 src = bo->map + x_bytes + (y * internal_stride);
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c546 FT_UInt x_bytes = 0; local in function:store_points
569 x_bytes += 1;
572 x_bytes += 2;
618 xy_bytes = x_bytes + y_bytes;
619 if ( xy_bytes < x_bytes ||
625 y_offset = flag_offset + x_bytes;

Completed in 6 milliseconds