Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkImageFilterCache.h23 , fClipBounds(clipBounds) in SkImageFilterCacheKey()
36 SkIRect fClipBounds; member
43 fClipBounds == other.fClipBounds &&
DSkImageFilterTypes.h38 , fClipBounds(clipBounds) in Context()
56 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds()
105 return Context(layerMatrix, fClipBounds, fCache, fColorType, fColorSpace, fSource); in withNewLayerMatrix()
114 SkIRect fClipBounds; variable
DSkDraw.cpp95 SkRect fClipBounds; member
223 if (r.intersect(rec.fClipBounds)) { in bw_square_proc()
233 if (r.intersect(rec.fClipBounds)) { in aa_square_proc()
272 fClipBounds = clipBounds; in init()
/third_party/skia/src/core/
DSkImageFilterCache.h23 , fClipBounds(clipBounds) in SkImageFilterCacheKey()
36 SkIRect fClipBounds; member
43 fClipBounds == other.fClipBounds &&
DSkDevice.cpp520 SkIRect bounds = current.fClipBounds; in writableClip()
563 clip.fClipBounds = deviceRect; in onReplaceClip()
570 if (clip.fClipBounds.isEmpty()) { in onGetClipType()
587 if (!fClipBounds.intersect(isAA ? devBounds.roundOut() : devBounds.round())) { in op()
588 fClipBounds.setEmpty(); in op()
598 if (SkRectPriv::Subtract(fClipBounds, isAA ? devBounds.roundIn() : devBounds.round(), in op()
600 fClipBounds = difference; in op()
DSkDevice.h510 SkIRect onDevClipBounds() const override { return this->clip().fClipBounds; } in onDevClipBounds()
534 SkIRect fClipBounds; member
540 : fClipBounds(bounds) in ClipState()
DSkDraw.cpp99 SkRect fClipBounds; member
227 if (r.intersect(rec.fClipBounds)) { in bw_square_proc()
237 if (r.intersect(rec.fClipBounds)) { in aa_square_proc()
276 fClipBounds = clipBounds; in init()
/third_party/skia/tests/
DVkDrawableTest.cpp112 , fClipBounds(clipBounds) in DrawHandlerImport()
122 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw()
129 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp109 , fClipBounds(clipBounds) in DrawHandlerImport()
119 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw()
126 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport