Home
last modified time | relevance | path

Searched refs:ProfileLookup (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkBlurMask.h59 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp726 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_wid… in ProfileLookup() function in SkBlurMask
751 pixels[x] = ProfileLookup(profile, x, width, w); in ComputeBlurredScanline()