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

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 89 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
97 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
108 value = new TextLayoutValue(contextCount);
113 size_t(contextCount), int(dirFlags));
144 " - start = %d, count = %d, contextCount = %d - Text = '%s'",
145 start, count, contextCount, String8(key.getText() + start, count).string());
150 "with start = %d, count = %d, contextCount = %d, "
153 value.get(), start, count, contextCount, size, mMaxSize - mSize,
161 "with start = %d, count = %d, contextCount = %d, "
164 start, count, contextCount, size, mMaxSize - mSize
    [all...]
TextLayoutCache.h 72 size_t contextCount, int dirFlags);
98 size_t contextCount;
127 TextLayoutValue(size_t contextCount);
188 size_t start, size_t count, size_t contextCount, int dirFlags);
214 size_t start, size_t count, size_t contextCount, int dirFlags,
219 size_t start, size_t count, size_t contextCount, bool isRTL,
250 jint count, jint contextCount, jint dirFlags);
302 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 509 jint contextCount, jint flags, jcharArray glyphs) {
513 if ((start | count | contextCount) < 0 || contextCount < count || !glyphs) {
529 text, start, count, contextCount, flags);
549 jint start, jint count, jint contextCount, jint flags,
554 if ((start | count | contextCount | advancesIndex) < 0 || contextCount < count) {
571 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
581 jcharArray text, jint index, jint count, jint contextIndex, jint contextCount,
585 index - contextIndex, count, contextCount, flags, advances, advancesIndex)
    [all...]
Canvas.cpp 771 int start, int count, int contextCount,
775 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...]
  /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/jni/
android_view_GLES20Canvas.cpp 639 jint start, jint count, jint contextCount, jfloat x, jfloat y,
642 text, start, count, contextCount, flags);
696 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
700 count, contextCount, x, y, dirFlags, paint);
710 jint contextCount = contextEnd - contextStart;
712 count, contextCount, x, y, dirFlags, paint);
    [all...]
  /frameworks/base/core/java/android/text/
TextLine.java     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 980 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 1466 milliseconds