Home
last modified time | relevance | path

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

/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