Home
last modified time | relevance | path

Searched refs:fClipBounds (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkImageFilterCacheKey.h16 , fClipBounds(clipBounds) in Key()
28 SkIRect fClipBounds; member
35 fClipBounds == other.fClipBounds &&
DSkDraw.cpp1454 , fClipBounds(PickClipBounds(draw)) { } in DrawOneGlyph()
1497 if (!fClipBounds.containsNoEmptyCheck(mask.fBounds)) { in operator ()()
1498 if (!storage.intersectNoEmptyCheck(mask.fBounds, fClipBounds)) in operator ()()
1554 const SkIRect fClipBounds; member in DrawOneGlyph
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp131 int count = GrTessellator::PathToTriangles(path, tol, fClipBounds, resourceProvider, in tessellate()
150 fPath.isInverseFillType() ? sizeof(fClipBounds) / sizeof(uint32_t) : 0; in onPrepareDraws()
157 memcpy(&builder[2], &fClipBounds, sizeof(fClipBounds)); in onPrepareDraws()
218 fClipBounds = clipBounds; in TessellatingPathBatch()
221 fClipBounds.join(pathBounds); in TessellatingPathBatch()
223 fBounds = fClipBounds; in TessellatingPathBatch()
244 SkRect fClipBounds; // in source space member in TessellatingPathBatch
/external/skia/include/core/
DSkImageFilter.h57 , fClipBounds(clipBounds) in Context()
62 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds()
67 SkIRect fClipBounds; variable