| /external/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() 227 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 231 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 235 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() 243 Element(int saveCount, const SkRect& rect, bool doAA) { in Element()
|
| D | SkClipStack.cpp | 167 void SkClipStack::Element::initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon() 181 SkClipOp op, bool doAA) { in initRect() 197 SkClipOp op, bool doAA) { in initRRect() 215 SkClipOp op, bool doAA) { in initPath() 234 SkClipOp op, bool doAA) { in initAsPath() 248 void SkClipStack::Element::initReplaceRect(int saveCount, const SkRect& rect, bool doAA) { in initReplaceRect() 747 void SkClipStack::clipRRect(const SkRRect& rrect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRRect() 752 void SkClipStack::clipRect(const SkRect& rect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRect() 758 bool doAA) { in clipPath() 768 void SkClipStack::replaceClip(const SkRect& rect, bool doAA) { in replaceClip()
|
| D | SkRasterClip.cpp | 75 SkRasterClip::SkRasterClip(const SkPath& path, const SkIRect& bounds, bool doAA) { in SkRasterClip() 152 bool SkRasterClip::op(const SkRect& localRect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op() 181 bool SkRasterClip::op(const SkRRect& rrect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op() 185 bool SkRasterClip::op(const SkPath& path, const SkMatrix& matrix, SkClipOp op, bool doAA) { in op()
|
| D | SkPicturePlayback.cpp | 147 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 182 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 200 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
|
| D | SkPictureRecord.cpp | 331 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkClipOp op, bool doAA) { in recordClipRect() 353 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in recordClipRRect() 375 size_t SkPictureRecord::recordClipPath(int pathID, SkClipOp op, bool doAA) { in recordClipPath()
|
| D | SkPictureFlat.h | 167 static inline uint32_t ClipParams_pack(SkClipOp op, bool doAA) { in ClipParams_pack()
|
| D | SkAAClip.cpp | 835 bool SkAAClip::Builder::blitPath(SkAAClip* target, const SkPath& path, bool doAA) { in blitPath() 1401 bool SkAAClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() 1488 bool SkAAClip::op(const SkRect& rect, SkClipOp op, bool doAA) { in op()
|
| D | SkCanvas.cpp | 1361 void SkCanvas::clipRect(const SkRect& rect, SkClipOp op, bool doAA) { in clipRect() 1439 void SkCanvas::clipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in clipRRect() 1456 void SkCanvas::clipPath(const SkPath& path, SkClipOp op, bool doAA) { in clipPath()
|
| /external/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()
|
| /external/skia/tools/viewer/ |
| D | ClipSlide.cpp | 26 static void show_text(SkCanvas* canvas, bool doAA) { in show_text() 39 static void show_fill(SkCanvas* canvas, bool doAA) { in show_fill() 64 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke() 95 static void show_hair(SkCanvas* canvas, bool doAA) { in show_hair() 99 static void show_thick(SkCanvas* canvas, bool doAA) { in show_thick()
|
| /external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
| D | Canvas.java | 151 boolean doAA); in nClipPath() 153 float bottom, int clipOp, boolean doAA); in nClipRect() 156 int clipOp, boolean doAA); in nClipRRect()
|
| /external/skia/modules/jetski/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()
|
| /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()
|
| D | dashing.cpp | 409 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
|
| /external/skia/tests/ |
| D | ClipStackTest.cpp | 27 bool doAA = false; in test_assign_and_comparison() local 456 auto replacePath = [](SkClipStack* stack, const SkPath& path, bool doAA) { in test_path_replace()
|
| D | PathTest.cpp | 739 for (int doAA = 0; doAA <= 1; ++doAA) { in test_clipped_cubic() local
|
| /external/skia/src/ports/ |
| D | SkScalerContext_mac_ct.cpp | 190 bool doAA = false; in getCG() local
|
| /external/skia/tools/debugger/ |
| D | DrawCommand.cpp | 1015 ClipPathCommand::ClipPathCommand(const SkPath& path, SkClipOp op, bool doAA) in ClipPathCommand() 1052 ClipRectCommand::ClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA) in ClipRectCommand() 1072 ClipRRectCommand::ClipRRectCommand(const SkRRect& rrect, SkClipOp op, bool doAA) in ClipRRectCommand()
|