Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java689 long dstNative = 0; in offset() local
691 dstNative = dst.mNativePath; in offset()
694 native_offset(mNativePath, dx, dy, dstNative); in offset()
728 long dstNative = 0; in transform() local
731 dstNative = dst.mNativePath; in transform()
733 native_transform(mNativePath, matrix.native_instance, dstNative); in transform()