Home
last modified time | relevance | path

Searched defs:calculateSize (Results 1 – 2 of 2) sorted by relevance

/graphics/graphics-path/src/main/java/androidx/graphics/path/
DPathIteratorImpl.kt58 abstract fun calculateSize(includeConvertedConics: Boolean): Int in calculateSize() method
146 override fun calculateSize(includeConvertedConics: Boolean): Int { in calculateSize() method
269 override fun calculateSize(includeConvertedConics: Boolean): Int = in createInternalPathIterator() method
DPathIterator.kt73 fun calculateSize(includeConvertedConics: Boolean = true) = method