HomeSort by relevance Sort by last modified time
    Searched refs:getLeading (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 95 virtual le_int32 getLeading() const;
153 inline le_int32 ScriptCompositeFontInstance::getLeading() const
155 return fFontMap->getLeading();
FontMap.h 34 virtual le_int32 getLeading() const;
GDIFontInstance.h 89 virtual le_int32 getLeading() const;
126 inline le_int32 GDIFontInstance::getLeading() const
GnomeFontInstance.h 84 virtual le_int32 getLeading() const;
136 inline le_int32 GnomeFontInstance::getLeading() const
FontMap.cpp 247 le_int32 FontMap::getLeading() const
272 leading = fFontInstances[i]->getLeading();
paragraph.cpp 127 pLeading = paragraphLayout->getLeading();
  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h 45 virtual le_int32 getLeading() const;
SimpleFontInstance.cpp 84 le_int32 SimpleFontInstance::getLeading() const
PortableFontInstance.h 91 virtual le_int32 getLeading() const;
PortableFontInstance.cpp 394 le_int32 PortableFontInstance::getLeading() const
  /external/icu4c/test/letest/
SimpleFontInstance.h 45 virtual le_int32 getLeading() const;
SimpleFontInstance.cpp 84 le_int32 SimpleFontInstance::getLeading() const
PortableFontInstance.h 91 virtual le_int32 getLeading() const;
PortableFontInstance.cpp 394 le_int32 PortableFontInstance::getLeading() const
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 110 le_int32 getLeading() const;
301 inline le_int32 getLeading() const;
492 virtual le_int32 getLeading() const;
713 inline le_int32 ParagraphLayout::VisualRun::getLeading() const
715 return fFont->getLeading();
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 84 virtual le_int32 getLeading() const;
PortableFontInstance.cpp 226 le_int32 PortableFontInstance::getLeading() const
  /external/icu4c/layout/
LEFontInstance.h 505 virtual le_int32 getLeading() const = 0;
LEFontInstance.cpp 145 return getAscent() + getDescent() + getLeading();
  /external/icu4c/layoutex/
playout.cpp 115 return pl->getLeading();
195 return ll->getLeading();
327 return vr->getLeading();
ParagraphLayout.cpp 648 le_int32 ParagraphLayout::getLeading() const
830 le_int32 leading = font->getLeading();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 560 fmi.leading = javaMetrics.getLeading();
    [all...]
  /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 

Completed in 142 milliseconds

1 2