Home
last modified time | relevance | path

Searched refs:srcForParentStyle (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrShape.cpp486 const SkPath* srcForParentStyle; in GrShape() local
488 srcForParentStyle = &parent.path(); in GrShape()
490 srcForParentStyle = tmpPath.init(); in GrShape()
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()
/external/skia/src/gpu/
DGrShape.cpp486 const SkPath* srcForParentStyle; in GrShape() local
488 srcForParentStyle = &parent.path(); in GrShape()
490 srcForParentStyle = tmpPath.init(); in GrShape()
496 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle, in GrShape()