/external/skqp/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() 161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom() argument 167 canvas->clipRect(create_rect(offset), useAA); in drawClippedGeom() 170 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() 173 canvas->clipRRect(create_circle(offset), useAA); in drawClippedGeom() 176 canvas->clipPath(create_convex_path(offset), useAA); in drawClippedGeom() 179 canvas->clipPath(create_concave_path(offset), useAA); in drawClippedGeom() 185 canvas->clipRect(create_rect(offset), useAA); in drawClippedGeom() 191 canvas->clipRRect(create_rrect(offset), useAA); in drawClippedGeom() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 277 virtual bool useAA() const; 282 return useAA(); in addrSinkUsingGEPs()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 282 virtual bool useAA() const; 287 return useAA(); in addrSinkUsingGEPs()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.cpp | 55 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
D | WebAssemblySubtarget.h | 72 bool useAA() const override;
|
/external/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;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.cpp | 61 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
D | WebAssemblySubtarget.h | 88 bool useAA() const override;
|
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 52 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 61 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 60 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 78 bool useAA() const override { return true; } in useAA() function
|
/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 351 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local 396 if (useAA) { in onPrepareDraws() 429 if (useAA && !lineDone) { in onPrepareDraws() 476 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws() 502 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 548 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 553 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 380 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local 422 if (useAA) { in onPrepareDraws() 455 if (useAA && !lineDone) { in onPrepareDraws() 502 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) { in onPrepareDraws() 534 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws() 580 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws() 585 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
|
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 105 bool useAA() const override { return true; } in useAA() function
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 193 virtual bool useAA() const;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 106 bool useAA() const override { return true; } in useAA() function
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 474 bool useAA() const override { return UseAA; } in useAA() function 506 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 226 bool useAA() const override { return UseAA; } in useAA() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 213 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
D | PPCSubtarget.h | 307 bool useAA() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 227 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 219 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|