Home
last modified time | relevance | path

Searched refs:copyLine (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/images/
DSkMovie_gif.cpp119 static void copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, in copyLine() function
140 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
197 copyLine(dst, src, cmap, transparent, copyWidth); in blitNormal()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Image.h35 void copyLine(FX_INT32 hTo, FX_INT32 hFrom);
DJBig2_GeneralDecoder.cpp117 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt()
172 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt2()
242 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt3()
321 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_unopt()
368 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_opt()
423 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_opt2()
492 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_opt3()
571 GBREG->copyLine(h, h - 1); in decode_Arith_Template1_unopt()
616 GBREG->copyLine(h, h - 1); in decode_Arith_Template2_opt()
669 GBREG->copyLine(h, h - 1); in decode_Arith_Template2_opt2()
[all …]
DJBig2_Image.cpp96 void CJBig2_Image::copyLine(FX_INT32 hTo, FX_INT32 hFrom) in copyLine() function in CJBig2_Image