Searched refs:SkMatrixGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Matrix.cpp | 29 class SkMatrixGlue { class 331 {"nGetNativeFinalizer", "()J", (void*) SkMatrixGlue::getNativeFinalizer}, 332 {"nCreate","(J)J", (void*) SkMatrixGlue::create}, 335 {"nMapPoints","(J[FI[FIIZ)V", (void*) SkMatrixGlue::mapPoints}, 337 (void*) SkMatrixGlue::mapRect__RectFRectF}, 339 (void*) SkMatrixGlue::setRectToRect}, 340 {"nSetPolyToPoly","(J[FI[FII)Z", (void*) SkMatrixGlue::setPolyToPoly}, 341 {"nGetValues","(J[F)V", (void*) SkMatrixGlue::getValues}, 342 {"nSetValues","(J[F)V", (void*) SkMatrixGlue::setValues}, 345 {"nIsIdentity","(J)Z", (void*) SkMatrixGlue::isIdentity}, [all …]
|