Searched refs:setInheritedKey (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 241 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()
|
D | GrStyledShape.h | 292 void setInheritedKey(const GrStyledShape& parentShape, GrStyle::Apply, SkScalar scale);
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 310 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()
|
D | GrShape.h | 514 void setInheritedKey(const GrShape& parentShape, GrStyle::Apply, SkScalar scale);
|