Searched refs:SkClampPos (Results 1 – 3 of 3) sorted by relevance
103 static inline int SkClampPos(int value) { in SkClampPos() function
223 result[i] = SkClampMax(SkClampPos(int(sum + 0.5f)), 255); in brute_force_1d()
962 *outPixel = SkClampMax( SkClampPos(integerPixel), 255 ); in BlurGroundTruth()