Searched refs:xfer16 (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkXfermode_proccoeff.h | 35 void xfer16(uint16_t dst[], const SkPMColor src[], int count,
|
D | SkXfermodePriv.h | 41 virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,
|
D | SkBlitter_RGB16.cpp | 822 fXfermode->xfer16(device, span, width, nullptr); in blitH() 858 mode->xfer16(device, localSpan, count, nullptr); in blitAntiH() 862 mode->xfer16(device, localSpan, count, aaExpand); in blitAntiH()
|
D | SkXfermode.cpp | 1041 void SkXfermode::xfer16(uint16_t* dst, in xfer16() function in SkXfermode 1191 void SkProcCoeffXfermode::xfer16(uint16_t* SK_RESTRICT dst, in xfer16() function in SkProcCoeffXfermode
|
/external/skia/src/opts/ |
D | SkXfermode_opts.h | 232 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer16() function 281 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override { in xfer16() function
|