HomeSort by relevance Sort by last modified time
    Searched refs:useAA (Results 1 - 14 of 14) sorted by null

  /external/skia/samplecode/
SampleClipDrawMatch.cpp 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
167 canvas->clipRect(create_rect(offset), useAA);
170 canvas->clipRRect(create_rrect(offset), useAA);
173 canvas->clipRRect(create_circle(offset), useAA);
176 canvas->clipPath(create_convex_path(offset), useAA);
179 canvas->clipPath(create_concave_path(offset), useAA);
185 canvas->clipRect(create_rect(offset), useAA);
191 canvas->clipRRect(create_rrect(offset), useAA);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.cpp 55 bool WebAssemblySubtarget::useAA() const { return true; }
WebAssemblySubtarget.h 72 bool useAA() const override;
  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 52 bool TargetSubtargetInfo::useAA() const {
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 78 bool useAA() const override { return true; }
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 193 virtual bool useAA() const;
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 75 bool UseAA = false;
226 bool useAA() const override { return UseAA; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 213 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 307 bool useAA() const override;
  /external/skia/src/gpu/ops/
GrDashOp.cpp 357 // useAA here means Edge AA or MSAA
358 bool useAA = this->aaMode() != AAMode::kNone;
403 if (useAA) {
436 if (useAA && !lineDone) {
470 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
496 if (devIntervals[1] <= 0.f && useAA) {
542 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
547 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 852 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
853 : ST.useAA();
854 AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 290 milliseconds