Searched defs:ascent (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontServicesIOS.h34 CGFloat ascent() { return m_ascent; } function in class:WebCore::FontServicesIOS
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DSimpleFontDataCairoWin.cpp75 float ascent = textMetrics.tmAscent * metricsMultiplier; local
H A DSimpleFontDataWin.cpp57 float SimpleFontData::ascentConsideringMacAscentHack(const WCHAR* faceName, float ascent, float descent) argument
89 float ascent = textMetrics.tmAscent; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp64 float ascent = narrowPrecisionToFloat(fontExtents.ascent); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DSimpleFontDataWinCE.cpp52 float ascent = (tm.tmAscent * m_platformData.size() + 36) / 72.0f; local
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitGraphics.cpp96 void FontMetrics(const WebFontDescription& description, int* ascent, int* descent, int* lineSpacing) argument
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DFontMap.cpp260 le_int32 ascent, descent, leading; local
H A Dparagraph.cpp87 le_int32 ascent = 0; local
H A Dpflow.c111 le_int32 ascent = 0; local
H A Dsfnt.h188 le_int16 ascent; member in struct:HHEATable
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFontFaceElement.cpp167 int SVGFontFaceElement::ascent() const function in class:WebCore::SVGFontFaceElement
H A DSVGFontData.cpp78 float ascent = svgFontFaceElement->ascent() * scale; local
/macosx-10.10/emacs-93/emacs/src/
H A Dcomposite.h162 short pixel_width, ascent, descent; member in struct:composition
H A Dw32gui.h34 short ascent; member in struct:_XCharStruct
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontMetrics.h55 void setAscent(float ascent) { m_ascent = ascent; } argument
88 int ascent(FontBaseline baselineType = AlphabeticBaseline) const function in class:WebCore::FontMetrics
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h76 int ascent; /* From baseline to top of font. */ member in struct:TkFontMetrics
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h76 int ascent; /* From baseline to top of font. */ member in struct:TkFontMetrics
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.h151 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h325 le_int16 ascent; member in struct:HHEATable
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.h151 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h325 le_int16 ascent; member in struct:HHEATable
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp831 le_int32 ascent = font->getAscent(); local
1242 le_int32 ascent = fRuns[i]->getAscent(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp73 OpenType::Int16 ascent; member in struct:WebCore::OpenType::VheaTable
501 float ascent = metrics.ascent(); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDeprecatedFlexibleBox.cpp437 LayoutUnit ascent = child->firstLineBaseline(); local
515 LayoutUnit ascent = child->firstLineBaseline(); local
[all...]
H A DRenderImage.cpp451 LayoutUnit ascent = fontMetrics.ascent(); local

Completed in 295 milliseconds

12