Searched defs:useAA (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp55 bool WebAssemblySubtarget::useAA() const { return true; } function in class:WebAssemblySubtarget
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp52 bool TargetSubtargetInfo::useAA() const { function in class:TargetSubtargetInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp213 bool PPCSubtarget::useAA() const { function in class:PPCSubtarget
/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/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

Completed in 297 milliseconds