Searched refs:getLeading (Results 1 - 23 of 23) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.h95 virtual le_int32 getLeading() const;
153 inline le_int32 ScriptCompositeFontInstance::getLeading() const function in class:ScriptCompositeFontInstance
155 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.cpp128 pLeading = paragraphLayout->getLeading();
/external/icu/icu4c/source/test/perf/leperf/
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.h95 virtual le_int32 getLeading() const;
H A DPortableFontInstance.cpp439 le_int32 PortableFontInstance::getLeading() const function in class:PortableFontInstance
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h117 le_int32 getLeading() const;
308 inline le_int32 getLeading() const;
499 virtual le_int32 getLeading() const;
720 inline le_int32 ParagraphLayout::VisualRun::getLeading() const function in class:ParagraphLayout::VisualRun
722 return fFont->getLeading();
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp90 le_int32 SimpleFontInstance::getLeading() const function in class:SimpleFontInstance
H A DSimpleFontInstance.h45 virtual le_int32 getLeading() const;
H A DPortableFontInstance.h94 virtual le_int32 getLeading() const;
H A DPortableFontInstance.cpp435 le_int32 PortableFontInstance::getLeading() const function in class:PortableFontInstance
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp115 return pl->getLeading();
195 return ll->getLeading();
327 return vr->getLeading();
H A DParagraphLayout.cpp651 le_int32 ParagraphLayout::getLeading() const function in class:ParagraphLayout
833 le_int32 leading = font->getLeading();
1189 le_int32 ParagraphLayout::Line::getLeading() const function in class:ParagraphLayout::Line
1244 le_int32 leading = fRuns[i]->getLeading();
/external/icu/icu4c/source/layout/
H A DLEFontInstance.h483 virtual le_int32 getLeading() const = 0;
H A DLEFontInstance.cpp145 return getAscent() + getDescent() + getLeading();
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarFrame.java384 - fm.getAscent() + fm.getLeading()/2);
395 fm.getHeight() + fm.getLeading()*2);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java532 lineLeading = fm.getLeading();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2469 milliseconds