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

  /external/skia/src/core/
SkSRGB.h 17 * - 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/
SkSRGB.h 17 * - 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 250 milliseconds