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

  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 94 View textLayout = view.findViewById(R.id.text_layout);
95 if ((textLayout != null) && textLayout instanceof RelativeLayout) {
96 textLayout.setOnClickListener(this);
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 17 #include "TextLayout.h"
33 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
61 int TextLayout::shapeRtlText(const jchar* context, jsize start, jsize count, jsize contextCount,
103 jint TextLayout::layoutLine(const jchar* text, jint len, jint flags, int& dir, jchar* buffer,
154 bool TextLayout::prepareText(SkPaint* paint, const jchar* text, jsize len, jint bidiFlags,
207 void TextLayout::handleText(SkPaint *paint, const jchar* text, jsize len,
224 bool TextLayout::prepareRtlTextRun(const jchar* context, jsize start, jsize& count,
236 void TextLayout::drawTextRun(SkPaint* paint, const jchar* chars,
254 void TextLayout::getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start,
276 void TextLayout::getTextRunAdvancesICU(SkPaint* paint, const jchar* chars, jint start
    [all...]
TextLayout.h 62 class TextLayout {
Paint.cpp 34 #include "TextLayout.h"
354 TextLayout::getTextRunAdvances(paint, textArray, index, count, textLength,
384 TextLayout::getTextRunAdvances(paint, textArray, start, count, textLength,
408 TextLayout::getTextRunAdvances(paint, textArray, 0, textLength, textLength,
438 TextLayout::getTextRunAdvances(paint, text, 0, count, count,
530 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
563 TextLayout::getTextRunAdvancesICU(paint, text, start, count, contextCount, flags,
603 TextLayout::getTextRunAdvances(paint, text, start, count, count, flags,
705 TextLayout::getTextPath(paint, text, count, bidiFlags, x, y, path);
    [all...]
Canvas.cpp 29 #include "TextLayout.h"
738 TextLayout::drawText(paint, textArray + index, count, flags, x, y, canvas);
751 TextLayout::drawText(paint, textArray + start, end - start, flags, x, y, canvas);
809 TextLayout::drawTextRun(paint, chars + contextIndex, index - contextIndex,
827 TextLayout::drawTextRun(paint, chars + contextStart, start - contextStart,
    [all...]
TextLayoutCache.cpp 20 #include "TextLayout.h"
  /sdk/assetstudio/src/com/android/assetstudiolib/
TextRenderUtil.java 24 import java.awt.font.TextLayout;
67 TextLayout layout = new TextLayout(text, font, frc);
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java 126 View textLayout = view.findViewById(R.id.tts_engine_pref_text);
127 textLayout.setOnClickListener(new View.OnClickListener() {
  /frameworks/base/core/jni/
Android.mk 119 android/graphics/TextLayout.cpp \
android_view_GLES20Canvas.cpp 47 #include <TextLayout.h>
510 if (TextLayout::prepareText(paint, text, count, flags, &workText, &workBytes, &buffer)) {
541 if (TextLayout::prepareRtlTextRun(text, start, count, contextCount, shaped)) {
    [all...]
  /external/icu4c/test/testdata/
csdetest.xml 64 Betriebssystemen und Programmen, sowie für Schriftarten, Textlayout und mehrsprachige Computeranwendungen.
365 textlayout och mångspråklig datoranvändning.
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
java.php     [all...]
java5.php 122 'FontRenderContext', 'GlyphJustificationInfo', 'GlyphMetrics', 'GlyphVector', 'GraphicAttribute', 'ImageGraphicAttribute', 'LineBreakMeasurer', 'LineMetrics', 'MultipleMaster', 'NumericShaper', 'ShapeGraphicAttribute', 'TextAttribute', 'TextHitInfo', 'TextLayout', 'TextLayout.CaretPolicy', 'TextMeasurer', 'TransformAttribute'
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2007-10-14 341 Partly fixed: svg/batik/text/textLayout.svg (word-letter spacing & textLength is todo)
    [all...]

Completed in 674 milliseconds