Searched refs:getLeading (Results 1 - 15 of 15) 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 DFontMap.h34 virtual le_int32 getLeading() const;
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();
H A Dparagraph.cpp127 pLeading = paragraphLayout->getLeading();
/external/icu4c/test/letest/
H A DSimpleFontInstance.h45 virtual le_int32 getLeading() const;
H A DSimpleFontInstance.cpp84 le_int32 SimpleFontInstance::getLeading() const function in class:SimpleFontInstance
H A DPortableFontInstance.h91 virtual le_int32 getLeading() const;
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;
700 inline le_int32 ParagraphLayout::VisualRun::getLeading() const function in class:ParagraphLayout::VisualRun
702 return fFont->getLeading();
/external/icu4c/layoutex/
H A Dplayout.cpp115 return pl->getLeading();
195 return ll->getLeading();
327 return vr->getLeading();
H A DParagraphLayout.cpp619 le_int32 ParagraphLayout::getLeading() const function in class:ParagraphLayout
796 le_int32 leading = font->getLeading();
1152 le_int32 ParagraphLayout::Line::getLeading() const function in class:ParagraphLayout::Line
1207 le_int32 leading = fRuns[i]->getLeading();
/external/icu4c/layout/
H A DLEFontInstance.h484 virtual le_int32 getLeading() const = 0;
H A DLEFontInstance.cpp145 return getAscent() + getDescent() + getLeading();

Completed in 96 milliseconds