Searched defs:deviceRect (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | Device_v1.h | 168 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip() local
|
/third_party/skia/src/core/ |
D | SkClipStackDevice.cpp | 56 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip() local
|
D | SkBitmapDevice.cpp | 677 SkRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)); in onReplaceClip() local
|
D | SkDevice.cpp | 558 SkIRect deviceRect = SkMatrixPriv::MapRect(this->globalToDevice(), SkRect::Make(rect)).round(); in onReplaceClip() local
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 61 SkRect deviceRect, in AtlasTextOp() 83 SkRect deviceRect, in AtlasTextOp()
|
/third_party/flutter/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 93 SkIRect deviceRect; in computeBounds() local
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 824 SkRect DirectMaskSubRun::deviceRect(const SkMatrix& drawMatrix, SkPoint drawOrigin) const { in deviceRect() function in __anon3f11a1ec0111::DirectMaskSubRun 1088 SkRect TransformedMaskSubRun::deviceRect(const SkMatrix& drawMatrix, SkPoint drawOrigin) const { in deviceRect() function in __anon3f11a1ec0111::TransformedMaskSubRun 1361 SkRect SDFTSubRun::deviceRect(const SkMatrix& drawMatrix, SkPoint drawOrigin) const { in deviceRect() function in __anon3f11a1ec0111::SDFTSubRun 2124 SkRect TransformedMaskSubRunNoCache::deviceRect( in deviceRect() function in __anon3f11a1ec0a11::TransformedMaskSubRunNoCache 2322 SkRect SDFTSubRunNoCache::deviceRect(const SkMatrix& drawMatrix, SkPoint drawOrigin) const { in deviceRect() function in __anon3f11a1ec0a11::SDFTSubRunNoCache
|
/third_party/flutter/skia/src/core/ |
D | SkCanvas.cpp | 1567 SkRect deviceRect; in quick_reject_slow_path() local
|