/third_party/skia/bench/ |
D | AAClipBench.cpp | 24 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 …]
|
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()
|
/third_party/flutter/skia/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 | 251 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/ |
D | SampleHairline.cpp | 172 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/ |
D | perspshaders.cpp | 44 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
|
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 | 415 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/ |
D | perspshaders.cpp | 43 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
|
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
|
/third_party/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()
|
/third_party/flutter/skia/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() 1073 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
|
/third_party/skia/src/core/ |
D | SkClipStack.cpp | 47 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()
|
D | SkClipStack.h | 151 bool isAA() const { return fDoAA; } in isAA() 219 bool fDoAA; variable
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawPathOp.h | 28 return (fDoAA) in fixedFunctionFlags() 63 bool fDoAA; variable
|
D | GrDrawPathOp.cpp | 33 , fDoAA(GrAA::kYes == aa) in GrDrawPathOpBase() 47 if (fDoAA) { in pipelineInitArgs()
|
/third_party/flutter/skia/tools/debugger/ |
D | DrawCommand.cpp | 1021 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()
|
D | DrawCommand.h | 149 bool fDoAA; variable 176 bool fDoAA; variable 191 bool fDoAA; variable
|
/third_party/skia/tools/debugger/ |
D | DrawCommand.cpp | 993 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()
|
D | DrawCommand.h | 155 bool fDoAA; variable 182 bool fDoAA; variable 197 bool fDoAA; variable
|