Searched refs:setLastPoint (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp240 static void setLastPoint(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy) { function in class:android::SkPathGlue
506 {"native_setLastPoint","(JFF)V", (void*) SkPathGlue::setLastPoint},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java737 public void setLastPoint(float dx, float dy) { method in class:Path

Completed in 115 milliseconds