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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 90 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
98 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
109 value = new TextLayoutValue(contextCount);
114 size_t(contextCount), int(dirFlags));
145 " - start = %d, count = %d, contextCount = %d - Text = '%s'",
146 start, count, contextCount, String8(key.getText() + start, count).string());
151 "with start = %d, count = %d, contextCount = %d, "
154 value.get(), start, count, contextCount, size, mMaxSize - mSize,
162 "with start = %d, count = %d, contextCount = %d, "
165 start, count, contextCount, size, mMaxSize - mSize
    [all...]
TextLayoutCache.h 73 size_t contextCount, int dirFlags);
99 size_t contextCount;
129 TextLayoutValue(size_t contextCount);
184 size_t start, size_t count, size_t contextCount, int dirFlags);
210 size_t start, size_t count, size_t contextCount, int dirFlags,
215 size_t start, size_t count, size_t contextCount, bool isRTL,
246 jint count, jint contextCount, jint dirFlags);
298 jint count, jint contextCount, jint dirFlags);
TextLayout.cpp 68 jint count, jint contextCount, jint dirFlags,
71 chars, start, count, contextCount, dirFlags);
TextLayout.h 66 jint count, jint contextCount, jint dirFlags,
Paint.cpp 502 jint contextCount, jint flags, jcharArray glyphs) {
506 if ((start | count | contextCount) < 0 || contextCount < count || !glyphs) {
522 text, start, count, contextCount, flags);
542 jint start, jint count, jint contextCount, jint flags,
547 if ((start | count | contextCount | advancesIndex) < 0 || contextCount < count) {
564 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
574 jcharArray text, jint index, jint count, jint contextIndex, jint contextCount,
578 index - contextIndex, count, contextCount, flags, advances, advancesIndex)
    [all...]
Canvas.cpp 788 int start, int count, int contextCount,
792 textArray, start, count, contextCount, flags);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 51 int contextIndex, int contextCount, int flags, float[] advances,
63 if ((index | count | contextIndex | contextCount | advancesIndex
64 | (index - contextIndex) | (contextCount - count)
65 | ((contextIndex + contextCount) - (index + count))
66 | (chars.length - (contextIndex + contextCount))
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
Canvas.java     [all...]
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 269 public void drawTextRun(char[] text, int index, int count, int contextIndex, int contextCount,
271 super.drawTextRun(text, index, count, contextIndex, contextCount, x, y, dir, paint);
GLES20Canvas.java     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 601 jint start, jint count, jint contextCount, jfloat x, jfloat y,
604 text, start, count, contextCount, flags);
653 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
657 count, contextCount, x, y, dirFlags, paint);
667 jint contextCount = contextEnd - contextStart;
669 count, contextCount, x, y, dirFlags, paint);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 440 public PositionHelper(int fontHeight, int contextCount,
442 mContextCount = contextCount;
  /frameworks/base/core/java/android/text/
TextLine.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 981 char[] text, int index, int count, int contextIndex, int contextCount,
    [all...]
Canvas_Delegate.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 326 milliseconds