Home
last modified time | relevance | path

Searched defs:doAA (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/include/core/
DSkClipStack.h63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element()
67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element()
71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element()
213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element()
217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element()
221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element()
225 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { in initCommon()
237 void initRect(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in initRect()
243 void initRRect(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in initRRect()
/external/skia/samplecode/
DSampleClip.cpp19 static void show_text(SkCanvas* canvas, bool doAA) { in show_text()
34 static void show_fill(SkCanvas* canvas, bool doAA) { in show_fill()
61 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke()
94 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair()
98 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
/external/skia/src/core/
DSkRasterClip.cpp144 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath()
164 bool SkRasterClip::op(const SkPath& path, const SkISize& size, SkRegion::Op op, bool doAA) { in op()
212 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath()
275 bool SkRasterClip::op(const SkRect& r, const SkISize& size, SkRegion::Op op, bool doAA) { in op()
DSkClipStack.cpp114 bool doAA) { in initPath()
718 void SkClipStack::clipDevRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in clipDevRRect()
723 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in clipDevRect()
728 void SkClipStack::clipDevPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipDevPath()
DSkPicturePlayback.cpp106 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
130 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
143 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
DSkPictureRecord.cpp373 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in recordClipRect()
395 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in recordClipRRect()
417 size_t SkPictureRecord::recordClipPath(int pathID, SkRegion::Op op, bool doAA) { in recordClipPath()
DSkPictureFlat.h90 static inline uint32_t ClipParams_pack(SkRegion::Op op, bool doAA) { in ClipParams_pack()
DSkAAClip.cpp755 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect()
1373 bool SkAAClip::setPath(const SkPath& path, const SkRegion* clip, bool doAA) { in setPath()
1768 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) { in op()
DSkCanvas.cpp1352 void SkCanvas::clipRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in clipRect()
1406 SkRegion::Op op, bool doAA) { in rasterclip_path()
1410 void SkCanvas::clipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in clipRRect()
1446 void SkCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath()
/external/skia/bench/
DAAClipBench.cpp27 AAClipBench(bool doPath, bool doAA) in AAClipBench()
100 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
183 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
DLineBench.cpp29 LineBench(SkScalar width, bool doAA) { in LineBench()
DDashBench.cpp258 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench()
385 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
/external/skia/gm/
Dnested.cpp17 NestedGM(bool doAA) : fDoAA(doAA) { in NestedGM()
Ddashing.cpp402 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
/external/skia/src/gpu/
DGrReducedClip.cpp388 bool doAA = iter.prev()->isAA(); in ReduceClipStack() local
DGrClipMaskManager.cpp63 bool doAA) { in path_needs_SW_renderer()
DSkGpuDevice.cpp710 bool doAA, in create_mask_GPU()
DGrContext.cpp637 bool doAA = needAA && apply_aa_to_rect(target, &pipelineBuilder, &devBoundRect, rect, width, in drawRect() local
/external/skia/src/utils/debugger/
DSkDebugCanvas.cpp171 void clipRect(const SkRect& r, SkRegion::Op, bool doAA) override { in clipRect()
178 void clipRRect(const SkRRect& rr, SkRegion::Op, bool doAA) override { in clipRRect()
185 void clipPath(const SkPath& path, SkRegion::Op, bool doAA) override { in clipPath()
DSkDrawCommand.cpp185 SkClipPathCommand::SkClipPathCommand(const SkPath& path, SkRegion::Op op, bool doAA) in SkClipPathCommand()
218 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA) in SkClipRectCommand()
233 SkClipRRectCommand::SkClipRRectCommand(const SkRRect& rrect, SkRegion::Op op, bool doAA) in SkClipRRectCommand()
DSkObjectParser.cpp60 SkString* SkObjectParser::BoolToString(bool doAA) { in BoolToString()
DSkDrawCommand.h161 bool doAA() const { return fDoAA; } in doAA() function
179 bool doAA() const { return fDoAA; } in doAA() function
/external/skia/src/pipe/
DSkGPipeRead.cpp262 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipPath_rp() local
276 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipRect_rp() local
284 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipRRect_rp() local
/external/skia/tests/
DClipStackTest.cpp20 bool doAA = false; in test_assign_and_comparison() local
/external/skia/src/ports/
DSkFontHost_mac.cpp788 bool doAA = false; in getCG() local

12