/third_party/skia/docs/examples/ |
D | Paint_getPathEffect.cpp | 8 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw() 10 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
|
D | Paint_refPathEffect.cpp | 10 SkDebugf("path effect unique: %s\n", paint1.getPathEffect()->unique() ? "true" : "false"); in draw() 12 SkDebugf("path effect unique: %s\n", paint1.getPathEffect()->unique() ? "true" : "false"); in draw()
|
D | Paint_move_SkPaint.cpp | 11 SkDebugf("path effect unique: %s\n", dashed.getPathEffect()->unique() ? "true" : "false"); in draw()
|
D | PaintDump.cpp | 64 if (p.getPathEffect()) { in PaintStringDump()
|
/third_party/flutter/skia/docs/examples/ |
D | Paint_getPathEffect.cpp | 8 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw() 10 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
|
D | Paint_refPathEffect.cpp | 10 SkDebugf("path effect unique: %s\n", paint1.getPathEffect()->unique() ? "true" : "false"); in draw() 12 SkDebugf("path effect unique: %s\n", paint1.getPathEffect()->unique() ? "true" : "false"); in draw()
|
D | Paint_move_SkPaint.cpp | 11 SkDebugf("path effect unique: %s\n", dashed.getPathEffect()->unique() ? "true" : "false"); in draw()
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 297 if (paint.getPathEffect() || in Flatten() 313 buffer.writeFlattenable(paint.getPathEffect()); in Flatten() 421 if (this->getPathEffect() && in canComputeFastBounds() 422 !as_PEB(this->getPathEffect())->computeFastBounds(nullptr)) { in canComputeFastBounds() 436 if (this->getPathEffect()) { in doComputeFastBounds() 438 SkAssertResult(as_PEB(this->getPathEffect())->computeFastBounds(&tmpSrc)); in doComputeFastBounds()
|
D | SkPictureCommon.h | 29 if (paint && paint->getPathEffect()) { in checkPaint() 37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
|
D | SkDraw.cpp | 249 if (paint.getPathEffect() || paint.getMaskFilter()) { in init() 437 if (2 == count && paint.getPathEffect()) { in drawPoints() 447 if (as_PEB(paint.getPathEffect())->asPoints(&pointData, path, stroke, ctm, in drawPoints() 575 if (paint.getPathEffect() || paint.getMaskFilter() || in ComputeRectType() 785 if (paint.getPathEffect() || paint.getStyle() != SkPaint::kFill_Style) { in drawRRect() 893 if (origPaint.getPathEffect() || origPaint.getStyle() != SkPaint::kFill_Style) { in drawPath() 934 if (paint->getPathEffect() || paint->getStyle() != SkPaint::kFill_Style) { in drawPath()
|
D | SkDevice.cpp | 124 paint.getPathEffect(); in drawRegion() 144 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() 266 SkASSERT(!paint.getPathEffect()); in drawEdgeAAImageSet()
|
/third_party/flutter/skia/src/core/ |
D | SkPictureCommon.h | 29 if (paint && paint->getPathEffect()) { in checkPaint() 37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
|
D | SkPaint.cpp | 315 if (paint.getPathEffect() || in Flatten() 330 buffer.writeFlattenable(paint.getPathEffect()); in Flatten() 493 if (this->getPathEffect()) { in doComputeFastBounds() 494 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds()
|
D | SkStrikeInterface.h | 31 : fPathEffect(paint.getPathEffect()) in SkScalerContextEffects()
|
D | SkDraw.cpp | 245 if (paint.getPathEffect()) { in init() 433 if (2 == count && paint.getPathEffect()) { in drawPoints() 445 if (paint.getPathEffect()->asPoints(&pointData, path, rec, in drawPoints() 572 if (paint.getPathEffect() || paint.getMaskFilter() || in ComputeRectType() 781 if (paint.getPathEffect() || paint.getStyle() != SkPaint::kFill_Style) { in drawRRect() 902 if (origPaint.getPathEffect() || origPaint.getStyle() != SkPaint::kFill_Style) { in drawPath() 945 if (paint->getPathEffect() || paint->getStyle() != SkPaint::kFill_Style) { in drawPath()
|
D | SkDevice.cpp | 89 paint.getPathEffect(); in drawRegion() 109 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() 270 SkASSERT(!paint.getPathEffect()); in drawEdgeAAImageSet()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 231 if (!(flags & DrawFlags::kIgnorePathEffect) && paint.getPathEffect()) { in drawShape() 238 if (paint.getPathEffect()->filterPath(&dst, shape.asPath(), &newStyle, in drawShape() 262 SkASSERT(!SkToBool(paint.getPathEffect()) || (flags & DrawFlags::kIgnorePathEffect)); in drawShape()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 526 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function 660 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
|
/third_party/flutter/skia/include/core/ |
D | SkPaint.h | 491 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function 609 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
|
/third_party/flutter/skia/tools/lua/ |
D | count_dashes.lua | 26 local pe = paint:getPathEffect()
|
D | scrape_dashing.lua | 60 local pe = p:getPathEffect();
|
D | scrape_dashing_full.lua | 65 local pe = p:getPathEffect()
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGRoundEffect.cpp | 30 SkASSERT(!paint.getPathEffect()); in onDraw()
|
D | SkSGTrimEffect.cpp | 30 SkASSERT(!paint.getPathEffect()); in onDraw()
|
/third_party/skia/tools/ |
D | blob_cache_sim.cpp | 33 && paint.getPathEffect() == nullptr in main()
|