Searched refs:useAA (Results 1 - 16 of 16) sorted by relevance

/external/skia/samplecode/
H A DSampleClipDrawMatch.cpp89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { argument
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { argument
167 canvas->clipRect(create_rect(offset), useAA); local
170 canvas->clipRRect(create_rrect(offset), useAA); local
173 canvas->clipRRect(create_circle(offset), useAA); local
176 canvas->clipPath(create_convex_path(offset), useAA); local
179 canvas->clipPath(create_concave_path(offset), useAA); local
185 canvas->clipRect(create_rect(offset), useAA); local
191 canvas->clipRRect(create_rrect(offset), useAA); local
197 canvas->clipPath(create_convex_path(offset), useAA); local
203 canvas->clipPath(create_concave_path(offset), useAA); local
220 drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) argument
[all...]
/external/skqp/samplecode/
H A DSampleClipDrawMatch.cpp89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { argument
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { argument
167 canvas->clipRect(create_rect(offset), useAA); local
170 canvas->clipRRect(create_rrect(offset), useAA); local
173 canvas->clipRRect(create_circle(offset), useAA); local
176 canvas->clipPath(create_convex_path(offset), useAA); local
179 canvas->clipPath(create_concave_path(offset), useAA); local
185 canvas->clipRect(create_rect(offset), useAA); local
191 canvas->clipRRect(create_rrect(offset), useAA); local
197 canvas->clipPath(create_convex_path(offset), useAA); local
203 canvas->clipPath(create_concave_path(offset), useAA); local
220 drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) argument
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp55 bool WebAssemblySubtarget::useAA() const { return true; } function in class:WebAssemblySubtarget
H A DWebAssemblySubtarget.h72 bool useAA() const override;
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp52 bool TargetSubtargetInfo::useAA() const { function in class:TargetSubtargetInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h78 bool useAA() const override { return true; }
/external/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h193 virtual bool useAA() const;
/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h226 bool useAA() const override { return UseAA; }
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp213 bool PPCSubtarget::useAA() const { function in class:PPCSubtarget
H A DPPCSubtarget.h307 bool useAA() const override;
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp399 // useAA here means Edge AA or MSAA
400 bool useAA = this->aaMode() != AAMode::kNone; variable
445 if (useAA) {
478 if (useAA && !lineDone) {
525 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
551 if (devIntervals[1] <= 0.f && useAA) {
597 SkASSERT(useAA); // so that we know bloatX and bloatY have been set variable
602 SkASSERT(useAA); // so that we know bloatX and bloatY have been set variable
/external/skqp/src/gpu/ops/
H A DGrDashOp.cpp399 // useAA here means Edge AA or MSAA
400 bool useAA = this->aaMode() != AAMode::kNone; variable
445 if (useAA) {
478 if (useAA && !lineDone) {
525 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
551 if (devIntervals[1] <= 0.f && useAA) {
597 SkASSERT(useAA); // so that we know bloatX and bloatY have been set variable
602 SkASSERT(useAA); // so that we know bloatX and bloatY have been set variable
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp975 if (TM && TM->getSubtargetImpl(*GEP->getParent()->getParent())->useAA())
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp853 : ST.useAA();
H A DCodeGenPrepare.cpp3828 ->useAA())) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1602 : DAG.getSubtarget().useAA();
10125 : DAG.getSubtarget().useAA();
11325 : DAG.getSubtarget().useAA();
11381 : DAG.getSubtarget().useAA();
11551 : DAG.getSubtarget().useAA();
12065 : DAG.getSubtarget().useAA();
14816 : DAG.getSubtarget().useAA();

Completed in 399 milliseconds