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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp727 SkPaint::TextBufferDirection tbd) {
735 SkFloatToScalar(maxWidth), &measured, tbd);
751 SkPaint::TextBufferDirection tbd; local
753 tbd = SkPaint::kBackward_TextBufferDirection;
757 tbd = SkPaint::kForward_TextBufferDirection;
768 jmeasuredWidth, tbd);
779 SkPaint::TextBufferDirection tbd = forwards ? local
787 jmeasuredWidth, tbd);
725 breakText(JNIEnv* env, SkPaint& paint, const jchar text[], int count, float maxWidth, jfloatArray jmeasured, SkPaint::TextBufferDirection tbd) argument

Completed in 42 milliseconds