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

  /external/skia/src/core/
SkBlitRow_D4444.cpp 35 uint32_t dst_expand = SkExpand_4444(*dst);
56 uint32_t dst_expand = SkExpand_4444(*dst) * scale16;
78 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale;
121 uint32_t dst_expand = SkExpand_4444(*dst) * (16 - scale16);
146 uint32_t dst_expand = SkExpand_4444(*dst) * scale16;
176 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale;
SkBlitter_4444.cpp 33 uint32_t src32 = SkExpand_4444(src) * src_scale;
34 uint32_t dst32 = SkExpand_4444(dst) * dst_scale;
115 uint32_t c32 = SkExpand_4444(c);
124 tmp = SkExpand_4444(*dst) * invScale;
126 tmp = SkExpand_4444(*dst) * invScale;
130 tmp = SkExpand_4444(*dst) * invScale;
181 uint32_t c32 = SkExpand_4444(color) * (alphaScale >> 4);
190 uint32_t d32 = SkExpand_4444(*device) * invScale;
SkBitmapProcState.cpp 43 a00 = SkExpand_4444(a00);
44 a01 = SkExpand_4444(a01);
45 a10 = SkExpand_4444(a10);
46 a11 = SkExpand_4444(a11);
  /external/skia/src/effects/
SkTransparentShader.cpp 98 uint32_t c = SkExpand_4444(src[i]) * scale16;
  /external/skia/include/core/
SkColorPriv.h 504 static inline uint32_t SkExpand_4444(U16CPU c) {
511 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
557 uint32_t src32 = SkExpand_4444(src) * scale16;
566 uint32_t dst32 = SkExpand_4444(dst) * dstScale;

Completed in 376 milliseconds