Home
last modified time | relevance | path

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

/third_party/skia/m133/tests/
DSRGBReadWritePixelsTest.cpp73 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); in check_conversion() local
98 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); in check_double_conversion() local
/third_party/skia/tests/
DSRGBReadWritePixelsTest.cpp49 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); in check_conversion() local
74 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); in check_double_conversion() local