Home
last modified time | relevance | path

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

/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), SkRegion::kReplace_Op, useAA); in drawClippedGeom()
170 canvas->clipRRect(create_rrect(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom()
173 canvas->clipRRect(create_circle(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom()
176 canvas->clipPath(create_convex_path(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom()
179 canvas->clipPath(create_concave_path(offset), SkRegion::kReplace_Op, useAA); in drawClippedGeom()
185 canvas->clipRect(create_rect(offset), SkRegion::kIntersect_Op, useAA); in drawClippedGeom()
191 canvas->clipRRect(create_rrect(offset), SkRegion::kIntersect_Op, useAA); in drawClippedGeom()
[all …]
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp366 bool useAA = this->aaMode() != kBW_DashAAMode; in onPrepareDraws() local
411 if (useAA) { in onPrepareDraws()
444 if (useAA && !lineDone) { in onPrepareDraws()
478 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws()
500 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws()
546 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
697 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) { in create_batch() argument
735 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode; in create_batch()
752 bool useAA, const GrStrokeInfo& strokeInfo) { in DrawDashLine() argument
[all …]
DGrDashingEffect.h24 const SkMatrix& viewMatrix, const SkPoint pts[2], bool useAA,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp49 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
DWebAssemblySubtarget.h72 bool useAA() const override;
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp54 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h77 bool useAA() const override { return true; } in useAA() function
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h179 virtual bool useAA() const;
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h147 bool useAA() const override { return isCortexA53(); } in useAA() function
/external/skia/include/gpu/
DGrDrawContext.h286 bool useAA,
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp207 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
DPPCSubtarget.h292 bool useAA() const override;
/external/skia/src/gpu/
DGrDrawContext.cpp721 bool useAA, in internalDrawPath() argument
732 bool useCoverageAA = useAA && in internalDrawPath()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-gep-opt.ll8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
/external/llvm/test/CodeGen/AArch64/
Daarch64-gep-opt.ll8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp975 if (TM && TM->getSubtargetImpl(*GEP->getParent()->getParent())->useAA()) in splitGEP()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp831 : ST.useAA(); in buildSchedGraph()
DCodeGenPrepare.cpp3745 ->useAA())) { in optimizeMemoryInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1607 : DAG.getSubtarget().useAA(); in visitTokenFactor()
10007 : DAG.getSubtarget().useAA(); in visitLOAD()
11243 : DAG.getSubtarget().useAA(); in getStoreMergeAndAliasCandidates()
11888 : DAG.getSubtarget().useAA(); in visitSTORE()
14536 : DAG.getSubtarget().useAA(); in isAlias()