Home
last modified time | relevance | path

Searched refs:fDeviceSpacePath (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkClipStack.cpp25 fDeviceSpacePath.reset(); in Element()
30 fDeviceSpacePath.reset(); in Element()
36 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element()
39 fDeviceSpacePath.reset(); in Element()
98 return fDeviceSpacePath->getBounds(); in getBounds()
119 return fDeviceSpacePath->conservativelyContainsRect(rect); in contains()
137 return fDeviceSpacePath->conservativelyContainsRect(rrect.getBounds()); in contains()
150 fDeviceSpacePath.init(); in invertShapeFillType()
151 fDeviceSpacePath->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
152 fDeviceSpacePath->setFillType(SkPathFillType::kInverseEvenOdd); in invertShapeFillType()
[all …]
DSkClipStack.h110 return *fDeviceSpacePath; in getDeviceSpacePath()
181 fDeviceSpacePath->isInverseFillType(); in isInverseFilled()
213 SkTLazy<SkPath> fDeviceSpacePath; variable
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipPath.cpp50 fDeviceSpacePath = deviceSpacePath; in init()
51 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()
59 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
72 fAccessRect, fDeviceSpacePath, fPathDevIBounds, GrFillRuleForSkPath(fDeviceSpacePath), in renderPathInAtlas()
DGrCCClipPath.h53 return fDeviceSpacePath; in deviceSpacePath()
68 SkPath fDeviceSpacePath; variable
/third_party/flutter/skia/src/core/
DSkClipStack.cpp24 fDeviceSpacePath.reset(); in Element()
28 fDeviceSpacePath.reset(); in Element()
32 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element()
85 return fDeviceSpacePath.get()->getBounds(); in getBounds()
101 return fDeviceSpacePath.get()->conservativelyContainsRect(rect); in contains()
118 return fDeviceSpacePath.get()->conservativelyContainsRect(rrect.getBounds()); in contains()
130 fDeviceSpacePath.init(); in invertShapeFillType()
131 fDeviceSpacePath.get()->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
132 fDeviceSpacePath.get()->setFillType(SkPath::kInverseEvenOdd_FillType); in invertShapeFillType()
136 fDeviceSpacePath.init(); in invertShapeFillType()
[all …]
DSkClipStack.h100 return *fDeviceSpacePath.get(); in getDeviceSpacePath()
164 fDeviceSpacePath.get()->isInverseFillType(); in isInverseFilled()
196 SkTLazy<SkPath> fDeviceSpacePath; variable