Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.h70 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
74 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
78 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
86 Element(const SkRect& rect, bool doAA) { in Element()
222 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
226 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
230 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element()
238 Element(int saveCount, const SkRect& rect, bool doAA) { in Element()
DSkClipStack.cpp162 void SkClipStack::Element::initCommon(int saveCount, SkClipOp op, bool doAA) { in initCommon()
176 SkClipOp op, bool doAA) { in initRect()
192 SkClipOp op, bool doAA) { in initRRect()
210 SkClipOp op, bool doAA) { in initPath()
229 SkClipOp op, bool doAA) { in initAsPath()
243 void SkClipStack::Element::initReplaceRect(int saveCount, const SkRect& rect, bool doAA) { in initReplaceRect()
742 void SkClipStack::clipRRect(const SkRRect& rrect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRRect()
747 void SkClipStack::clipRect(const SkRect& rect, const SkMatrix& matrix, SkClipOp op, bool doAA) { in clipRect()
753 bool doAA) { in clipPath()
763 void SkClipStack::replaceClip(const SkRect& rect, bool doAA) { in replaceClip()
DSkRasterClip.cpp67 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()
DSkPicturePlayback.cpp149 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
184 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
202 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
DSkPictureRecord.cpp312 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkClipOp op, bool doAA) { in recordClipRect()
334 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in recordClipRRect()
356 size_t SkPictureRecord::recordClipPath(int pathID, SkClipOp op, bool doAA) { in recordClipPath()
DSkPictureFlat.h160 static inline uint32_t ClipParams_pack(SkClipOp op, bool doAA) { in ClipParams_pack()
DSkAAClip.cpp830 bool SkAAClip::Builder::blitPath(SkAAClip* target, const SkPath& path, bool doAA) { in blitPath()
1396 bool SkAAClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath()
1483 bool SkAAClip::op(const SkRect& rect, SkClipOp op, bool doAA) { in op()
DSkCanvas.cpp1521 void SkCanvas::clipRect(const SkRect& rect, SkClipOp op, bool doAA) { in clipRect()
1599 void SkCanvas::clipRRect(const SkRRect& rrect, SkClipOp op, bool doAA) { in clipRRect()
1616 void SkCanvas::clipPath(const SkPath& path, SkClipOp op, bool doAA) { in clipPath()
/external/skia/bench/
DAAClipBench.cpp27 AAClipBench(bool doPath, bool doAA) in AAClipBench()
98 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
178 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
DDrawBitmapAABench.cpp22 DrawBitmapAABench(bool doAA, const SkMatrix& matrix, const char name[]) in DrawBitmapAABench()
DLineBench.cpp29 LineBench(SkScalar width, bool doAA) { in LineBench()
DDashBench.cpp255 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench()
381 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
/external/skia/tools/viewer/
DClipSlide.cpp24 static void show_text(SkCanvas* canvas, bool doAA) { in show_text()
37 static void show_fill(SkCanvas* canvas, bool doAA) { in show_fill()
62 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()
/external/skia/modules/jetski/src/
DCanvas.cpp97 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/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DCanvas.java173 boolean doAA); in nClipPath()
175 float bottom, int clipOp, boolean doAA); in nClipRect()
178 int clipOp, boolean doAA); in nClipRRect()
/external/skia/gm/
Dnested.cpp26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM()
Dperspshaders.cpp43 PerspShadersGM(bool doAA) : fDoAA(doAA) { } in PerspShadersGM()
Ddashing.cpp408 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
/external/skia/tests/
DClipStackTest.cpp27 bool doAA = false; in test_assign_and_comparison() local
456 auto replacePath = [](SkClipStack* stack, const SkPath& path, bool doAA) { in test_path_replace()
DPathTest.cpp738 for (int doAA = 0; doAA <= 1; ++doAA) { in test_clipped_cubic() local
/external/skia/src/ports/
DSkScalerContext_mac_ct.cpp189 bool doAA = false; in getCG() local
/external/skia/tools/debugger/
DDrawCommand.cpp1013 ClipPathCommand::ClipPathCommand(const SkPath& path, SkClipOp op, bool doAA) in ClipPathCommand()
1050 ClipRectCommand::ClipRectCommand(const SkRect& rect, SkClipOp op, bool doAA) in ClipRectCommand()
1070 ClipRRectCommand::ClipRRectCommand(const SkRRect& rrect, SkClipOp op, bool doAA) in ClipRRectCommand()