Searched refs:NextPixel (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 192 void NextPixel(uint8_t** src_scan, uint8_t** dst_scan, int bpp) { in NextPixel() function 240 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 250 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 254 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 264 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 268 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 281 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 297 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 306 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() 322 NextPixel(&src_scan, &dest_scan, Bpp); in DrawNormalTextHelper() [all …]
|