Home
last modified time | relevance | path

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

/external/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
/external/skqp/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
/external/skqp/src/gpu/ccpr/
DGrCCClipPath.cpp49 fDeviceSpacePath = deviceSpacePath; in init()
50 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()
58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
70 fAtlas = resources->renderDeviceSpacePathInAtlas(fAccessRect, fDeviceSpacePath, fPathDevIBounds, in renderPathInAtlas()
/external/skia/src/gpu/ccpr/
DGrCCClipPath.cpp49 fDeviceSpacePath = deviceSpacePath; in init()
50 fDeviceSpacePath.getBounds().roundOut(&fPathDevIBounds); in init()
58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
70 fAtlas = resources->renderDeviceSpacePathInAtlas(fAccessRect, fDeviceSpacePath, fPathDevIBounds, in renderPathInAtlas()
/external/skia/include/private/
DGrCCClipPath.h53 return fDeviceSpacePath; in deviceSpacePath()
68 SkPath fDeviceSpacePath; variable
/external/skqp/include/private/
DGrCCClipPath.h53 return fDeviceSpacePath; in deviceSpacePath()
68 SkPath fDeviceSpacePath; variable