Home
last modified time | relevance | path

Searched refs:sk_linear_from_srgb (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkPM4fPriv.h33 return { sk_linear_from_srgb[(px >> 0) & 0xff], in Sk4f_fromS32()
34 sk_linear_from_srgb[(px >> 8) & 0xff], in Sk4f_fromS32()
35 sk_linear_from_srgb[(px >> 16) & 0xff], in Sk4f_fromS32()
DSkSRGB.cpp10 const float sk_linear_from_srgb[256] = { variable
DSkSRGB.h23 extern const float sk_linear_from_srgb[256];
DSkLinearBitmapPipeline_sample.h144 ? sk_linear_from_srgb[pixel] in toSk4f()
DSkColorSpaceXform.cpp194 sk_linear_from_srgb,
/external/skia/tests/
DSRGBTest.cpp22 int actual = linear_to_srgb(sk_linear_from_srgb[i]); in DEF_TEST()