Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlurMask.h72 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurredWidth, int sharpWidth);
DSkBlurMask.cpp370 int blurredWidth, int sharpWidth) { in ProfileLookup() argument
372 int dx = SkAbs32(((loc << 1) + 1) - blurredWidth) - sharpWidth; in ProfileLookup()