Searched defs:getAscent (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.h91 virtual le_int32 getAscent() const;
143 inline le_int32 ScriptCompositeFontInstance::getAscent() const function in class:ScriptCompositeFontInstance
145 return fFontMap->getAscent();
H A Dparagraph.h40 le_int32 getAscent();
81 inline le_int32 Paragraph::getAscent() function in class:Paragraph
H A DGDIFontInstance.h85 virtual le_int32 getAscent() const;
116 inline le_int32 GDIFontInstance::getAscent() const function in class:GDIFontInstance
H A DGnomeFontInstance.h80 virtual le_int32 getAscent() const;
126 inline le_int32 GnomeFontInstance::getAscent() const function in class:GnomeFontInstance
H A DFontMap.cpp229 le_int32 FontMap::getAscent() const function in class:FontMap
270 ascent = fFontInstances[i]->getAscent();
/external/icu4c/test/letest/
H A DSimpleFontInstance.cpp74 le_int32 SimpleFontInstance::getAscent() const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp384 le_int32 PortableFontInstance::getAscent() const function in class:PortableFontInstance
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp242 int getAscent(HFONT hfont) function in namespace:WebCore::__anon13303
425 derived->ascent = getAscent(derived->hfont);
433 derived->ascent = getAscent(derived->hfont);
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h90 le_int32 getAscent() const;
281 inline le_int32 getAscent() const;
472 virtual le_int32 getAscent() const;
700 inline le_int32 ParagraphLayout::VisualRun::getAscent() const function in class:ParagraphLayout::VisualRun
702 return fFont->getAscent();
/external/icu4c/layoutex/
H A DParagraphLayout.cpp630 le_int32 ParagraphLayout::getAscent() const function in class:ParagraphLayout
828 le_int32 ascent = font->getAscent();
1168 le_int32 ParagraphLayout::Line::getAscent() const function in class:ParagraphLayout::Line
1239 le_int32 ascent = fRuns[i]->getAscent();
/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 116 milliseconds