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/
TextLayout.h 66 jint count, jint contextCount, jint dirFlags,
70 jint count, jint contextCount, jint dirFlags,
87 size_t start, size_t count, size_t contextCount, int dirFlags,
TextLayout.cpp 68 jint count, jint contextCount, jint dirFlags,
71 chars, start, count, contextCount, dirFlags);
84 jint count, jint contextCount, jint dirFlags,
87 computeAdvancesWithICU(paint, chars, start, count, contextCount, dirFlags,
115 size_t start, size_t count, size_t contextCount, int dirFlags,
117 SkAutoSTMalloc<CHAR_BUFFER_SIZE, jchar> tempBuffer(contextCount);
128 u_shapeArabic(chars, contextCount, buffer, contextCount,
TextLayoutCache.cpp 91 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
99 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
110 value = new TextLayoutValue(contextCount);
115 size_t(contextCount), int(dirFlags));
146 " - start = %d, count = %d, contextCount = %d - Text = '%s'",
147 start, count, contextCount, String8(key.getText() + start, count).string());
152 "with start = %d, count = %d, contextCount = %d, "
155 value.get(), start, count, contextCount, size, mMaxSize - mSize,
163 "with start = %d, count = %d, contextCount = %d, "
166 start, count, contextCount, size, mMaxSize - mSize
    [all...]
TextLayoutCache.h 75 size_t contextCount, int dirFlags);
92 size_t contextCount;
118 TextLayoutValue(size_t contextCount);
173 size_t start, size_t count, size_t contextCount, int dirFlags);
227 size_t start, size_t count, size_t contextCount, int dirFlags,
267 jint count, jint contextCount, jint dirFlags);
319 jint count, jint contextCount, jint dirFlags);
Paint.cpp 498 jint contextCount, jint flags, jcharArray glyphs) {
502 if ((start | count | contextCount) < 0 || contextCount < count || !glyphs) {
518 text, start, count, contextCount, flags);
538 jint start, jint count, jint contextCount, jint flags,
543 if ((start | count | contextCount | advancesIndex) < 0 || contextCount < count) {
560 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
570 jint start, jint count, jint contextCount, jint flags,
575 if ((start | count | contextCount | advancesIndex) < 0 || contextCount < count)
    [all...]
Canvas.cpp 762 int start, int count, int contextCount,
766 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/jni/
android_view_GLES20Canvas.cpp 556 jint start, jint count, jint contextCount, jfloat x, jfloat y,
559 text, start, count, contextCount, flags);
608 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
612 count, contextCount, x, y, dirFlags, paint);
622 jint contextCount = contextEnd - contextStart;
624 count, contextCount, x, y, dirFlags, paint);
    [all...]
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 282 public void drawTextRun(char[] text, int index, int count, int contextIndex, int contextCount,
284 super.drawTextRun(text, index, count, contextIndex, contextCount, x, y, dir, paint);
GLES20Canvas.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/java/android/text/
TextLine.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 979 char[] text, int index, int count, int contextIndex, int contextCount,
    [all...]
Canvas_Delegate.java     [all...]

Completed in 484 milliseconds