Searched refs:getPathEffect (Results 1 – 25 of 53) sorted by relevance
123
29 if (paint && paint->getPathEffect()) { in checkPaint()37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
315 if (paint.getPathEffect() || in Flatten()331 buffer.writeFlattenable(paint.getPathEffect()); in Flatten()505 if (this->getPathEffect()) { in doComputeFastBounds()506 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds()
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()903 if (origPaint.getPathEffect() || origPaint.getStyle() != SkPaint::kFill_Style) { in drawPath()946 if (paint->getPathEffect() || paint->getStyle() != SkPaint::kFill_Style) { in drawPath()
29 : fPathEffect(paint.getPathEffect()) in SkScalerContextEffects()
94 paint.getPathEffect(); in drawRegion()114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc()
132 if (layerPaint->getPathEffect() || in fold_opacity_layer_color_to_paint()
381 if (paint.getPathEffect() || in Flatten()397 buffer.writeFlattenable(paint.getPathEffect()); in Flatten()571 if (this->getPathEffect()) { in doComputeFastBounds()572 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds()
485 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function637 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
483 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function635 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
26 local pe = paint:getPathEffect()
60 local pe = p:getPathEffect();
65 local pe = p:getPathEffect()
30 SkASSERT(!paint.getPathEffect()); in onDraw()
312 if (paint.getPathEffect() && 2 == count && SkCanvas::kLines_PointMode == mode) { in drawPoints()334 if (!isHairline || paint.getPathEffect() || paint.getMaskFilter() || paint.isAntiAlias()) { in drawPoints()382 if (paint.getMaskFilter() || paint.getPathEffect()) { in drawRect()489 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()586 SkASSERT(!origPaint.getPathEffect()); in drawStrokedLine()632 if (!origSrcPath.isInverseFillType() && !paint.getPathEffect()) { in drawPath()
19 SkPathEffect* pe = paint->getPathEffect(); in compose_pe()