Searched refs:inputComponent (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DSRGBReadWritePixelsTest.cpp45 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); local
46 float lower = SkTMax(0.f, (float) inputComponent - error);
47 float upper = SkTMin(255.f, (float) inputComponent + error);
70 uint8_t inputComponent = (uint8_t) ((input & (0xff << (c*8))) >> (c*8)); local
71 float lower = SkTMax(0.f, (float) inputComponent - error);
72 float upper = SkTMin(255.f, (float) inputComponent + error);

Completed in 59 milliseconds