Searched refs:pathStroke (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrStrokeFixedCountTessellator.cpp | 229 for (PathStrokeList* pathStroke = fPathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in prepare() local 230 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() 234 toleranceBuffer.fetchRadialSegmentsPerRadian(pathStroke); in prepare() 243 instanceWriter.updateDynamicColor(pathStroke->fColor); in prepare() 245 GrStrokeIterator strokeIter(pathStroke->fPath, &pathStroke->fStroke, &fShader.viewMatrix()); in prepare()
|
D | GrStrokeIndirectTessellator.cpp | 466 for (PathStrokeList* pathStroke = fPathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in GrStrokeIndirectTessellator() local 467 const SkStrokeRec& stroke = pathStroke->fStroke; in GrStrokeIndirectTessellator() 477 GrStrokeIterator iter(pathStroke->fPath, &stroke, &viewMatrix); in GrStrokeIndirectTessellator() 812 for (PathStrokeList* pathStroke = fPathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in writeBuffers() local 813 const SkStrokeRec& stroke = pathStroke->fStroke; in writeBuffers() 820 binningWriter.updateDynamicColor(pathStroke->fColor); in writeBuffers() 822 GrStrokeIterator iter(pathStroke->fPath, &stroke, &viewMatrix); in writeBuffers()
|
D | GrStrokeHardwareTessellator.cpp | 701 for (PathStrokeList* pathStroke = fPathStrokeList; pathStroke; pathStroke = pathStroke->fNext) { in prepare() local 702 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() 705 patchWriter.updateTolerances(toleranceBuffer.fetchRadialSegmentsPerRadian(pathStroke), in prepare() 710 patchWriter.updateDynamicColor(pathStroke->fColor); in prepare() 713 const SkPath& path = pathStroke->fPath; in prepare()
|
/external/skia/bench/ |
D | TessellateBench.cpp | 399 GrStrokeTessellator::PathStrokeList pathStroke(path, fStrokeRec, SK_PMColor4fWHITE); in onDraw() local 401 &pathStroke, path.countVerbs(), in onDraw()
|