Home
last modified time | relevance | path

Searched refs:fOuterRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkMaskFilter.h194 SkIRect fOuterRect; // width/height must be >= fMask.fBounds' variable
/external/skia/src/core/
DSkMaskFilter.cpp228 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/
DSkBlurMaskFilter.cpp589 patch->fOuterRect = dstM.fBounds; in filterRRectToNine()
720 patch->fOuterRect = dstM.fBounds; in filterRectsToNine()