Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlurMask.h62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp360 int blurredWidth, int sharpWidth) { in ProfileLookup() argument
362 int dx = SkAbs32(((loc << 1) + 1) - blurredWidth) - sharpWidth; in ProfileLookup()
/external/skqp/src/core/
DSkBlurMask.h62 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp359 int blurredWidth, int sharpWidth) { in ProfileLookup() argument
361 int dx = SkAbs32(((loc << 1) + 1) - blurredWidth) - sharpWidth; in ProfileLookup()