Home | History | Annotate | Download | only in graphics

Lines Matching defs:getTextPath

309     static void getTextPath(JNIEnv* env, Paint* paint, Typeface* typeface, const jchar* text,
335 getTextPath(env, paint, typeface, textArray + index, count, bidiFlags, x, y, path);
346 getTextPath(env, paint, typeface, textArray + start, end - start, bidiFlags, x, y, path);