Home
last modified time | relevance | path

Searched defs:linear1 (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp218 int32_t linear1; in diffTwoBytePrimaries() local
245 int32_t linear1 = (int32_t)((p1 >> 8) & 0xff) - 2; in diffThreeBytePrimaries() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dcommon.h114 float3 linear1 = color.rgb / 12.92; in sRGBtoLinear() local