Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleClip.cpp21 static void show_text(SkCanvas* canvas, bool doAA) { in show_text()
36 static void show_fill(SkCanvas* canvas, bool doAA) { in show_fill()
63 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke()
96 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair()
100 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
/external/skia/src/core/
DSkClipStack.h67 Element(const SkRect& rect, SkClipOp op, bool doAA) { in Element()
71 Element(const SkRRect& rrect, SkClipOp op, bool doAA) { in Element()
75 Element(const SkPath& path, SkClipOp op, bool doAA) { in Element()
253 Element(int saveCount, const SkRRect& rrect, SkClipOp op, bool doAA) { in Element()
257 Element(int saveCount, const SkRect& rect, SkClipOp op, bool doAA) { in Element()
261 Element(int saveCount, const SkPath& path, SkClipOp op, bool doAA) { in Element()
265 void initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon()
277 void initRect(int saveCount, const SkRect& rect, SkClipOp op, bool doAA) { in initRect()
283 void initRRect(int saveCount, const SkRRect& rrect, SkClipOp op, bool doAA) { in initRRect()
DSkRasterClip.cpp64 SkRegion::Op op, bool doAA) { in op()
82 SkRegion::Op op, bool doAA) { in op()
87 SkRegion::Op op, bool doAA) { in op()
227 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath()
244 SkRegion::Op op, bool doAA) { in op()
255 SkRegion::Op op, bool doAA) { in op()
299 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath()
363 SkRegion::Op op, bool doAA) { in op()
DSkClipStack.cpp97 bool doAA) { in initPath()
732 bool doAA) { in clipRRect()
750 bool doAA) { in clipRect()
770 bool doAA) { in clipPath()
DSkPicturePlayback.cpp141 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
170 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
185 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
DSkPictureRecord.cpp322 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkClipOp op, bool doAA) { in recordClipRect()
344 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in recordClipRRect()
366 size_t SkPictureRecord::recordClipPath(int pathID, SkClipOp op, bool doAA) { in recordClipPath()
DSkPictureFlat.h133 static inline uint32_t ClipParams_pack(SkClipOp op, bool doAA) { in ClipParams_pack()
DSkAAClip.cpp755 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect()
1390 bool SkAAClip::setPath(const SkPath& path, const SkRegion* clip, bool doAA) { in setPath()
1795 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) { in op()
DSkCanvas.cpp1401 void SkCanvas::clipRect(const SkRect& rect, SkClipOp op, bool doAA) { in clipRect()
1433 void SkCanvas::clipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in clipRRect()
1455 void SkCanvas::clipPath(const SkPath& path, SkClipOp op, bool doAA) { in clipPath()
DSkPaint.cpp218 void SkPaint::setAntiAlias(bool doAA) { in setAntiAlias()
/external/skia/bench/
DAAClipBench.cpp28 AAClipBench(bool doPath, bool doAA) in AAClipBench()
101 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
183 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
DDrawBitmapAABench.cpp21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench()
DLineBench.cpp29 LineBench(SkScalar width, bool doAA) { in LineBench()
DDashBench.cpp257 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench()
383 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
/external/skia/gm/
Dperspshaders.cpp31 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
Dnested.cpp19 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
Ddashing.cpp419 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
/external/skia/tests/
DClipStackTest.cpp28 bool doAA = false; in test_assign_and_comparison() local
864 bool doAA) { in add_round_rect()
880 bool doAA) { in add_rect()
892 bool doAA) { in add_oval()
971 bool doAA = r.nextBiasedBool(kFractionAntialiased); in test_reduced_clip_stack() local
DPathTest.cpp713 for (int doAA = 0; doAA <= 1; ++doAA) { in test_clipped_cubic() local
/external/skia/tools/debugger/
DSkObjectParser.cpp87 SkString* SkObjectParser::BoolToString(bool doAA) { in BoolToString()
DSkDrawCommand.h216 bool doAA() const { return fDoAA; } in doAA() function
236 bool doAA() const { return fDoAA; } in doAA() function
DSkDrawCommand.cpp1799 SkClipPathCommand::SkClipPathCommand(const SkPath& path, SkClipOp op, bool doAA) in SkClipPathCommand()
1861 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA) in SkClipRectCommand()
1896 SkClipRRectCommand::SkClipRRectCommand(const SkRRect& rrect, SkClipOp op, bool doAA) in SkClipRRectCommand()
/external/skia/src/ports/
DSkFontHost_mac.cpp819 bool doAA = false; in getCG() local