Searched refs:origStroke (Results 1 – 2 of 2) sorted by relevance
263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() argument264 : INHERITED(gpu, origSkPath, origStroke), in GrGLPath()274 const GrStrokeInfo* stroke = &origStroke; in GrGLPath()
551 const GrStrokeInfo& origStroke, in internalDrawPath() argument553 SkTCopyOnFirstWrite<GrStrokeInfo> stroke(origStroke); in internalDrawPath()