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