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

  /external/skia/tests/
SRGBTest.cpp 22 int actual = linear_to_srgb(sk_linear_from_srgb[i]);
  /external/skia/src/core/
SkPM4fPriv.h 33 return { sk_linear_from_srgb[(px >> 0) & 0xff],
34 sk_linear_from_srgb[(px >> 8) & 0xff],
35 sk_linear_from_srgb[(px >> 16) & 0xff],
SkSRGB.h 16 * - for sRGB -> linear, lookup R,G,B in sk_linear_from_srgb;
23 extern const float sk_linear_from_srgb[256];
SkSRGB.cpp 10 const float sk_linear_from_srgb[256] = { variable
SkLinearBitmapPipeline_sample.h 144 ? sk_linear_from_srgb[pixel]
    [all...]
SkColorSpaceXform.cpp 194 sk_linear_from_srgb,
    [all...]

Completed in 639 milliseconds