Searched defs:getLeading (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.h99 virtual le_int32 getLeading() const;
161 inline le_int32 ScriptCompositeFontInstance::getLeading() const function in class:ScriptCompositeFontInstance
163 return fFontMap->getLeading();
H A DGDIFontInstance.h89 virtual le_int32 getLeading() const;
126 inline le_int32 GDIFontInstance::getLeading() const function in class:GDIFontInstance
H A DGnomeFontInstance.h84 virtual le_int32 getLeading() const;
136 inline le_int32 GnomeFontInstance::getLeading() const function in class:GnomeFontInstance
H A DFontMap.cpp247 le_int32 FontMap::getLeading() const function in class:FontMap
272 leading = fFontInstances[i]->getLeading();
/external/chromium/third_party/icu/source/test/letest/
H A DSimpleFontInstance.cpp84 le_int32 SimpleFontInstance::getLeading() const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp394 le_int32 PortableFontInstance::getLeading() const function in class:PortableFontInstance
/external/icu4c/test/letest/
H A DSimpleFontInstance.cpp84 le_int32 SimpleFontInstance::getLeading() const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp394 le_int32 PortableFontInstance::getLeading() const function in class:PortableFontInstance
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h110 le_int32 getLeading() const;
301 inline le_int32 getLeading() const;
492 virtual le_int32 getLeading() const;
710 inline le_int32 ParagraphLayout::VisualRun::getLeading() const function in class:ParagraphLayout::VisualRun
712 return fFont->getLeading();
/external/icu4c/layoutex/
H A DParagraphLayout.cpp623 le_int32 ParagraphLayout::getLeading() const function in class:ParagraphLayout
805 le_int32 leading = font->getLeading();
1161 le_int32 ParagraphLayout::Line::getLeading() const function in class:ParagraphLayout::Line
1216 le_int32 leading = fRuns[i]->getLeading();

Completed in 1302 milliseconds