Searched refs:SkMatrixGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 33 class SkMatrixGlue { class 335 {"nGetNativeFinalizer", "()J", (void*) SkMatrixGlue::getNativeFinalizer}, 336 {"nCreate","(J)J", (void*) SkMatrixGlue::create}, 339 {"nMapPoints","(J[FI[FIIZ)V", (void*) SkMatrixGlue::mapPoints}, 341 (void*) SkMatrixGlue::mapRect__RectFRectF}, 343 (void*) SkMatrixGlue::setRectToRect}, 344 {"nSetPolyToPoly","(J[FI[FII)Z", (void*) SkMatrixGlue::setPolyToPoly}, 345 {"nGetValues","(J[F)V", (void*) SkMatrixGlue::getValues}, 346 {"nSetValues","(J[F)V", (void*) SkMatrixGlue::setValues}, 349 {"nIsIdentity","(J)Z", (void*) SkMatrixGlue::isIdentity}, [all …]
|