Searched refs:NextPixel (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 210 void NextPixel(uint8_t** src_scan, uint8_t** dst_scan, int bpp) { in NextPixel() function 258 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 268 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 272 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 282 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 286 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 299 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 315 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 324 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 340 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() [all …]
|