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

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2758 Long last_pixel = ras.target.width - 1; local
2759 Int last_cell = last_pixel >> 2;
2760 Int last_bit = last_pixel & 3;
/external/freetype/src/raster/
H A Dftraster.c2763 Long last_pixel = ras.target.width - 1; local
2764 Int last_cell = last_pixel >> 2;
2765 Int last_bit = last_pixel & 3;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2760 Long last_pixel = ras.target.width - 1; local
2761 Int last_cell = last_pixel >> 2;
2762 Int last_bit = last_pixel & 3;

Completed in 1341 milliseconds