Home
last modified time | relevance | path

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

/external/skqp/tests/
DApplyGammaTest.cpp83 uint8_t dstComponent = (dst & (0xff << (c * 8))) >> (c * 8); in check_gamma() local
84 if (dstComponent < SkScalarFloorToInt(lower) || in check_gamma()
85 dstComponent > SkScalarCeilToInt(upper)) { in check_gamma()
/external/skia/tests/
DApplyGammaTest.cpp83 uint8_t dstComponent = (dst & (0xff << (c * 8))) >> (c * 8); in check_gamma() local
84 if (dstComponent < SkScalarFloorToInt(lower) || in check_gamma()
85 dstComponent > SkScalarCeilToInt(upper)) { in check_gamma()