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

  /frameworks/base/core/jni/android/graphics/
TextLayout.h 62 class TextLayout {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 40 class TextLayout {
47 TextLayout(const TextRun& run, unsigned textLength, const Font& font, float xPos)
82 PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun& run, unsigned textLength, float xPos, bool collapseWhiteSpace) const
84 if (!collapseWhiteSpace || !TextLayout::isNeeded(run, *this))
86 return adoptPtr(new TextLayout(run, textLength, *this, xPos));
89 void Font::deleteLayout(TextLayout* layout)
94 float Font::width(TextLayout& layout, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts)
  /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 84 milliseconds