Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java589 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath); in addPath() local
590 if (srcPathDelegate == null) { in addPath()
596 srcPathDelegate.mPath.getPathIterator(transform), false); in addPath()
598 destPathDelegate.mPath.append(srcPathDelegate.mPath, false); in addPath()