Searched refs:fClipBounds (Results 1 – 5 of 5) sorted by relevance
23 , fClipBounds(clipBounds) in SkImageFilterCacheKey()36 SkIRect fClipBounds; member43 fClipBounds == other.fClipBounds &&
520 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()
510 SkIRect onDevClipBounds() const override { return this->clip().fClipBounds; } in onDevClipBounds()534 SkIRect fClipBounds; member540 : fClipBounds(bounds) in ClipState()
99 SkRect fClipBounds; member227 if (r.intersect(rec.fClipBounds)) { in bw_square_proc()237 if (r.intersect(rec.fClipBounds)) { in aa_square_proc()276 fClipBounds = clipBounds; in init()
112 , fClipBounds(clipBounds) in DrawHandlerImport()122 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw()129 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport