Searched refs:fClipBounds (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkDrawProcs.h25 SkIRect fClipBounds; member in struct:SkDraw1Glyph
H A DSkImageFilter.cpp46 : fUniqueID(uniqueID), fMatrix(matrix), fClipBounds(clipBounds), fSrcGenID(srcGenID) {
54 SkIRect fClipBounds; member in struct:SkImageFilter::Cache::Key
59 && fClipBounds == other.fClipBounds
H A DSkDraw.cpp1472 if (!state.fClipBounds.containsNoEmptyCheck(left, top, right, bottom)) {
1473 if (!storage.intersectNoEmptyCheck(mask.fBounds, state.fClipBounds))
1550 fClipBounds = fClip->getBounds();
1557 fClipBounds = fClip->getBounds();
1566 fClipBounds = fAAClip->getBounds();
/external/skia/include/core/
H A DSkImageFilter.h69 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) {
72 const SkIRect& clipBounds() const { return fClipBounds; }
76 SkIRect fClipBounds; member in class:SkImageFilter::Context
/external/skia/src/gpu/
H A DGrTessellatingPathRenderer.cpp1426 path_to_contours(fPath, tol, fClipBounds, contours.get(), alloc);
1478 , fClipBounds(clipBounds) {
1488 SkRect fClipBounds; // in source space member in class:TessellatingPathBatch

Completed in 147 milliseconds