Home | Sort by relevance Sort by last modified time |
/external/skia/src/core/ | |
SkPM4fPriv.h | 49 static inline uint32_t Sk4f_toL32(const Sk4f& x4) { |
SkXfermode4f.cpp | 34 return (D == kSRGB_Dst) ? Sk4f_toS32(x4) : Sk4f_toL32(x4); 272 dst[i] = Sk4f_toL32(r4); |