Searched refs:integerPixel (Results 1 – 2 of 2) sorted by relevance
615 int integerPixel = int(finalValue + 0.5f); in BlurGroundTruth() local616 *outPixel = SkTPin(SkClampPos(integerPixel), 0, 255); in BlurGroundTruth()
620 int integerPixel = int(finalValue + 0.5f); in BlurGroundTruth() local621 *outPixel = SkClampMax( SkClampPos(integerPixel), 255 ); in BlurGroundTruth()