Home
last modified time | relevance | path

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

/external/skia/bench/
DAAClipBench.cpp25 bool fDoAA; member in AAClipBench
30 , fDoAA(doAA) { in AAClipBench()
61 canvas->clipPath(fClipPath, SkClipOp::kIntersect, fDoAA); in onDraw()
63 canvas->clipRect(fClipRect, SkClipOp::kIntersect, fDoAA); in onDraw()
89 bool fDoAA; member in NestedAAClipBench
99 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
131 canvas->clipPath(path, SkClipOp::kIntersect, fDoAA); in recurse()
176 bool fDoAA; member in AAClipBuilderBench
181 fDoAA = doAA; in AAClipBuilderBench()
201 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.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()
/external/skqp/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.cpp252 bool fDoAA; member in DrawPointsDashingBench
261 fDoAA = doAA; in DrawPointsDashingBench()
279 p.setAntiAlias(fDoAA); in onDraw()
378 bool fDoAA; member in DashGridBench
386 fDoAA = doAA; in DashGridBench()
404 p.setAntiAlias(fDoAA); in onDraw()
/external/skqp/gm/
Dperspshaders.cpp29 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
35 fDoAA ? "aa" : "bw"); in onShortName()
82 filterPaint.setAntiAlias(fDoAA); in drawRow()
87 pathPaint.setAntiAlias(fDoAA); in drawRow()
91 gradPaint1.setAntiAlias(fDoAA); in drawRow()
94 gradPaint2.setAntiAlias(fDoAA); in drawRow()
157 bool fDoAA; member in skiagm::PerspShadersGM
Dnested.cpp18 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
29 if (fDoAA) { in onShortName()
71 shapePaint.setAntiAlias(fDoAA); in onDraw()
129 bool fDoAA; member in skiagm::NestedGM
Ddashing.cpp429 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
436 if (fDoAA) { in onShortName()
464 paint.setAntiAlias(fDoAA); in onDraw()
499 bool fDoAA; member in Dashing5GM
/external/skqp/samplecode/
DSampleHairline.cpp173 bool fDoAA; member in HairlineView
177 fDoAA = true; in HairlineView()
211 paint.setAntiAlias(fDoAA); in onDrawContent()
220 if (fDoAA) { in onAnimate()
224 fDoAA = !fDoAA; in onAnimate()
229 fDoAA = !fDoAA; in onFindClickHandler()
/external/skia/gm/
Dperspshaders.cpp44 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
50 fDoAA ? "aa" : "bw"); in onShortName()
93 filterPaint.setAntiAlias(fDoAA); in drawRow()
97 pathPaint.setAntiAlias(fDoAA); in drawRow()
101 gradPaint1.setAntiAlias(fDoAA); in drawRow()
104 gradPaint2.setAntiAlias(fDoAA); in drawRow()
168 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
/external/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()
/external/skqp/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()
1062 kOpStrings[static_cast<int>(fOp)], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
DSkClipStack.h131 bool isAA() const { return fDoAA; } in isAA()
201 bool fDoAA; variable
/external/skia/src/core/
DSkClipStack.cpp48 fDoAA = that.fDoAA; in Element()
69 fDoAA != element.fDoAA || fSaveCount != element.fSaveCount) { in operator ==()
175 fDoAA = doAA; in initCommon()
313 if (fDoAA == newAA) { in rectRectIntersectAllowed()
523 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID()
826 prior->fDoAA = element.isAA(); in pushElement()
1107 kOpStrings[static_cast<int>(fOp)], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
DSkClipStack.h146 bool isAA() const { return fDoAA; } in isAA()
217 bool fDoAA; variable
/external/skqp/tools/debugger/
DSkDrawCommand.cpp1072 fDoAA = doAA; in SkClipPathCommand()
1076 canvas->clipPath(fPath, fOp, fDoAA); in execute()
1088 writer.appendBool(SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1111 fDoAA = doAA; in SkClipRectCommand()
1115 canvas->clipRect(fRect, fOp, fDoAA); in execute()
1122 writer.appendBool(SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1132 fDoAA = doAA; in SkClipRRectCommand()
1136 canvas->clipRRect(fRRect, fOp, fDoAA); in execute()
1148 writer.appendBool(SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
DSkDrawCommand.h152 bool fDoAA; variable
179 bool fDoAA; variable
194 bool fDoAA; variable
/external/skia/tools/debugger/
DDrawCommand.cpp1001 fDoAA = doAA; in ClipPathCommand()
1004 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute()
1016 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1038 fDoAA = doAA; in ClipRectCommand()
1041 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute()
1048 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1058 fDoAA = doAA; in ClipRRectCommand()
1061 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute()
1073 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
DDrawCommand.h154 bool fDoAA; variable
181 bool fDoAA; variable
196 bool fDoAA; variable
/external/skqp/src/ports/
DSkFontHost_mac.cpp453 , fDoAA(false) in Offscreen()
472 bool fDoAA; member in Offscreen
1074 fDoAA = !doAA; in getCG()
1080 if (fDoAA != doAA) { in getCG()
1082 fDoAA = doAA; in getCG()