HomeSort by relevance Sort by last modified time
    Searched refs:SkPixel32ToPixel4444 (Results 1 - 7 of 7) sorted by null

  /external/skia/src/images/
SkScaledBitmapSampler.cpp 174 dst[x] = SkPixel32ToPixel4444(c);
254 dst[x] = SkPixel32ToPixel4444(c);
  /external/skia/src/core/
SkBlitRow_D4444.cpp 24 *dst++ = SkPixel32ToPixel4444(c);
SkXfermode.cpp 520 dst[i] = SkPixel32ToPixel4444(this->xferColor(src[i], dstC));
531 dst[i] = SkPixel32ToPixel4444(C);
634 dst[i] = SkPixel32ToPixel4444(proc(src[i], dstC));
645 dst[i] = SkPixel32ToPixel4444(C);
    [all...]
SkBlitter_4444.cpp 60 fPMColor16 = SkPixel32ToPixel4444(c);
SkDraw.cpp 193 *data = SkPixel32ToPixel4444(pmc);
    [all...]
  /external/skia/src/effects/
SkAvoidXfermode.cpp 233 dst[i] = SkBlend4444(SkPixel32ToPixel4444(src[i]), dst[i], d);
  /external/skia/include/core/
SkColorPriv.h 652 static inline SkPMColor16 SkPixel32ToPixel4444(SkPMColor c) {

Completed in 353 milliseconds