Home
last modified time | relevance | path

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

/external/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.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/skia/gm/
Dperspshaders.cpp31 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
37 fDoAA ? "aa" : "bw"); in onShortName()
84 filterPaint.setAntiAlias(fDoAA); in drawRow()
89 pathPaint.setAntiAlias(fDoAA); in drawRow()
93 gradPaint1.setAntiAlias(fDoAA); in drawRow()
96 gradPaint2.setAntiAlias(fDoAA); in drawRow()
159 bool fDoAA; member in skiagm::PerspShadersGM
Dnested.cpp19 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
30 if (fDoAA) { in onShortName()
72 shapePaint.setAntiAlias(fDoAA); in onDraw()
130 bool fDoAA; member in skiagm::NestedGM
Ddashing.cpp419 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
426 if (fDoAA) { in onShortName()
454 paint.setAntiAlias(fDoAA); in onDraw()
489 bool fDoAA; member in Dashing5GM
/external/skia/samplecode/
DSampleHairline.cpp173 bool fDoAA; member in HairlineView
177 fDoAA = true; in HairlineView()
212 paint.setAntiAlias(fDoAA); in onDrawContent()
221 if (fDoAA) { in onAnimate()
225 fDoAA = !fDoAA; in onAnimate()
230 fDoAA = !fDoAA; in onFindClickHandler()
/external/skia/src/core/
DSkClipStack.cpp41 fDoAA = that.fDoAA; in Element()
54 fDoAA != element.fDoAA || in operator ==()
176 if (fDoAA == newAA) { in rectRectIntersectAllowed()
387 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) { in updateBoundAndGenID()
409 if (!fDoAA) { in updateBoundAndGenID()
707 prior->fDoAA = element.isAA(); in pushElement()
979 kOpStrings[static_cast<int>(fOp)], (fDoAA ? "yes" : "no"), fSaveCount); in dump()
DSkClipStack.h119 bool isAA() const { return fDoAA; } in isAA()
225 bool fDoAA; variable
268 fDoAA = doAA; in initCommon()
/external/skia/tools/debugger/
DSkDrawCommand.h188 bool fDoAA; variable
216 bool doAA() const { return fDoAA; } in doAA()
221 bool fDoAA; variable
236 bool doAA() const { return fDoAA; } in doAA()
241 bool fDoAA; variable
DSkDrawCommand.cpp1803 fDoAA = doAA; in SkClipPathCommand()
1811 canvas->clipPath(fPath, fOp, fDoAA); in execute()
1823 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = fDoAA; in toJSON()
1865 fDoAA = doAA; in SkClipRectCommand()
1873 canvas->clipRect(fRect, fOp, fDoAA); in execute()
1880 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = Json::Value(fDoAA); in toJSON()
1900 fDoAA = doAA; in SkClipRRectCommand()
1908 canvas->clipRRect(fRRect, fOp, fDoAA); in execute()
1920 result[SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS] = Json::Value(fDoAA); in toJSON()
/external/skia/src/ports/
DSkFontHost_mac.cpp240 , fDoAA(false) in Offscreen()
259 bool fDoAA; member in Offscreen
875 fDoAA = !doAA; in getCG()
881 if (fDoAA != doAA) { in getCG()
883 fDoAA = doAA; in getCG()