Searched refs:sharp_width (Results 1 – 3 of 3) sorted by relevance
57 … static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurred_width, int sharp_width);
706 …_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_width) { in ProfileLookup() argument707 …int dx = SkAbs32(((loc << 1) + 1) - blurred_width) - sharp_width; // how far are we from the origi… in ProfileLookup()
688 const char *sharp_width) { in OutputRectBlurProfileLookup() argument692 loc, blurred_width, sharp_width, profileSize); in OutputRectBlurProfileLookup()