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

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp251 static void setLastPoint(JNIEnv* env, jobject clazz, SkPath* obj, jfloat dx, jfloat dy) { function in class:android::SkPathGlue
302 {"native_setLastPoint","(IFF)V", (void*) SkPathGlue::setLastPoint},
/frameworks/base/graphics/java/android/graphics/
H A DPath.java567 public void setLastPoint(float dx, float dy) { method in class:Path

Completed in 121 milliseconds