Searched refs:blurredWidth (Results 1 – 4 of 4) sorted by relevance
62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
360 int blurredWidth, int sharpWidth) { in ProfileLookup() argument362 int dx = SkAbs32(((loc << 1) + 1) - blurredWidth) - sharpWidth; in ProfileLookup()
359 int blurredWidth, int sharpWidth) { in ProfileLookup() argument361 int dx = SkAbs32(((loc << 1) + 1) - blurredWidth) - sharpWidth; in ProfileLookup()