Home
last modified time | relevance | path

Searched refs:SkPixel16ToPixel32 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/opts/
DSkXfermode_opts.h236 dst32[0] = SkPixel16ToPixel32(dst[0]); in xfer16()
237 dst32[1] = SkPixel16ToPixel32(dst[1]); in xfer16()
238 dst32[2] = SkPixel16ToPixel32(dst[2]); in xfer16()
239 dst32[3] = SkPixel16ToPixel32(dst[3]); in xfer16()
254 SkPMColor dst32 = SkPixel16ToPixel32(*dst); in xfer16()
283 SkPMColor dst32 = SkPixel16ToPixel32(dst[i]); in xfer16()
/external/skia/src/core/
DSkBitmapProcState_procs.h122 #define RETURNDST(src) SkPixel16ToPixel32(src)
138 #define RETURNDST(src) SkAlphaMulQ(SkPixel16ToPixel32(src), alphaScale)
DSkBlitRow_D16.cpp77 SkPMColor res = SkBlendARGB32(sc, SkPixel16ToPixel32(dc), alpha); in S32A_D565_Blend()
DSkXfermode.cpp1048 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
1055 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
1201 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
1208 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
DSkLinearBitmapPipeline_sample.h96 return pmcolor_to_rgba<gammaType>(SkPixel16ToPixel32(pixel)); in toSk4f()
/external/skia/include/core/
DSkColorPriv.h723 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() function