Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBlurMask.h62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp358 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, in ProfileLookup() function in SkBlurMask
385 pixels[x] = ProfileLookup(profile, x, width, w); in ComputeBlurredScanline()
/third_party/skia/src/core/
DSkBlurMask.h62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp359 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, in ProfileLookup() function in SkBlurMask
386 pixels[x] = ProfileLookup(profile, x, width, w); in ComputeBlurredScanline()