Searched refs:fClipBounds (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkImageFilterCache.h | 23 , fClipBounds(clipBounds) in SkImageFilterCacheKey() 36 SkIRect fClipBounds; member 43 fClipBounds == other.fClipBounds &&
|
D | SkImageFilterTypes.h | 38 , 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
|
D | SkDraw.cpp | 95 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/ |
D | SkImageFilterCache.h | 23 , fClipBounds(clipBounds) in SkImageFilterCacheKey() 36 SkIRect fClipBounds; member 43 fClipBounds == other.fClipBounds &&
|
D | SkDevice.cpp | 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()
|
D | SkDevice.h | 510 SkIRect onDevClipBounds() const override { return this->clip().fClipBounds; } in onDevClipBounds() 534 SkIRect fClipBounds; member 540 : fClipBounds(bounds) in ClipState()
|
D | SkDraw.cpp | 99 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/ |
D | VkDrawableTest.cpp | 112 , 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/ |
D | VkDrawableTest.cpp | 109 , fClipBounds(clipBounds) in DrawHandlerImport() 119 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw() 126 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport
|