Searched refs:placePixel (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 173 void (*placePixel)(const int pixelNo, const unsigned char* buf, in onDecode() local 179 placePixel = &editPixelBit1; in onDecode() 183 placePixel = &editPixelBit4; in onDecode() 187 placePixel = &editPixelBit8; in onDecode() 191 placePixel = &editPixelBit24; in onDecode() 195 placePixel = &editPixelBit32; in onDecode() 323 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode()
|
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 68 virtual void VECTORCALL placePixel(Sk4f pixel0) = 0; 571 if (n >= 1) fNext->placePixel(px0); in pointListFew() 572 if (n >= 2) fNext->placePixel(px1); in pointListFew() 573 if (n >= 3) fNext->placePixel(px2); in pointListFew() 586 fNext->placePixel(pixel); in bilerpList() 630 void VECTORCALL placePixel(Sk4f pixel) override { in placePixel() function in __anon16939db40111::PlaceFPPixel
|