Searched defs:getAscent (Results 1 - 16 of 16) 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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp242 int getAscent(HFONT hfont) function in namespace:WebCore::__anon10280
425 derived->ascent = getAscent(derived->hfont);
429 // Last time, getAscent or getSpaceGlyph failed so that only HFONT was
433 derived->ascent = getAscent(derived->hfont);
/external/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.cpp216 le_int32 PortableFontInstance::getAscent() const function in class:PortableFontInstance
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h90 le_int32 getAscent() const;
281 inline le_int32 getAscent() const;
472 virtual le_int32 getAscent() const;
703 inline le_int32 ParagraphLayout::VisualRun::getAscent() const function in class:ParagraphLayout::VisualRun
705 return fFont->getAscent();
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc411 static SkScalar getAscent(const SkPaint& paint) { function in namespace:skia
484 SkScalarRound(y + getAscent(paint)), options, 0,
523 int startY = SkScalarRound(pos[1] + getAscent(paint));
/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 215 milliseconds