/external/skqp/samplecode/ |
D | SampleClip.cpp | 21 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/skqp/src/core/ |
D | SkRasterClip.cpp | 65 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRect() 83 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRRect() 88 SkRegion::Op op, bool doAA) { in opPath() 228 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() 245 SkRegion::Op op, bool doAA) { in op() 256 SkRegion::Op op, bool doAA) { in op() 300 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() 364 SkRegion::Op op, bool doAA) { in op()
|
D | SkClipStack.h | 74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
|
D | SkClipStack.cpp | 150 void SkClipStack::Element::initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() 163 SkClipOp op, bool doAA) { in initRect() 179 SkClipOp op, bool doAA) { in initRRect() 197 SkClipOp op, bool doAA) { in initPath() 216 SkClipOp op, bool doAA) { in initAsPath() 828 bool doAA) { in clipRRect() 839 bool doAA) { in clipRect() 850 bool doAA) { in clipPath()
|
D | SkPicturePlayback.cpp | 131 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 160 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 175 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
|
D | SkPictureRecord.cpp | 335 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkClipOp op, bool doAA) { in recordClipRect() 357 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in recordClipRRect() 379 size_t SkPictureRecord::recordClipPath(int pathID, SkClipOp op, bool doAA) { in recordClipPath()
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 65 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRect() 85 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRRect() 92 SkRegion::Op op, bool doAA) { in opPath() 253 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() 270 SkRegion::Op op, bool doAA) { in op() 278 SkRegion::Op op, bool doAA) { in op() 322 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() 397 SkRegion::Op op, bool doAA) { in op()
|
D | SkClipStack.h | 77 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 81 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 85 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 246 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 250 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 254 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
|
D | SkClipStack.cpp | 172 void SkClipStack::Element::initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() 185 SkClipOp op, bool doAA) { in initRect() 201 SkClipOp op, bool doAA) { in initRRect() 219 SkClipOp op, bool doAA) { in initPath() 238 SkClipOp op, bool doAA) { in initAsPath() 851 bool doAA) { in clipRRect() 862 bool doAA) { in clipRect() 873 bool doAA) { in clipPath()
|
D | SkPicturePlayback.cpp | 108 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 137 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 152 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
|
/external/skia/bench/ |
D | AAClipBench.cpp | 28 AAClipBench(bool doPath, bool doAA) in AAClipBench() 99 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench() 179 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
|
D | DrawBitmapAABench.cpp | 22 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 | 255 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench() 381 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
|
/external/skqp/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/samplecode/ |
D | SampleClip.cpp | 22 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() 35 static void show_fill(SkCanvas* canvas, bool doAA) { in show_fill() 60 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke() 91 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair() 95 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 53 bool doAA = false; in test_assign_and_comparison() local 892 bool doAA) { in add_round_rect() 908 bool doAA) { in add_rect() 920 bool doAA) { in add_oval() 930 bool doAA) { in add_shader() 1017 bool doAA = r.nextBiasedBool(kFractionAntialiased); in test_reduced_clip_stack() local
|
/external/skia/gm/ |
D | nested.cpp | 26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
|
D | perspshaders.cpp | 44 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
|
/external/skqp/gm/ |
D | nested.cpp | 18 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
|
D | perspshaders.cpp | 29 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
|
/external/skqp/tests/ |
D | ClipStackTest.cpp | 50 bool doAA = false; in test_assign_and_comparison() local 888 bool doAA) { in add_round_rect() 904 bool doAA) { in add_rect() 916 bool doAA) { in add_oval() 998 bool doAA = r.nextBiasedBool(kFractionAntialiased); in test_reduced_clip_stack() local
|