Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCClipPath.cpp18 : fDeviceSpacePath(deviceSpacePath) in GrCCClipPath()
19 , fPathDevIBounds(fDeviceSpacePath.getBounds().roundOut()) in GrCCClipPath()
44 onFlushRP, fAccessRect, fDeviceSpacePath, fPathDevIBounds, in renderPathInAtlas()
45 GrFillRuleForSkPath(fDeviceSpacePath), &fDevToAtlasOffset); in renderPathInAtlas()
DGrCCClipPath.h33 const SkPath& deviceSpacePath() const { return fDeviceSpacePath; } in deviceSpacePath()
57 SkPath fDeviceSpacePath;
/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/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/skia/src/core/
DSkClipStack.cpp26 fDeviceSpacePath.reset(); in Element()
31 fDeviceSpacePath.reset(); in Element()
37 fDeviceSpacePath.set(that.getDeviceSpacePath()); in Element()
40 fDeviceSpacePath.reset(); in Element()
97 return fDeviceSpacePath->getBounds(); in getBounds()
118 return fDeviceSpacePath->conservativelyContainsRect(rect); in contains()
136 return fDeviceSpacePath->conservativelyContainsRect(rrect.getBounds()); in contains()
149 fDeviceSpacePath.init(); in invertShapeFillType()
150 fDeviceSpacePath->addRect(this->getDeviceSpaceRect()); in invertShapeFillType()
151 fDeviceSpacePath->setFillType(SkPathFillType::kInverseEvenOdd); in invertShapeFillType()
[all …]
DSkClipStack.h107 return *fDeviceSpacePath; in getDeviceSpacePath()
179 fDeviceSpacePath->isInverseFillType(); in isInverseFilled()
211 SkTLazy<SkPath> fDeviceSpacePath; variable
/external/skqp/include/private/
DGrCCClipPath.h53 return fDeviceSpacePath; in deviceSpacePath()
68 SkPath fDeviceSpacePath; variable