Searched refs:useAA (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrOvalRenderer.h34 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
36 bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
38 bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
H A DGrOvalRenderer.cpp456 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, argument
459 bool useCoverageAA = useAA &&
886 bool GrOvalRenderer::drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
888 bool applyAA = useAA &&
910 if (this->drawRRect(target, context, useAA, origOuter, fillRec)) {
943 bool GrOvalRenderer::drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
946 return this->drawOval(target, context, useAA, rrect.getBounds(), stroke);
949 bool useCoverageAA = useAA &&
H A DGrContext.cpp1248 void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, argument
1259 bool useCoverageAA = useAA &&
/external/skia/src/gpu/
H A DGrOvalRenderer.h34 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
36 bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
38 bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
H A DGrOvalRenderer.cpp456 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, argument
459 bool useCoverageAA = useAA &&
886 bool GrOvalRenderer::drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
888 bool applyAA = useAA &&
910 if (this->drawRRect(target, context, useAA, origOuter, fillRec)) {
943 bool GrOvalRenderer::drawRRect(GrDrawTarget* target, GrContext* context, bool useAA, argument
946 return this->drawOval(target, context, useAA, rrect.getBounds(), stroke);
949 bool useCoverageAA = useAA &&
H A DGrContext.cpp1248 void GrContext::internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path, argument
1259 bool useCoverageAA = useAA &&
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp68 bool TargetSubtargetInfo::useAA() const { function in class:TargetSubtargetInfo
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp200 bool useAA = paint.isAntiAlias(); local
230 if (useAA) {
263 if (useAA && !lineDone) {
297 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) {
310 SkScalar bloatX = useAA ? 0.5f / parallelScale : 0.f;
311 SkScalar bloatY = useAA ? 0.5f / perpScale : 0.f;
313 SkScalar devBloat = useAA ? 0.5f : 0.f;
316 if (devIntervals[1] <= 0.f && useAA) {
337 if (devIntervals[1] > 0.f || useAA) {
342 GrEffectEdgeType edgeType= useAA
[all...]
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp200 bool useAA = paint.isAntiAlias(); local
230 if (useAA) {
263 if (useAA && !lineDone) {
297 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) {
310 SkScalar bloatX = useAA ? 0.5f / parallelScale : 0.f;
311 SkScalar bloatY = useAA ? 0.5f / perpScale : 0.f;
313 SkScalar devBloat = useAA ? 0.5f : 0.f;
316 if (devIntervals[1] <= 0.f && useAA) {
337 if (devIntervals[1] > 0.f || useAA) {
342 GrEffectEdgeType edgeType= useAA
[all...]
/external/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h111 virtual bool useAA() const;
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h68 bool useAA() const override { return true; }
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h241 bool useAA() const override;
H A DPPCSubtarget.cpp276 bool PPCSubtarget::useAA() const { function in class:PPCSubtarget
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h1008 void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path,
/external/skia/include/gpu/
H A DGrContext.h1008 void internalDrawPath(GrDrawTarget* target, bool useAA, const SkPath& path,
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp739 : ST.useAA();
H A DCodeGenPrepare.cpp2600 TM && TM->getSubtarget<TargetSubtargetInfo>().useAA())) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8015 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();
9600 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();
11549 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();

Completed in 425 milliseconds