Home
last modified time | relevance | path

Searched refs:xHeight (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
Dfontprops.cpp79 wxCoord xHeight = 0; in wxFontProperties() local
80 GetTextExtent(*font, wxT("x"), NULL, &xHeight, NULL, NULL); in wxFontProperties()
81 m_xHeight = lroundf(xHeight); in wxFontProperties()
/external/webkit/WebCore/svg/
DSVGLength.cpp151 float xHeight = style->font().xHeight(); in value() local
154 return m_valueInSpecifiedUnits * ceilf(xHeight); in value()
DSVGFontFaceElement.h46 int xHeight() const;
DSVGFontFaceElement.cpp143 int SVGFontFaceElement::xHeight() const in xHeight() function in WebCore::SVGFontFaceElement
/external/webkit/WebCore/platform/graphics/
DFont.h113 float xHeight() const { return primaryFont()->xHeight(); } in xHeight() function
DSimpleFontData.cpp73 m_xHeight = static_cast<int>(svgFontFaceElement->xHeight() * scale); in SimpleFontData()
DSimpleFontData.h74 float xHeight() const { return m_xHeight; } in xHeight() function
/external/webkit/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp48 m_xHeight = fm.xHeight(); in platformInit()
/external/freetype/include/freetype/
Dtttables.h446 FT_UShort xHeight; member
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_IVCommon.h180 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
/external/webkit/WebCore/platform/graphics/opentype/
DOpenTypeUtilities.cpp119 BigEndianUShort xHeight; member
/external/freetype/src/sfnt/
Dttload.c1142 FT_FRAME_USHORT( xHeight ), in tt_face_load_pclt()
/external/webkit/WebCore/css/
DCSSPrimitiveValue.cpp436 factor = style->font().xHeight(); in computeLengthDouble()
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm274 m_xHeight = [m_platformData.font() xHeight];
/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp675 …vpos += -static_cast<int>(f.xHeight() / 2) - lineHeight(firstLine) / 2 + baselinePosition(firstLin… in verticalPosition()
DSVGRootInlineBox.cpp152 return font.xHeight() / 2.0f; in alignmentBaselineToShift()
/external/webkit/WebCore/
DChangeLog-2006-05-101261 (WebCore::Font::xHeight):
1282 (WebCore::FontData::xHeight):
2197 (WebCore::Font::xHeight):
2227 (WebCore::WebTextRenderer::xHeight):
14092 (WebCore::FontData::xHeight):
14200 (WebCore::Font::xHeight):
14218 (WebCore::Font::xHeight):
14331 (WebCore::CairoFont::xHeight):
14359 (WebCore::Font::xHeight):
16177 (WebCore::Font::xHeight):
[all …]
DChangeLog-2002-12-038984 * kwq/KWQFontMetrics.mm: (QFontMetrics::xHeight): Added.
8985 * kwq/WebCoreTextRenderer.h: Added xHeight.
8988 Use xHeight rather than computing the height of an actual letter 'x'.
8990 Use xHeight rather than computing the height of an actual letter 'x'.
DChangeLog-2006-12-3153087 (WebCore::FontData::xHeight):
53288 (WidthMap::FontData::xHeight):
53716 (WidthMap::FontData::xHeight):
54603 (WebCore::Font::xHeight):
56003 (WebCore::FontData::xHeight):
DChangeLog-2008-08-1056145 (WebCore::Font::xHeight):
56159 (WebCore::SimpleFontData::xHeight):
56199 (WebCore::SVGFontFaceElement::xHeight):
60643 (WebCore::Font::xHeight):
60656 (WebCore::FontData::xHeight):
DChangeLog-2003-10-2516983 (QFontMetrics::xHeight): Ditto.
DChangeLog-2007-10-1424911 Use CG to get xHeight.
24915 (WebCore::FontData::platformInit): Ported Mac code to get xHeight using CG.
DChangeLog-2005-12-192904 (QFontMetrics::xHeight):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-091131 (-[WebTextRenderer xHeight]): Use glyphForCharacter() instead of -[NSFont glyphWithName:].
3115 (-[WebTextRenderer xHeight]): Ditto.
7341 * WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer xHeight]): Return the maximum
9872 Change xHeight to measure the ascent of the x glyph, since the xHeight metrics appear to be
9878 (-[WebTextRenderer xHeight]):
20127 (-[WebTextRenderer xHeight]):
20417 (-[WebTextRenderer xHeight]):
DChangeLog-2002-12-0310286 (-[WebTextRenderer xHeight]): Added. Calls [NSFont xHeight].

12