/external/skia/include/core/ |
D | SkClipStack.h | 63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() 67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() 71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() 213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() 217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() 221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() 225 void initCommon(int saveCount, SkRegion::Op op, bool doAA) { in initCommon() 237 void initRect(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in initRect() 243 void initRRect(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in initRRect()
|
/external/skia/samplecode/ |
D | SampleClip.cpp | 19 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/skia/src/core/ |
D | SkRasterClip.cpp | 144 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() 164 bool SkRasterClip::op(const SkPath& path, const SkISize& size, SkRegion::Op op, bool doAA) { in op() 212 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() 275 bool SkRasterClip::op(const SkRect& r, const SkISize& size, SkRegion::Op op, bool doAA) { in op()
|
D | SkClipStack.cpp | 114 bool doAA) { in initPath() 718 void SkClipStack::clipDevRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in clipDevRRect() 723 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in clipDevRect() 728 void SkClipStack::clipDevPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipDevPath()
|
D | SkPicturePlayback.cpp | 106 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 130 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local 143 bool doAA = ClipParams_unpackDoAA(packed); in handleOp() local
|
D | SkPictureRecord.cpp | 373 size_t SkPictureRecord::recordClipRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in recordClipRect() 395 size_t SkPictureRecord::recordClipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in recordClipRRect() 417 size_t SkPictureRecord::recordClipPath(int pathID, SkRegion::Op op, bool doAA) { in recordClipPath()
|
D | SkPictureFlat.h | 90 static inline uint32_t ClipParams_pack(SkRegion::Op op, bool doAA) { in ClipParams_pack()
|
D | SkAAClip.cpp | 755 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() 1373 bool SkAAClip::setPath(const SkPath& path, const SkRegion* clip, bool doAA) { in setPath() 1768 bool SkAAClip::op(const SkRect& rOrig, SkRegion::Op op, bool doAA) { in op()
|
D | SkCanvas.cpp | 1352 void SkCanvas::clipRect(const SkRect& rect, SkRegion::Op op, bool doAA) { in clipRect() 1406 SkRegion::Op op, bool doAA) { in rasterclip_path() 1410 void SkCanvas::clipRRect(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in clipRRect() 1446 void SkCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath()
|
/external/skia/bench/ |
D | AAClipBench.cpp | 27 AAClipBench(bool doPath, bool doAA) in AAClipBench() 100 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench() 183 AAClipBuilderBench(bool doPath, bool doAA) { in AAClipBuilderBench()
|
D | LineBench.cpp | 29 LineBench(SkScalar width, bool doAA) { in LineBench()
|
D | DashBench.cpp | 258 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench() 385 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
|
/external/skia/gm/ |
D | nested.cpp | 17 NestedGM(bool doAA) : fDoAA(doAA) { in NestedGM()
|
D | dashing.cpp | 402 Dashing5GM(bool doAA) : fDoAA(doAA) {} in Dashing5GM()
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 388 bool doAA = iter.prev()->isAA(); in ReduceClipStack() local
|
D | GrClipMaskManager.cpp | 63 bool doAA) { in path_needs_SW_renderer()
|
D | SkGpuDevice.cpp | 710 bool doAA, in create_mask_GPU()
|
D | GrContext.cpp | 637 bool doAA = needAA && apply_aa_to_rect(target, &pipelineBuilder, &devBoundRect, rect, width, in drawRect() local
|
/external/skia/src/utils/debugger/ |
D | SkDebugCanvas.cpp | 171 void clipRect(const SkRect& r, SkRegion::Op, bool doAA) override { in clipRect() 178 void clipRRect(const SkRRect& rr, SkRegion::Op, bool doAA) override { in clipRRect() 185 void clipPath(const SkPath& path, SkRegion::Op, bool doAA) override { in clipPath()
|
D | SkDrawCommand.cpp | 185 SkClipPathCommand::SkClipPathCommand(const SkPath& path, SkRegion::Op op, bool doAA) in SkClipPathCommand() 218 SkClipRectCommand::SkClipRectCommand(const SkRect& rect, SkRegion::Op op, bool doAA) in SkClipRectCommand() 233 SkClipRRectCommand::SkClipRRectCommand(const SkRRect& rrect, SkRegion::Op op, bool doAA) in SkClipRRectCommand()
|
D | SkObjectParser.cpp | 60 SkString* SkObjectParser::BoolToString(bool doAA) { in BoolToString()
|
D | SkDrawCommand.h | 161 bool doAA() const { return fDoAA; } in doAA() function 179 bool doAA() const { return fDoAA; } in doAA() function
|
/external/skia/src/pipe/ |
D | SkGPipeRead.cpp | 262 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipPath_rp() local 276 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipRect_rp() local 284 bool doAA = SkToBool(DrawOp_unpackFlags(op32) & kClip_HasAntiAlias_DrawOpFlag); in clipRRect_rp() local
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 20 bool doAA = false; in test_assign_and_comparison() local
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 788 bool doAA = false; in getCG() local
|