| /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/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()
|
| D | SkTextBlobTrace.cpp | 51 || p.getPathEffect() != nullptr; in DumpTrace()
|
| D | SkRecordOpts.cpp | 130 if (layerPaint->getPathEffect() || in fold_opacity_layer_color_to_paint()
|
| D | SkScalerContext.h | 226 : fPathEffect(paint.getPathEffect()) in SkScalerContextEffects()
|
| /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/skia/tools/ |
| D | blob_cache_sim.cpp | 33 && paint.getPathEffect() == nullptr in main()
|
| /third_party/skia/src/gpu/v1/ |
| D | Device.cpp | 347 if (paint.getPathEffect() && 2 == count && SkCanvas::kLines_PointMode == mode) { in drawPoints() 370 paint.getPathEffect() || in drawPoints() 418 if (paint.getMaskFilter() || paint.getPathEffect()) { in drawRect() 516 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()
|
| /third_party/skia/src/svg/ |
| D | SkSVGDevice.cpp | 328 if (paint.getPathEffect() != nullptr) { in addPaint() 900 if (path_paint->getPathEffect()) { in drawPath() 1077 paint.getPathEffect(); in onDrawGlyphRunList()
|
| /third_party/skia/modules/skparagraph/src/ |
| D | Decorations.cpp | 11 SkASSERT(decorStyle.skPaint().getPathEffect() == nullptr); in draw_line_as_rect()
|
| /third_party/skia/src/pdf/ |
| D | SkPDFDevice.cpp | 415 if (paint->getPathEffect() || this->localToDevice().hasPerspective()) { in drawPoints() 576 if (paint->getPathEffect()) { in internalDrawPath() 821 if (runPaint.getPathEffect() in internalDrawGlyphRun() 1150 NOT_IMPLEMENTED(paint.getPathEffect() != nullptr, false); in populate_graphic_state_entry_from_paint()
|
| /third_party/skia/gm/ |
| D | patheffects.cpp | 33 SkPathEffect* pe = paint->getPathEffect(); in compose_pe()
|
| D | circulararcs.cpp | 25 SkASSERT(paint->getPathEffect() == nullptr); in set_strokeandfill()
|
| D | strokefill.cpp | 26 SkASSERT(paint->getPathEffect() == nullptr); in set_strokeandfill()
|
| D | dashing.cpp | 588 SkASSERT(dashPaint.getPathEffect());
|
| /third_party/skia/samplecode/ |
| D | SampleSlides.cpp | 31 SkPathEffect* pe = paint->getPathEffect(); in compose_pe()
|
| /third_party/skia/tools/fonts/ |
| D | TestSVGTypeface.cpp | 1269 bool fillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in onDrawArc() 1286 if (paint.getPathEffect() || paint.getStyle() != SkPaint::kFill_Style) { in onDrawPath()
|
| /third_party/skia/src/xps/ |
| D | SkXPSDevice.cpp | 1079 return paint.getPathEffect() || in rect_must_be_pathed() 1509 const bool paintHasPathEffect = paint->getPathEffect() in drawPath()
|