Searched defs:descent (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontServicesIOS.h35 CGFloat descent() { return m_descent; } function in class:WebCore::FontServicesIOS
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DSimpleFontDataCairoWin.cpp76 float descent = textMetrics.tmDescent * metricsMultiplier; local
H A DSimpleFontDataWin.cpp57 float SimpleFontData::ascentConsideringMacAscentHack(const WCHAR* faceName, float ascent, float descent) argument
90 float descent = textMetrics.tmDescent; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp65 float descent = narrowPrecisionToFloat(fontExtents.descent); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DSimpleFontDataWinCE.cpp53 float descent = (tm.tmDescent * 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.cpp88 le_int32 descent = 0; local
H A Dpflow.c112 le_int32 descent = 0; local
H A Dsfnt.h189 le_int16 descent; member in struct:HHEATable
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFontFaceElement.cpp187 int SVGFontFaceElement::descent() const function in class:WebCore::SVGFontFaceElement
197 int descent = static_cast<int>(ceilf(descentValue.toFloat())); local
H A DSVGFontData.cpp79 float descent = svgFontFaceElement->descent() * 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.h35 short descent; member in struct:_XCharStruct
H A Dmacgui.h142 short descent; /* baseline to bottom edge of raster */ member in struct:_XCharStruct
203 int descent; /* logical decent below baseline for spacing */ member in struct:MacFontStruct
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontMetrics.h64 void setDescent(float descent) { m_descent = descent; } argument
95 int descent(FontBaseline baselineType = AlphabeticBaseline) const function in class:WebCore::FontMetrics
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.h77 int descent; /* From baseline to bottom of font. */ member in struct:TkFontMetrics
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h77 int descent; /* From baseline to bottom of font. */ member in struct:TkFontMetrics
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.h152 le_int16 descent; member in struct:HHEATable
H A Dsfnt.h326 le_int16 descent; member in struct:HHEATable
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.h152 le_int16 descent; member in struct:HHEATable
H A Dsfnt.h326 le_int16 descent; member in struct:HHEATable
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp832 le_int32 descent = font->getDescent(); local
1243 le_int32 descent = fRuns[i]->getDescent(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp74 OpenType::Int16 descent; member in struct:WebCore::OpenType::VheaTable
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDeprecatedFlexibleBox.cpp441 LayoutUnit descent = (child->height() + child->verticalMarginExtent()) - ascent; local

Completed in 370 milliseconds

12