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

  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 428 static int breakText(JNIEnv* env, const SkPaint& paint, const jchar text[],
434 size_t bytes = paint.breakText(text, count << 1,
467 count = breakText(env, *paint, text + index, count, maxWidth,
486 count = breakText(env, *paint, text, count, maxWidth,
  /external/skia/include/core/
SkPaint.h 759 /** Specify the direction the text buffer should be processed in breakText()
762 /** When measuring text for breakText(), begin at the start of the text
766 /** When measuring text for breakText(), begin at the end of the text
784 size_t breakText(const void* text, size_t length, SkScalar maxWidth,
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 140 assertEquals(expectedCount, p.breakText(textSlice, measureForwards, maxWidth, measured[0]));
141 assertEquals(expectedCount, p.breakText(textChars, start, count, maxWidth, measured[1]));
142 assertEquals(expectedCount, p.breakText(textSpan, start, end, measureForwards, maxWidth,
    [all...]
  /external/skia/src/core/
SkPaint.cpp 889 size_t SkPaint::breakText(const void* textD, size_t length, SkScalar maxWidth,
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 43 milliseconds