/external/skia/samplecode/ |
D | SampleClip.cpp | 21 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/ |
D | SkClipStack.h | 67 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()
|
D | SkRasterClip.cpp | 64 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()
|
D | SkClipStack.cpp | 97 bool doAA) { in initPath() 732 bool doAA) { in clipRRect() 750 bool doAA) { in clipRect() 770 bool doAA) { in clipPath()
|
D | SkPicturePlayback.cpp | 141 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
|
D | SkPictureRecord.cpp | 322 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()
|
D | SkPictureFlat.h | 133 static inline uint32_t ClipParams_pack(SkClipOp op, bool doAA) { in ClipParams_pack()
|
D | SkAAClip.cpp | 755 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()
|
D | SkCanvas.cpp | 1401 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()
|
D | SkPaint.cpp | 218 void SkPaint::setAntiAlias(bool doAA) { in setAntiAlias()
|
/external/skia/bench/ |
D | AAClipBench.cpp | 28 AAClipBench(bool doPath, bool doAA) in AAClipBench() 101 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench() 183 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
|
D | DrawBitmapAABench.cpp | 21 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench()
|
D | LineBench.cpp | 29 LineBench(SkScalar width, bool doAA) { in LineBench()
|
D | DashBench.cpp | 257 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench() 383 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
|
/external/skia/gm/ |
D | perspshaders.cpp | 31 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
|
D | nested.cpp | 19 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
|
D | dashing.cpp | 419 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 28 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
|
D | PathTest.cpp | 713 for (int doAA = 0; doAA <= 1; ++doAA) { in test_clipped_cubic() local
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 87 SkString* SkObjectParser::BoolToString(bool doAA) { in BoolToString()
|
D | SkDrawCommand.h | 216 bool doAA() const { return fDoAA; } in doAA() function 236 bool doAA() const { return fDoAA; } in doAA() function
|
D | SkDrawCommand.cpp | 1799 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/ |
D | SkFontHost_mac.cpp | 819 bool doAA = false; in getCG() local
|