/external/skia/bench/ |
D | AAClipBench.cpp | 25 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 …]
|
D | LineBench.cpp | 21 bool fDoAA; member in LineBench 31 fDoAA = doAA; in LineBench() 50 paint.setAntiAlias(fDoAA); in onDraw()
|
D | DashBench.cpp | 250 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/ |
D | AAClipBench.cpp | 25 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 …]
|
D | LineBench.cpp | 21 bool fDoAA; member in LineBench 31 fDoAA = doAA; in LineBench() 50 paint.setAntiAlias(fDoAA); in onDraw()
|
D | DashBench.cpp | 252 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/ |
D | perspshaders.cpp | 29 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
|
D | nested.cpp | 18 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
|
D | dashing.cpp | 429 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/ |
D | SampleHairline.cpp | 173 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/ |
D | perspshaders.cpp | 44 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
|
D | nested.cpp | 26 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
|
D | dashing.cpp | 408 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/ |
D | SkScalerContext_mac_ct.h | 59 , fDoAA(false) in Offscreen() 78 bool fDoAA; variable
|
D | SkScalerContext_mac_ct.cpp | 221 fDoAA = !doAA; in getCG() 227 if (fDoAA != doAA) { in getCG() 229 fDoAA = doAA; in getCG()
|
/external/skqp/src/core/ |
D | SkClipStack.cpp | 39 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()
|
D | SkClipStack.h | 131 bool isAA() const { return fDoAA; } in isAA() 201 bool fDoAA; variable
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 48 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()
|
D | SkClipStack.h | 146 bool isAA() const { return fDoAA; } in isAA() 217 bool fDoAA; variable
|
/external/skqp/tools/debugger/ |
D | SkDrawCommand.cpp | 1072 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()
|
D | SkDrawCommand.h | 152 bool fDoAA; variable 179 bool fDoAA; variable 194 bool fDoAA; variable
|
/external/skia/tools/debugger/ |
D | DrawCommand.cpp | 1001 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()
|
D | DrawCommand.h | 154 bool fDoAA; variable 181 bool fDoAA; variable 196 bool fDoAA; variable
|
/external/skqp/src/ports/ |
D | SkFontHost_mac.cpp | 453 , 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()
|