Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java544 int dstNative = 0; in offset() local
546 dstNative = dst.mNativePath; in offset()
548 native_offset(mNativePath, dx, dy, dstNative); in offset()
581 int dstNative = 0; in transform() local
583 dstNative = dst.mNativePath; in transform()
585 native_transform(mNativePath, matrix.native_instance, dstNative); in transform()