Searched refs:SkExpand_4444 (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkBlitRow_D4444.cpp42 uint32_t dst_expand = SkExpand_4444(*dst);
63 uint32_t dst_expand = SkExpand_4444(*dst) * scale16;
85 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale;
128 uint32_t dst_expand = SkExpand_4444(*dst) * (16 - scale16);
153 uint32_t dst_expand = SkExpand_4444(*dst) * scale16;
183 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale;
H A DSkBlitter_4444.cpp25 uint32_t src32 = SkExpand_4444(src) * src_scale;
26 uint32_t dst32 = SkExpand_4444(dst) * dst_scale;
107 uint32_t c32 = SkExpand_4444(c);
116 tmp = SkExpand_4444(*dst) * invScale;
118 tmp = SkExpand_4444(*dst) * invScale;
122 tmp = SkExpand_4444(*dst) * invScale;
173 uint32_t c32 = SkExpand_4444(color) * (alphaScale >> 4);
182 uint32_t d32 = SkExpand_4444(*device) * invScale;
H A DSkBitmapProcState.cpp50 a00 = SkExpand_4444(a00);
51 a01 = SkExpand_4444(a01);
52 a10 = SkExpand_4444(a10);
53 a11 = SkExpand_4444(a11);
/external/skia/src/effects/
H A DSkTransparentShader.cpp90 uint32_t c = SkExpand_4444(src[i]) * scale16;
/external/skia/include/core/
H A DSkColorPriv.h578 static inline uint32_t SkExpand_4444(U16CPU c) { function
585 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
631 uint32_t src32 = SkExpand_4444(src) * scale16;
640 uint32_t dst32 = SkExpand_4444(dst) * dstScale;

Completed in 126 milliseconds