Searched defs:mapRadius (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp268 static jfloat mapRadius(JNIEnv* env, jobject clazz, jlong matrixHandle, jfloat radius) { function in class:android::SkMatrixGlue
271 result = SkScalarToFloat(matrix->mapRadius(radius));
348 {"native_mapRadius","!(JF)F", (void*) SkMatrixGlue::mapRadius},
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java752 public float mapRadius(float radius) { method in class:Matrix

Completed in 1287 milliseconds