/third_party/flutter/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() argument 91 p.setAntiAlias(useAA); in draw_normal_geom() 164 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom() argument 170 canvas->clipRect(create_rect(offset), useAA); in drawClippedGeom() 173 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() 176 canvas->clipRRect(create_circle(offset), useAA); in drawClippedGeom() 179 canvas->clipPath(create_convex_path(offset), useAA); in drawClippedGeom() 182 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom() 188 canvas->clipRect(create_rect(offset), useAA); in drawClippedGeom() 194 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 277 virtual bool useAA() const; 282 return useAA(); in addrSinkUsingGEPs()
|
D | BasicTTIImpl.h | 282 bool useAA() const { return getST()->useAA(); } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.cpp | 59 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
D | WebAssemblySubtarget.h | 91 bool useAA() const override;
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 355 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local 400 if (useAA) { in onPrepareDraws() 433 if (useAA && !lineDone) { in onPrepareDraws() 480 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws() 506 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 552 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 557 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
|
/third_party/skia/src/gpu/ops/ |
D | DashOp.cpp | 343 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local 385 if (useAA) { in onPrepareDraws() 418 if (useAA && !lineDone) { in onPrepareDraws() 465 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) { in onPrepareDraws() 497 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 543 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 548 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 61 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
D | ScheduleDAGInstrs.cpp | 733 : ST.useAA(); in buildSchedGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 420 bool useAA() const override { return UseAA; } in useAA() function 450 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 105 bool useAA() const override { return true; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 227 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
D | PPCSubtarget.h | 349 bool useAA() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.h | 210 bool useAA() const override;
|
D | HexagonSubtarget.cpp | 311 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 651 bool useAA() const; 1253 virtual bool useAA() = 0; 1576 bool useAA() override { return Impl.useAA(); } in useAA() function
|
D | TargetTransformInfoImpl.h | 308 bool useAA() { return false; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 745 bool useAA() const override { return UseAA; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 823 bool useAA() const override { return true; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 372 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1022 if (TTI.useAA()) in splitGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20907 : DAG.getSubtarget().useAA(); in isAlias()
|