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

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DSimpleFontDataCairoWin.cpp76 float descent = textMetrics.tmDescent * metricsMultiplier; local
H A DSimpleFontDataWin.cpp56 float SimpleFontData::ascentConsideringMacAscentHack(const WCHAR* faceName, float ascent, float descent) argument
89 float descent = textMetrics.tmDescent; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp63 float descent = narrowPrecisionToFloat(font_extents.descent); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DSimpleFontDataQt.cpp82 float descent = rawFont.descent(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DSimpleFontDataWinCE.cpp53 float descent = (tm.tmDescent * m_platformData.size() + 36) / 72.0f; local
/macosx-10.9.5/ICU-511.35/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.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.cpp127 void FontMetrics(const WebFontDescription& description, int* ascent, int* descent, int* lineSpacing) argument
/macosx-10.9.5/emacs-92/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.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/svg/
H A DSVGFontData.cpp76 float descent = svgFontFaceElement->descent() * scale; local
H A DSVGFontFaceElement.cpp236 int SVGFontFaceElement::descent() const function in class:WebCore::SVGFontFaceElement
246 int descent = static_cast<int>(ceilf(descentValue.toFloat())); local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFont.h77 int descent; /* From baseline to bottom of font. */ member in struct:TkFontMetrics
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkFont.h77 int descent; /* From baseline to bottom of font. */ member in struct:TkFontMetrics
/macosx-10.9.5/ICU-511.35/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.9.5/ICU-511.35/icuSources/layoutex/
H A DParagraphLayout.cpp829 le_int32 descent = font->getDescent(); local
1240 le_int32 descent = fRuns[i]->getDescent(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderDeprecatedFlexibleBox.cpp487 LayoutUnit descent = (child->height() + child->marginHeight()) - ascent; local
H A DInlineTextBox.cpp1356 int descent = logicalHeight() - baseline; local
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXFont.c234 int ascent, descent, dontAA; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp74 OpenType::Int16 descent; member in struct:WebCore::OpenType::VheaTable

Completed in 160 milliseconds

12