Home
last modified time | relevance | path

Searched refs:fDoAA (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/bench/
DAAClipBench.cpp24 bool fDoAA; member in AAClipBench
29 , fDoAA(doAA) { in AAClipBench()
60 canvas->clipPath(fClipPath, SkClipOp::kIntersect, fDoAA); in onDraw()
62 canvas->clipRect(fClipRect, SkClipOp::kIntersect, fDoAA); in onDraw()
88 bool fDoAA; member in NestedAAClipBench
98 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
130 canvas->clipPath(path, SkClipOp::kIntersect, fDoAA); in recurse()
175 bool fDoAA; member in AAClipBuilderBench
180 fDoAA = doAA; in AAClipBuilderBench()
199 clip.setPath(fPath, fBounds, fDoAA); in onDraw()
[all …]
DLineBench.cpp21 bool fDoAA; member in LineBench
31 fDoAA = doAA; in LineBench()
50 paint.setAntiAlias(fDoAA); in onDraw()
DDashBench.cpp250 bool fDoAA; member in DrawPointsDashingBench
259 fDoAA = doAA; in DrawPointsDashingBench()
277 p.setAntiAlias(fDoAA); in onDraw()
376 bool fDoAA; member in DashGridBench
384 fDoAA = doAA; in DashGridBench()
402 p.setAntiAlias(fDoAA); in onDraw()
/third_party/flutter/skia/bench/
DAAClipBench.cpp25 bool fDoAA; member in AAClipBench
30 , fDoAA(doAA) { in AAClipBench()
63 canvas->clipPath(fClipPath, kReplace_SkClipOp, fDoAA); in onDraw()
65 canvas->clipRect(fClipRect, kReplace_SkClipOp, fDoAA); in onDraw()
91 bool fDoAA; member in NestedAAClipBench
101 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
135 fDoAA); in recurse()
180 bool fDoAA; member in AAClipBuilderBench
185 fDoAA = doAA; in AAClipBuilderBench()
205 clip.setPath(fPath, &fRegion, fDoAA); in onDraw()
[all …]
DLineBench.cpp21 bool fDoAA; member in LineBench
31 fDoAA = doAA; in LineBench()
50 paint.setAntiAlias(fDoAA); in onDraw()
DDashBench.cpp251 bool fDoAA; member in DrawPointsDashingBench
260 fDoAA = doAA; in DrawPointsDashingBench()
278 p.setAntiAlias(fDoAA); in onDraw()
377 bool fDoAA; member in DashGridBench
385 fDoAA = doAA; in DashGridBench()
403 p.setAntiAlias(fDoAA); in onDraw()
/third_party/flutter/skia/samplecode/
DSampleHairline.cpp172 bool fDoAA; member in HairlineView
176 fDoAA = true; in HairlineView()
202 paint.setAntiAlias(fDoAA); in onDrawContent()
211 if (fDoAA) { in onAnimate()
215 fDoAA = !fDoAA; in onAnimate()
220 fDoAA = !fDoAA; in onFindClickHandler()
/third_party/flutter/skia/gm/
Dperspshaders.cpp44 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
50 fDoAA ? "aa" : "bw"); in onShortName()
95 filterPaint.setAntiAlias(fDoAA); in drawRow()
100 pathPaint.setAntiAlias(fDoAA); in drawRow()
104 gradPaint1.setAntiAlias(fDoAA); in drawRow()
107 gradPaint2.setAntiAlias(fDoAA); in drawRow()
170 bool fDoAA; member in skiagm::PerspShadersGM
Dnested.cpp26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
37 if (fDoAA) { in onShortName()
79 shapePaint.setAntiAlias(fDoAA); in onDraw()
137 bool fDoAA; member in skiagm::NestedGM
Ddashing.cpp415 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
420 SkString onShortName() override { return SkString(fDoAA ? "dashing5_aa" : "dashing5_bw"); } in onShortName()
443 paint.setAntiAlias(fDoAA); in onDraw()
478 bool fDoAA; member in Dashing5GM
/third_party/skia/gm/
Dperspshaders.cpp43 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
49 fDoAA ? "aa" : "bw"); in onShortName()
92 filterPaint.setAntiAlias(fDoAA); in drawRow()
96 pathPaint.setAntiAlias(fDoAA); in drawRow()
100 gradPaint1.setAntiAlias(fDoAA); in drawRow()
103 gradPaint2.setAntiAlias(fDoAA); in drawRow()
167 bool fDoAA; member in skiagm::PerspShadersGM
Dnested.cpp26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
37 if (fDoAA) { in onShortName()
79 shapePaint.setAntiAlias(fDoAA); in onDraw()
137 bool fDoAA; member in skiagm::NestedGM
Ddashing.cpp408 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
413 SkString onShortName() override { return SkString(fDoAA ? "dashing5_aa" : "dashing5_bw"); } in onShortName()
436 paint.setAntiAlias(fDoAA); in onDraw()
471 bool fDoAA; member in Dashing5GM
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.h59 , fDoAA(false) in Offscreen()
78 bool fDoAA; variable
DSkScalerContext_mac_ct.cpp221 fDoAA = !doAA; in getCG()
227 if (fDoAA != doAA) { in getCG()
229 fDoAA = doAA; in getCG()
/third_party/flutter/skia/src/core/
DSkClipStack.cpp39 fDoAA = that.fDoAA; in Element()
60 fDoAA != element.fDoAA || fSaveCount != element.fSaveCount) { in operator ==()
153 fDoAA = doAA; in initCommon()
278 if (fDoAA == newAA) { in rectRectIntersectAllowed()
488 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
803 prior->fDoAA = element.isAA(); in pushElement()
1073 kOpStrings[static_cast<int>(fOp)], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
DSkClipStack.h131 bool isAA() const { return fDoAA; } in isAA()
201 bool fDoAA; variable
/third_party/skia/src/core/
DSkClipStack.cpp47 fDoAA = that.fDoAA; in Element()
69 fDoAA != element.fDoAA || fIsReplace != element.fIsReplace || in operator ==()
176 fDoAA = doAA; in initCommon()
322 if (fDoAA == newAA) { in rectRectIntersectAllowed()
436 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
732 prior->fDoAA = element.isAA(); in pushElement()
980 opName, (fDoAA ? "yes" : "no"), fSaveCount); in dump()
DSkClipStack.h151 bool isAA() const { return fDoAA; } in isAA()
219 bool fDoAA; variable
/third_party/flutter/skia/src/gpu/ops/
DGrDrawPathOp.h28 return (fDoAA) in fixedFunctionFlags()
63 bool fDoAA; variable
DGrDrawPathOp.cpp33 , fDoAA(GrAA::kYes == aa) in GrDrawPathOpBase()
47 if (fDoAA) { in pipelineInitArgs()
/third_party/flutter/skia/tools/debugger/
DDrawCommand.cpp1021 fDoAA = doAA; in ClipPathCommand()
1024 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute()
1036 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1058 fDoAA = doAA; in ClipRectCommand()
1061 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute()
1068 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1078 fDoAA = doAA; in ClipRRectCommand()
1081 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute()
1093 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
DDrawCommand.h149 bool fDoAA; variable
176 bool fDoAA; variable
191 bool fDoAA; variable
/third_party/skia/tools/debugger/
DDrawCommand.cpp993 fDoAA = doAA; in ClipPathCommand()
996 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute()
1008 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1030 fDoAA = doAA; in ClipRectCommand()
1033 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute()
1040 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1050 fDoAA = doAA; in ClipRRectCommand()
1053 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute()
1065 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
DDrawCommand.h155 bool fDoAA; variable
182 bool fDoAA; variable
197 bool fDoAA; variable

12