Searched refs:outputComponent (Results 1 – 1 of 1) sorted by relevance
56 uint8_t outputComponent = (output & (0xff << (c*8))) >> (c*8); in check_conversion() local57 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() local93 if (outputComponent < lowerComponent || outputComponent > upperComponent) { in check_double_conversion()