Searched refs:dstComponent (Results 1 – 2 of 2) sorted by relevance
83 uint8_t dstComponent = (dst & (0xff << (c * 8))) >> (c * 8); in check_gamma() local84 if (dstComponent < SkScalarFloorToInt(lower) || in check_gamma()85 dstComponent > SkScalarCeilToInt(upper)) { in check_gamma()