Searched refs:texSide (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp887 unsigned int texSide = smallRectSide + 2*blurRadius; local
889 texDesc.fWidth = texSide;
890 texDesc.fHeight = texSide;
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp875 unsigned int texSide = smallRectSide + 2*blurRadius; local
877 texDesc.fWidth = texSide;
878 texDesc.fHeight = texSide;

Completed in 1849 milliseconds