Home
last modified time | relevance | path

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

123

/external/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()
331 buffer.writeFlattenable(paint.getPathEffect()); in Flatten()
505 if (this->getPathEffect()) { in doComputeFastBounds()
506 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds()
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()
903 if (origPaint.getPathEffect() || origPaint.getStyle() != SkPaint::kFill_Style) { in drawPath()
946 if (paint->getPathEffect() || paint->getStyle() != SkPaint::kFill_Style) { in drawPath()
DSkStrikeInterface.h29 : fPathEffect(paint.getPathEffect()) in SkScalerContextEffects()
DSkDevice.cpp94 paint.getPathEffect(); in drawRegion()
114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc()
DSkRecordOpts.cpp132 if (layerPaint->getPathEffect() || in fold_opacity_layer_color_to_paint()
/external/skqp/src/core/
DSkPictureCommon.h29 if (paint && paint->getPathEffect()) { in checkPaint()
37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator()
DSkPaint.cpp381 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()
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()
903 if (origPaint.getPathEffect() || origPaint.getStyle() != SkPaint::kFill_Style) { in drawPath()
946 if (paint->getPathEffect() || paint->getStyle() != SkPaint::kFill_Style) { in drawPath()
DSkDevice.cpp94 paint.getPathEffect(); in drawRegion()
114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc()
DSkRecordOpts.cpp132 if (layerPaint->getPathEffect() || in fold_opacity_layer_color_to_paint()
/external/skia/include/core/
DSkPaint.h485 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function
637 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
/external/skqp/include/core/
DSkPaint.h483 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() function
635 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
/external/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()
/external/skqp/tools/lua/
Dcount_dashes.lua26 local pe = paint:getPathEffect()
Dscrape_dashing.lua60 local pe = p:getPathEffect();
Dscrape_dashing_full.lua65 local pe = p:getPathEffect()
/external/skqp/modules/sksg/src/
DSkSGTrimEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
DSkSGRoundEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
/external/skia/modules/sksg/src/
DSkSGRoundEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
DSkSGTrimEffect.cpp30 SkASSERT(!paint.getPathEffect()); in onDraw()
/external/skia/src/gpu/
DSkGpuDevice.cpp312 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()
/external/skia/gm/
Dpatheffects.cpp19 SkPathEffect* pe = paint->getPathEffect(); in compose_pe()

123