Searched refs:fDeviceSpacePath (Results 1 – 8 of 8) sorted by relevance
24 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 …]
100 return *fDeviceSpacePath.get(); in getDeviceSpacePath()164 fDeviceSpacePath.get()->isInverseFillType(); in isInverseFilled()196 SkTLazy<SkPath> fDeviceSpacePath; variable
49 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()
53 return fDeviceSpacePath; in deviceSpacePath()68 SkPath fDeviceSpacePath; variable