/third_party/flutter/skia/samplecode/ |
D | SampleClip.cpp | 20 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() 33 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() 93 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair() 97 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
|
/third_party/skia/src/core/ |
D | SkClipStack.h | 76 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 80 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 92 Element(const SkRect& rect, bool doAA) { in Element() 249 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 253 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 265 Element(int saveCount, const SkRect& rect, bool doAA) { in Element()
|
D | SkClipStack.cpp | 173 void SkClipStack::Element::initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() 187 SkClipOp op, bool doAA) { in initRect() 203 SkClipOp op, bool doAA) { in initRRect() 221 SkClipOp op, bool doAA) { in initPath() 240 SkClipOp op, bool doAA) { in initAsPath() 254 void SkClipStack::Element::initReplaceRect(int saveCount, const SkRect& rect, bool doAA) { in initReplaceRect() 753 void SkClipStack::clipRRect(const SkRRect& rrect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRRect() 758 void SkClipStack::clipRect(const SkRect& rect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRect() 764 bool doAA) { in clipPath() 774 void SkClipStack::replaceClip(const SkRect& rect, bool doAA) { in replaceClip()
|
D | SkRasterClip.cpp | 67 SkRasterClip::SkRasterClip(const SkPath& path, const SkIRect& bounds, bool doAA) { in SkRasterClip() 144 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op() 173 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op() 177 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op()
|
D | SkPicturePlayback.cpp | 122 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 157 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 175 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
|
/third_party/flutter/skia/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
|
/third_party/skia/bench/ |
D | AAClipBench.cpp | 27 AAClipBench(bool doPath, bool doAA) in AAClipBench() 98 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench() 178 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()
|
/third_party/flutter/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 | 256 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench() 382 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
|
/third_party/skia/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() 59 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke() 90 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair() 94 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
|
/third_party/skia/modules/androidkit/src/ |
D | Canvas.cpp | 97 jint native_clipOp, jboolean doAA) { in Canvas_ClipPath() 106 jint native_clipOp, jboolean doAA) { in Canvas_ClipRect() 114 … jint native_clipOp, jboolean doAA) { in Canvas_ClipRRect()
|
/third_party/flutter/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()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Canvas.java | 174 boolean doAA); in nClipPath() 176 float bottom, int clipOp, boolean doAA); in nClipRect() 179 int clipOp, boolean doAA); in nClipRRect()
|
/third_party/skia/gm/ |
D | nested.cpp | 26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
|
D | perspshaders.cpp | 43 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 52 bool doAA = false; in test_assign_and_comparison() local 890 bool doAA) { in add_round_rect() 906 bool doAA) { in add_rect() 918 bool doAA) { in add_oval() 1000 bool doAA = r.nextBiasedBool(kFractionAntialiased); in test_reduced_clip_stack() local
|