Searched refs:fClipBounds (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
H A D | SkImageFilter.h | 65 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) { 68 const SkIRect& clipBounds() const { return fClipBounds; } 72 SkIRect fClipBounds; member in class:SkImageFilter::Context
|
/external/skia/include/core/ |
H A D | SkImageFilter.h | 65 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) { 68 const SkIRect& clipBounds() const { return fClipBounds; } 72 SkIRect fClipBounds; member in class:SkImageFilter::Context
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkDrawProcs.h | 25 SkIRect fClipBounds; member in struct:SkDraw1Glyph
|
H A D | SkDraw.cpp | 1435 if (!state.fClipBounds.containsNoEmptyCheck(left, top, right, bottom)) { 1436 if (!storage.intersectNoEmptyCheck(mask.fBounds, state.fClipBounds)) 1513 fClipBounds = fClip->getBounds(); 1520 fClipBounds = fClip->getBounds(); 1529 fClipBounds = fAAClip->getBounds();
|
/external/skia/src/core/ |
H A D | SkDrawProcs.h | 25 SkIRect fClipBounds; member in struct:SkDraw1Glyph
|
H A D | SkDraw.cpp | 1435 if (!state.fClipBounds.containsNoEmptyCheck(left, top, right, bottom)) { 1436 if (!storage.intersectNoEmptyCheck(mask.fBounds, state.fClipBounds)) 1513 fClipBounds = fClip->getBounds(); 1520 fClipBounds = fClip->getBounds(); 1529 fClipBounds = fAAClip->getBounds();
|
Completed in 40 milliseconds