Home
last modified time | relevance | path

Searched refs:setInheritedKey (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/geometry/
DGrStyledShape.cpp241 void GrStyledShape::setInheritedKey(const GrStyledShape &parent, GrStyle::Apply apply, in setInheritedKey() function in GrStyledShape
379 tmpParent->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrStyledShape()
422 this->setInheritedKey(*parentForKey, apply, scale); in GrStyledShape()
DGrStyledShape.h292 void setInheritedKey(const GrStyledShape& parentShape, GrStyle::Apply, SkScalar scale);
/external/skqp/src/gpu/
DGrShape.cpp310 void GrShape::setInheritedKey(const GrShape &parent, GrStyle::Apply apply, SkScalar scale) { in setInheritedKey() function in GrShape
464 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale); in GrShape()
506 this->setInheritedKey(*parentForKey, apply, scale); in GrShape()
DGrShape.h514 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);