Searched refs:ProfileLookup (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkBlurMask.h | 62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
|
D | SkBlurMask.cpp | 358 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/ |
D | SkBlurMask.h | 62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
|
D | SkBlurMask.cpp | 359 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()
|