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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_procs.h51 a00 = SkExpand_4444(a00);
52 a01 = SkExpand_4444(a01);
53 a10 = SkExpand_4444(a10);
54 a11 = SkExpand_4444(a11);
/external/skia/src/core/
H A DSkBitmapProcState_procs.h51 a00 = SkExpand_4444(a00);
52 a01 = SkExpand_4444(a01);
53 a10 = SkExpand_4444(a10);
54 a11 = SkExpand_4444(a11);
/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h666 static inline uint32_t SkExpand_4444(U16CPU c) { function
673 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
719 uint32_t src32 = SkExpand_4444(src) * scale16;
728 uint32_t dst32 = SkExpand_4444(dst) * dstScale;
/external/skia/include/core/
H A DSkColorPriv.h666 static inline uint32_t SkExpand_4444(U16CPU c) { function
673 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
719 uint32_t src32 = SkExpand_4444(src) * scale16;
728 uint32_t dst32 = SkExpand_4444(dst) * dstScale;

Completed in 66 milliseconds