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