Searched refs:outputComponent (Results 1 – 3 of 3) 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()
55 uint8_t outputComponent = (output & (0xff << (c*8))) >> (c*8); in check_conversion() local56 if (outputComponent < SkScalarFloorToInt(lower * 255.f) || in check_conversion()57 outputComponent > SkScalarCeilToInt(upper * 255.f)) { in check_conversion()91 uint8_t outputComponent = (output & (0xff << (c*8))) >> (c*8); in check_double_conversion() local92 if (outputComponent < lowerComponent || outputComponent > upperComponent) { in check_double_conversion()
2012 uint32_t outputComponent = 0; in CompileTES() local2013 uint32_t curComp = outputComponent + channel; in CompileTES()