Home
last modified time | relevance | path

Searched refs:xfer16 (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkXfermode_proccoeff.h36 void xfer16(uint16_t dst[], const SkPMColor src[], int count,
H A DSkBlitter_RGB16.cpp831 fXfermode->xfer16(device, span, width, nullptr); in blitH()
867 mode->xfer16(device, localSpan, count, nullptr); in blitAntiH()
871 mode->xfer16(device, localSpan, count, aaExpand); in blitAntiH()
H A DSkXfermode.cpp1041 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
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/opts/
H A DSkXfermode_opts.h232 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override {
281 void xfer16(uint16_t dst[], const SkPMColor src[], int n, const SkAlpha aa[]) const override {
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkXfermode.h41 virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,