Searched defs:useCoverageAA (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrOvalRenderer.cpp622 bool useCoverageAA = useAA && !pipelineBuilder->getRenderTarget()->isMultisampled(); local
624 if (!useCoverageAA) {
630 this->drawCircle(target, pipelineBuilder, color, viewMatrix, useCoverageAA, oval, stroke);
633 return this->drawDIEllipse(target, pipelineBuilder, color, viewMatrix, useCoverageAA, oval,
637 return this->drawEllipse(target, pipelineBuilder, color, viewMatrix, useCoverageAA, oval,
807 bool useCoverageAA,
859 bool useCoverageAA,
862 SkAutoTUnref<GrBatch> batch(create_circle_batch(color, viewMatrix, useCoverageAA, circle,
1036 bool useCoverageAA,
1043 SkASSERT(useCoverageAA
805 create_circle_batch(GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
855 drawCircle(GrDrawTarget* target, GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
1034 create_ellipse_batch(GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
1121 drawEllipse(GrDrawTarget* target, GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
1298 create_diellipse_batch(GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
1376 drawDIEllipse(GrDrawTarget* target, GrPipelineBuilder* pipelineBuilder, GrColor color, const SkMatrix& viewMatrix, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
2035 bool useCoverageAA = useAA && !pipelineBuilder->getRenderTarget()->isMultisampled(); local
2062 bool useCoverageAA = random->nextBool(); local
2079 bool useCoverageAA = random->nextBool(); local
[all...]
H A DGrContext.cpp1249 bool useCoverageAA = paint.isAntiAlias() && local
1252 if (useCoverageAA && strokeRec.getWidth() < 0 && !path.isConvex()) {
1299 bool useCoverageAA = useAA && local
1304 useCoverageAA ? GrPathRendererChain::kColorAntiAlias_DrawType :
1362 pr->drawPath(target, pipelineBuilder, color, viewMatrix, *pathPtr, *strokeInfoPtr, useCoverageAA);

Completed in 134 milliseconds