Home
last modified time | relevance | path

Searched refs:getPathEffect (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/docs/examples/
DPaint_getPathEffect.cpp8 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
10 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
DPaint_refPathEffect.cpp10 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()
DPaint_move_SkPaint.cpp11 SkDebugf("path effect unique: %s\n", dashed.getPathEffect()->unique() ? "true" : "false"); in draw()
DPaintDump.cpp64 if (p.getPathEffect()) { in PaintStringDump()
/third_party/flutter/skia/docs/examples/
DPaint_getPathEffect.cpp8 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
10 SkDebugf("nullptr %c= path effect\n", paint.getPathEffect() ? '!' : '='); in draw()
DPaint_refPathEffect.cpp10 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()
DPaint_move_SkPaint.cpp11 SkDebugf("path effect unique: %s\n", dashed.getPathEffect()->unique() ? "true" : "false"); in draw()
/third_party/skia/src/core/
DSkPaint.cpp297 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()
DSkPictureCommon.h29 if (paint && paint->getPathEffect()) { in checkPaint()
37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
DSkDraw.cpp249 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()
DSkDevice.cpp124 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/
DSkPictureCommon.h29 if (paint && paint->getPathEffect()) { in checkPaint()
37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
DSkPaint.cpp315 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()
DSkStrikeInterface.h31 : fPathEffect(paint.getPathEffect()) in SkScalerContextEffects()
DSkDraw.cpp245 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()
DSkDevice.cpp89 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/
DDevice.cpp231 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/
DSkPaint.h526 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/
DSkPaint.h491 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/
Dcount_dashes.lua26 local pe = paint:getPathEffect()
Dscrape_dashing.lua60 local pe = p:getPathEffect();
Dscrape_dashing_full.lua65 local pe = p:getPathEffect()
/third_party/flutter/skia/modules/sksg/src/
DSkSGRoundEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
DSkSGTrimEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
/third_party/skia/tools/
Dblob_cache_sim.cpp33 && paint.getPathEffect() == nullptr in main()

123