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

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 17 #define LOG_TAG "TextLayout"
19 #include "TextLayout.h"
35 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
54 void TextLayout::handleText(SkPaint *paint, const jchar* text, jsize len,
67 void TextLayout::getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start,
83 void TextLayout::getTextPath(SkPaint *paint, const jchar *text, jsize len,
89 void TextLayout::drawTextOnPath(SkPaint* paint, const jchar* text, int count,
TextLayout.h 62 class TextLayout {
Paint.cpp 36 #include "TextLayout.h"
411 TextLayout::getTextRunAdvances(paint, textArray, index, count, textLength,
437 TextLayout::getTextRunAdvances(paint, textArray, start, count, textLength,
457 TextLayout::getTextRunAdvances(paint, textArray, 0, textLength, textLength,
485 TextLayout::getTextRunAdvances(paint, text, 0, count, count,
571 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
605 TextLayout::getTextRunAdvances(paint, text, start, count, start + count, flags,
665 TextLayout::getTextPath(paint, text, count, bidiFlags, x, y, path);
    [all...]
Canvas.cpp 30 #include "TextLayout.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.h 55 class TextLayout;
107 PassOwnPtr<TextLayout> createLayout(RenderText*, float xPos, bool collapseWhiteSpace) const;
108 static void deleteLayout(TextLayout*);
109 static float width(TextLayout&, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts = 0);
336 template <> void deleteOwnedPtr<WebCore::TextLayout>(WebCore::TextLayout*);
Font.cpp 42 // allow compilation of OwnPtr<TextLayout> in source files that don't have access to the TextLayout class definition
43 template <> void deleteOwnedPtr<WebCore::TextLayout>(WebCore::TextLayout* ptr)
256 PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const
261 void Font::deleteLayout(TextLayout*)
265 float Font::width(TextLayout&, unsigned, unsigned, HashSet<const SimpleFontData*>*)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 42 class TextLayout {
50 TextLayout(RenderText* text, const Font& font, float xPos)
85 PassOwnPtr<TextLayout> Font::createLayout(RenderText* text, float xPos, bool collapseWhiteSpace) const
87 if (!collapseWhiteSpace || !TextLayout::isNeeded(text, *this))
89 return adoptPtr(new TextLayout(text, *this, xPos));
92 void Font::deleteLayout(TextLayout* layout)
97 float Font::width(TextLayout& layout, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts)
  /frameworks/base/core/jni/
Android.mk 114 android/graphics/TextLayout.cpp \
android_view_GLES20Canvas.cpp 54 #include <TextLayout.h>
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 54 class TextLayout;
    [all...]
RenderBlockLineLayout.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 2470 milliseconds