Searched refs:useCoverageAA (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.h42 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
45 bool drawDIEllipse(GrDrawTarget* target, bool useCoverageAA,
48 void drawCircle(GrDrawTarget* target, bool useCoverageAA,
H A DGrOvalRenderer.cpp459 bool useCoverageAA = useAA && local
463 if (!useCoverageAA) {
472 this->drawCircle(target, useCoverageAA, oval, stroke);
475 return this->drawDIEllipse(target, useCoverageAA, oval, stroke);
478 return this->drawEllipse(target, useCoverageAA, oval, stroke);
495 bool useCoverageAA,
602 bool useCoverageAA,
611 SkASSERT(useCoverageAA && isAxisAlignedEllipse);
736 bool useCoverageAA,
949 bool useCoverageAA local
494 drawCircle(GrDrawTarget* target, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
601 drawEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
735 drawDIEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
[all...]
H A DGrContext.cpp1217 bool useCoverageAA = paint.isAntiAlias() && !drawState->getRenderTarget()->isMultisampled(); local
1219 if (useCoverageAA && strokeRec.getWidth() < 0 && !path.isConvex()) {
1259 bool useCoverageAA = useAA && local
1265 useCoverageAA ? GrPathRendererChain::kColorAntiAlias_DrawType :
1298 pr->drawPath(*pathPtr, *stroke, target, useCoverageAA);
/external/skia/src/gpu/
H A DGrOvalRenderer.h42 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
45 bool drawDIEllipse(GrDrawTarget* target, bool useCoverageAA,
48 void drawCircle(GrDrawTarget* target, bool useCoverageAA,
H A DGrOvalRenderer.cpp459 bool useCoverageAA = useAA && local
463 if (!useCoverageAA) {
472 this->drawCircle(target, useCoverageAA, oval, stroke);
475 return this->drawDIEllipse(target, useCoverageAA, oval, stroke);
478 return this->drawEllipse(target, useCoverageAA, oval, stroke);
495 bool useCoverageAA,
602 bool useCoverageAA,
611 SkASSERT(useCoverageAA && isAxisAlignedEllipse);
736 bool useCoverageAA,
949 bool useCoverageAA local
494 drawCircle(GrDrawTarget* target, bool useCoverageAA, const SkRect& circle, const SkStrokeRec& stroke) argument
601 drawEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
735 drawDIEllipse(GrDrawTarget* target, bool useCoverageAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
[all...]
H A DGrContext.cpp1217 bool useCoverageAA = paint.isAntiAlias() && !drawState->getRenderTarget()->isMultisampled(); local
1219 if (useCoverageAA && strokeRec.getWidth() < 0 && !path.isConvex()) {
1259 bool useCoverageAA = useAA && local
1265 useCoverageAA ? GrPathRendererChain::kColorAntiAlias_DrawType :
1298 pr->drawPath(*pathPtr, *stroke, target, useCoverageAA);

Completed in 658 milliseconds