Home
last modified time | relevance | path

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

/external/skia/bench/
DAAClipBench.cpp24 bool fDoAA; member in AAClipBench
29 , fDoAA(doAA) { in AAClipBench()
62 canvas->clipPath(fClipPath, SkRegion::kReplace_Op, fDoAA); in onDraw()
64 canvas->clipRect(fClipRect, SkRegion::kReplace_Op, fDoAA); in onDraw()
90 bool fDoAA; member in NestedAAClipBench
100 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.cpp254 bool fDoAA; member in DrawPointsDashingBench
263 fDoAA = doAA; in DrawPointsDashingBench()
281 p.setAntiAlias(fDoAA); in onDraw()
381 bool fDoAA; member in DashGridBench
389 fDoAA = doAA; in DashGridBench()
407 p.setAntiAlias(fDoAA); in onDraw()
/external/skia/gm/
Dperspshaders.cpp30 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
36 fDoAA ? "aa" : "bw"); in onShortName()
86 filterPaint.setAntiAlias(fDoAA); in drawRow()
91 pathPaint.setAntiAlias(fDoAA); in drawRow()
95 gradPaint1.setAntiAlias(fDoAA); in drawRow()
98 gradPaint2.setAntiAlias(fDoAA); in drawRow()
161 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.cpp406 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
413 if (fDoAA) { in onShortName()
441 paint.setAntiAlias(fDoAA); in onDraw()
476 bool fDoAA; member in Dashing5GM
/external/skia/samplecode/
DSampleHairline.cpp178 bool fDoAA; member in HairlineView
182 fDoAA = true; in HairlineView()
217 paint.setAntiAlias(fDoAA); in onDrawContent()
226 if (fDoAA) { in onAnimate()
230 fDoAA = !fDoAA; in onAnimate()
235 fDoAA = !fDoAA; in onFindClickHandler()
/external/skia/src/core/
DSkClipStack.cpp39 fDoAA = that.fDoAA; in Element()
52 fDoAA != element.fDoAA || in operator ==()
192 if (fDoAA == newAA) { in rectRectIntersectAllowed()
403 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) { in updateBoundAndGenID()
425 if (!fDoAA) { in updateBoundAndGenID()
697 prior->fDoAA = element.isAA(); in pushElement()
891 kOpStrings[fOp], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
/external/skia/include/core/
DSkClipStack.h103 bool isAA() const { return fDoAA; } in isAA()
186 bool fDoAA; variable
227 fDoAA = doAA; in initCommon()
/external/skia/tools/debugger/
DSkDrawCommand.h158 bool fDoAA; variable
186 bool doAA() const { return fDoAA; } in doAA()
191 bool fDoAA; variable
206 bool doAA() const { return fDoAA; } in doAA()
211 bool fDoAA; variable
DSkDrawCommand.cpp1571 fDoAA = doAA; in SkClipPathCommand()
1579 canvas->clipPath(fPath, fOp, fDoAA); in execute()
1591 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = fDoAA; in toJSON()
1633 fDoAA = doAA; in SkClipRectCommand()
1641 canvas->clipRect(fRect, fOp, fDoAA); in execute()
1648 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = Json::Value(fDoAA); in toJSON()
1664 fDoAA = doAA; in SkClipRRectCommand()
1672 canvas->clipRRect(fRRect, fOp, fDoAA); in execute()
1684 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = Json::Value(fDoAA); in toJSON()
/external/skia/src/ports/
DSkFontHost_mac.cpp334 , fDoAA(false) in Offscreen()
354 bool fDoAA; member in Offscreen
871 fDoAA = !doAA; in getCG()
883 if (fDoAA != doAA) { in getCG()
885 fDoAA = doAA; in getCG()