HomeSort by relevance Sort by last modified time
    Searched defs:internalDrawPath (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrDrawContext.cpp 326 this->internalDrawPath(&pipelineBuilder, viewMatrix, color, true, path, *strokeInfo);
514 this->internalDrawPath(&pipelineBuilder, viewMatrix, color,
557 this->internalDrawPath(&pipelineBuilder, viewMatrix, color,
678 // Note that internalDrawPath may sw-rasterize the path into a scratch texture.
714 this->internalDrawPath(&pipelineBuilder, viewMatrix, color,
718 void GrDrawContext::internalDrawPath(GrPipelineBuilder* pipelineBuilder,
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 546 bool GrDefaultPathRenderer::internalDrawPath(GrDrawTarget* target,
733 return this->internalDrawPath(args.fTarget,
746 this->internalDrawPath(args.fTarget, args.fPipelineBuilder, GrColor_WHITE, *args.fViewMatrix,

Completed in 100 milliseconds