HomeSort by relevance Sort by last modified time
    Searched refs:point_to_jpointf (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 39 static void point_to_jpointf(const SkPoint& point, JNIEnv*, jobject jpointf);
Graphics.cpp 276 void GraphicsJNI::point_to_jpointf(const SkPoint& r, JNIEnv* env, jobject obj) function in class:GraphicsJNI
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 628 GraphicsJNI::point_to_jpointf(nativeTextQuad.p1(), env, p1);
629 GraphicsJNI::point_to_jpointf(nativeTextQuad.p2(), env, p2);
630 GraphicsJNI::point_to_jpointf(nativeTextQuad.p3(), env, p3);
631 GraphicsJNI::point_to_jpointf(nativeTextQuad.p4(), env, p4);
    [all...]

Completed in 109 milliseconds