Home
last modified time | relevance | path

Searched refs:useAA (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/samplecode/
DSampleClipDrawMatch.cpp89 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/skqp/samplecode/
DSampleClipDrawMatch.cpp89 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/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp55 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
DWebAssemblySubtarget.h72 bool useAA() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp56 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
DWebAssemblySubtarget.h76 bool useAA() const override;
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp52 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
/external/skia/src/gpu/ops/
DGrDashOp.cpp354 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local
399 if (useAA) { in onPrepareDraws()
432 if (useAA && !lineDone) { in onPrepareDraws()
479 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws()
505 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws()
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
556 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
/external/skqp/src/gpu/ops/
DGrDashOp.cpp351 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/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h78 bool useAA() const override { return true; } in useAA() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp66 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h100 bool useAA() const override { return true; } in useAA() function
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h193 virtual bool useAA() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h234 virtual bool useAA() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp208 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
DPPCSubtarget.h326 bool useAA() const override;
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h226 bool useAA() const override { return UseAA; } in useAA() function
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp213 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
DPPCSubtarget.h307 bool useAA() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h543 bool useAA() const;
1055 virtual bool useAA() = 0;
1308 bool useAA() override { return Impl.useAA(); } in useAA() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h198 bool useAA() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h313 bool useAA() const override { return UseAA; } in useAA() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll7 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h745 bool useAA() const override { return UseAA; } in useAA() function
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices

12