Searched refs:rLineTo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp113 static void rLineTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat dx, jfloat dy) { function in class:android::SkPathGlue
116 obj->rLineTo(dx_, dy_);
283 {"native_rLineTo","(IFF)V", (void*) SkPathGlue::rLineTo},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java247 pathDelegate.rLineTo(dx, dy);
613 private void rLineTo(float dx, float dy) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java260 public void rLineTo(float dx, float dy) { method in class:Path

Completed in 103 milliseconds