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

12

/external/chromium_org/third_party/icu/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();
/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();
/external/chromium_org/third_party/icu/source/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.h95 virtual le_int32 getLeading() const;
/external/chromium_org/third_party/icu/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;
/external/icu/icu4c/source/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.h95 virtual le_int32 getLeading() const;
/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;
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h110 le_int32 getLeading() const;
301 inline le_int32 getLeading() const;
492 virtual le_int32 getLeading() const;
713 inline le_int32 ParagraphLayout::VisualRun::getLeading() const function in class:ParagraphLayout::VisualRun
715 return fFont->getLeading();
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp115 return pl->getLeading();
195 return ll->getLeading();
327 return vr->getLeading();
/external/icu/icu4c/source/layout/
H A DLEFontInstance.h509 virtual le_int32 getLeading() const = 0;

Completed in 335 milliseconds

12