Searched refs:fOuterRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h169 SkIRect fOuterRect; // width/height must be >= fMask.fBounds' member in struct:SkMaskFilter::NinePatch
/external/skia/include/core/
H A DSkMaskFilter.h169 SkIRect fOuterRect; // width/height must be >= fMask.fBounds' member in struct:SkMaskFilter::NinePatch
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp221 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
/external/skia/src/core/
H A DSkMaskFilter.cpp221 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
245 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp391 patch->fOuterRect = dstM.fBounds;
514 patch->fOuterRect = dstM.fBounds;
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp388 patch->fOuterRect = dstM.fBounds;
511 patch->fOuterRect = dstM.fBounds;

Completed in 2255 milliseconds