Searched refs:SkMatrixGlue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp31 class SkMatrixGlue { class in namespace:android
309 {"finalizer", "(J)V", (void*) SkMatrixGlue::finalizer},
310 {"native_create","(J)J", (void*) SkMatrixGlue::create},
312 {"native_isIdentity","!(J)Z", (void*) SkMatrixGlue::isIdentity},
313 {"native_isAffine","!(J)Z", (void*) SkMatrixGlue::isAffine},
314 {"native_rectStaysRect","!(J)Z", (void*) SkMatrixGlue::rectStaysRect},
315 {"native_reset","!(J)V", (void*) SkMatrixGlue::reset},
316 {"native_set","!(JJ)V", (void*) SkMatrixGlue::set},
317 {"native_setTranslate","!(JFF)V", (void*) SkMatrixGlue::setTranslate},
318 {"native_setScale","!(JFFFF)V", (void*) SkMatrixGlue
[all...]

Completed in 34 milliseconds