Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSRGBReadWritePixelsTest.cpp56 uint8_t outputComponent = (output & (0xff << (c*8))) >> (c*8); in check_conversion() local
57 if (outputComponent < SkScalarFloorToInt(lower * 255.f) || in check_conversion()
58 outputComponent > SkScalarCeilToInt(upper * 255.f)) { in check_conversion()
92 uint8_t outputComponent = (output & (0xff << (c*8))) >> (c*8); in check_double_conversion() local
93 if (outputComponent < lowerComponent || outputComponent > upperComponent) { in check_double_conversion()