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

  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 47 bool TargetSubtargetInfo::useAA() const {
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 204 bool PPCSubtarget::useAA() const {
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 87 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
89 p.setAntiAlias(useAA);
159 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
165 canvas->clipRect(create_rect(offset), SkRegion::kReplace_Op, useAA);
168 canvas->clipRRect(create_rrect(offset), SkRegion::kReplace_Op, useAA);
171 canvas->clipRRect(create_circle(offset), SkRegion::kReplace_Op, useAA);
174 canvas->clipPath(create_convex_path(offset), SkRegion::kReplace_Op, useAA);
177 canvas->clipPath(create_concave_path(offset), SkRegion::kReplace_Op, useAA);
183 canvas->clipRect(create_rect(offset), SkRegion::kIntersect_Op, useAA);
189 canvas->clipRRect(create_rrect(offset), SkRegion::kIntersect_Op, useAA);
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 337 // useAA here means Edge AA or MSAA
338 bool useAA = this->aaMode() != kBW_DashAAMode;
380 if (useAA) {
413 if (useAA && !lineDone) {
447 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
469 if (devIntervals[1] <= 0.f && useAA) {
516 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
521 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
683 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) {
721 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode
    [all...]

Completed in 91 milliseconds