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

  /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);

Completed in 174 milliseconds