Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPath.cpp263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() argument
264 : INHERITED(gpu, origSkPath, origStroke), in GrGLPath()
274 const GrStrokeInfo* stroke = &origStroke; in GrGLPath()
/external/skia/src/gpu/batches/
DGrDefaultPathRenderer.cpp551 const GrStrokeInfo& origStroke, in internalDrawPath() argument
553 SkTCopyOnFirstWrite<GrStrokeInfo> stroke(origStroke); in internalDrawPath()