Searched defs:sk_linear_to_srgb (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkSRGB.h17 * - for linear -> sRGB, call sk_linear_to_srgb() for R,G,B;
20 * sk_linear_to_srgb() will run a little faster than usual when compiled with SSE4.1+.
28 static inline Sk4i sk_linear_to_srgb(const Sk4f& x) { function
/external/skqp/src/core/
H A DSkSRGB.h17 * - for linear -> sRGB, call sk_linear_to_srgb() for R,G,B;
20 * sk_linear_to_srgb() will run a little faster than usual when compiled with SSE4.1+.
28 static inline Sk4i sk_linear_to_srgb(const Sk4f& x) { function

Completed in 125 milliseconds