Searched defs:useAA (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 68 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.h | 68 bool useAA() const override { return true; } in useAA() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 276 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 456 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, in drawOval() 886 bool GrOvalRenderer::drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA, in drawDRRect() 943 bool GrOvalRenderer::drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, in drawRRect()
|
D | GrContext.cpp | 1248 void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, in internalDrawPath()
|
/external/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 456 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, in drawOval() 886 bool GrOvalRenderer::drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA, in drawDRRect() 943 bool GrOvalRenderer::drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, in drawRRect()
|
D | GrContext.cpp | 1248 void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, in internalDrawPath()
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 200 bool useAA = paint.isAntiAlias(); in DrawDashLine() local
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 200 bool useAA = paint.isAntiAlias(); in DrawDashLine() local
|