Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp77 , pathEffect(paint->getPathEffect()) { in PathDescription()
126 return paint->getPathEffect() == nullptr && path->getConvexity() == SkPath::kConvex_Convexity; in canDrawAsConvexPath()
DBakedOpDispatcher.cpp402 || op.paint->getPathEffect() != nullptr in onArcOp()
572 if (op.paint->getPathEffect() != nullptr) { in onOvalOp()
648 if (CC_UNLIKELY(op.paint->getPathEffect() != nullptr in onRectOp()
684 if (op.paint->getPathEffect() != nullptr) { in onRoundRectOp()
DOpenGLRenderer.cpp1809 if (p->getPathEffect() != nullptr) {
1828 if (p->getPathEffect() != nullptr) {
1874 if (p->getPathEffect() != nullptr) {
1898 if (p->getStyle() != SkPaint::kStroke_Style || p->getPathEffect() != nullptr || useCenter) {
1932 if (p->getPathEffect() != nullptr || p->getStrokeJoin() != SkPaint::kMiter_Join ||
DFrameBuilder.cpp584 return paint.getPathEffect() in tessBatchId()
718 if (CC_LIKELY(state && !op.paint->getPathEffect())) { in deferRoundRectOp()
DDisplayListOp.h949 if (mPaint->getPathEffect()) { in onDefer()
1027 if (!mPaint->getPathEffect()) { in onDefer()
/frameworks/base/graphics/java/android/graphics/
DPaint.java1112 public PathEffect getPathEffect() { in getPathEffect() method in Paint
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10984 method public android.graphics.PathEffect getPathEffect();
/frameworks/base/api/
Dcurrent.txt12022 method public android.graphics.PathEffect getPathEffect();
Dtest-current.txt12035 method public android.graphics.PathEffect getPathEffect();
Dsystem-current.txt12461 method public android.graphics.PathEffect getPathEffect();