Home
last modified time | relevance | path

Searched refs:Sk4f_toS32 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPM4fPriv.h53 static inline uint32_t Sk4f_toS32(const Sk4f& x4) { in Sk4f_toS32() function
DSkXfermode4f.cpp34 return (D == kSRGB_Dst) ? Sk4f_toS32(x4) : Sk4f_toL32(x4); in store_dst()
117 dst[i] = Sk4f_toS32(d); in clear_srgb()