Searched refs:useAA (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrOvalRenderer.h35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
41 bool drawEllipse(GrDrawTarget* target, bool useAA,
44 void drawCircle(GrDrawTarget* target, bool useAA,
H A DGrContext.h897 void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path,
/external/skia/include/gpu/
H A DGrOvalRenderer.h35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
41 bool drawEllipse(GrDrawTarget* target, bool useAA,
44 void drawCircle(GrDrawTarget* target, bool useAA,
H A DGrContext.h897 void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.cpp293 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, argument
296 if (!useAA) {
305 this->drawCircle(target, useAA, oval, stroke);
309 return this->drawEllipse(target, useAA, oval, stroke);
331 bool useAA,
434 bool useAA,
443 SkASSERT(useAA && isAxisAlignedEllipse);
602 bool GrOvalRenderer::drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
606 if (!useAA) {
614 SkASSERT(useAA
330 drawCircle(GrDrawTarget* target, bool useAA, const SkRect& circle, const SkStrokeRec& stroke) argument
433 drawEllipse(GrDrawTarget* target, bool useAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
[all...]
H A DGrContext.cpp963 bool useAA = paint.isAntiAlias() && local
967 if (!fOvalRenderer->drawSimpleRRect(target, this, useAA, rect, stroke)) {
970 this->internalDrawPath(target, useAA, path, stroke);
986 bool useAA = paint.isAntiAlias() && local
990 if (!fOvalRenderer->drawOval(target, this, useAA, oval, stroke)) {
993 this->internalDrawPath(target, useAA, path, stroke);
1069 bool useAA = paint.isAntiAlias() && !target->getDrawState().getRenderTarget()->isMultisampled(); local
1070 if (useAA && stroke.getWidth() < 0 && !path.isConvex()) {
1094 || !fOvalRenderer->drawOval(target, this, useAA, ovalRect, stroke)) {
1095 this->internalDrawPath(target, useAA, pat
1099 internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, const SkStrokeRec& stroke) argument
[all...]
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp293 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, argument
296 if (!useAA) {
305 this->drawCircle(target, useAA, oval, stroke);
309 return this->drawEllipse(target, useAA, oval, stroke);
331 bool useAA,
434 bool useAA,
443 SkASSERT(useAA && isAxisAlignedEllipse);
602 bool GrOvalRenderer::drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
606 if (!useAA) {
614 SkASSERT(useAA
330 drawCircle(GrDrawTarget* target, bool useAA, const SkRect& circle, const SkStrokeRec& stroke) argument
433 drawEllipse(GrDrawTarget* target, bool useAA, const SkRect& ellipse, const SkStrokeRec& stroke) argument
[all...]
H A DGrContext.cpp963 bool useAA = paint.isAntiAlias() && local
967 if (!fOvalRenderer->drawSimpleRRect(target, this, useAA, rect, stroke)) {
970 this->internalDrawPath(target, useAA, path, stroke);
986 bool useAA = paint.isAntiAlias() && local
990 if (!fOvalRenderer->drawOval(target, this, useAA, oval, stroke)) {
993 this->internalDrawPath(target, useAA, path, stroke);
1069 bool useAA = paint.isAntiAlias() && !target->getDrawState().getRenderTarget()->isMultisampled(); local
1070 if (useAA && stroke.getWidth() < 0 && !path.isConvex()) {
1094 || !fOvalRenderer->drawOval(target, this, useAA, ovalRect, stroke)) {
1095 this->internalDrawPath(target, useAA, pat
1099 internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, const SkStrokeRec& stroke) argument
[all...]

Completed in 358 milliseconds