Searched refs:fOuterRect (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkMaskFilter.h | 194 SkIRect fOuterRect; // width/height must be >= fMask.fBounds' variable
|
/external/skia/src/core/ |
D | SkMaskFilter.cpp | 228 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter); in filterRRect() 249 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip, in filterPath()
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 589 patch->fOuterRect = dstM.fBounds; in filterRRectToNine() 720 patch->fOuterRect = dstM.fBounds; in filterRectsToNine()
|