/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/ |
D | fontprops.cpp | 79 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/ |
D | SVGLength.cpp | 151 float xHeight = style->font().xHeight(); in value() local 154 return m_valueInSpecifiedUnits * ceilf(xHeight); in value()
|
D | SVGFontFaceElement.h | 46 int xHeight() const;
|
D | SVGFontFaceElement.cpp | 143 int SVGFontFaceElement::xHeight() const in xHeight() function in WebCore::SVGFontFaceElement
|
/external/webkit/WebCore/platform/graphics/ |
D | Font.h | 113 float xHeight() const { return primaryFont()->xHeight(); } in xHeight() function
|
D | SimpleFontData.cpp | 73 m_xHeight = static_cast<int>(svgFontFaceElement->xHeight() * scale); in SimpleFontData()
|
D | SimpleFontData.h | 74 float xHeight() const { return m_xHeight; } in xHeight() function
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | SimpleFontDataQt.cpp | 48 m_xHeight = fm.xHeight(); in platformInit()
|
/external/freetype/include/freetype/ |
D | tttables.h | 446 FT_UShort xHeight; member
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_IVCommon.h | 180 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/external/webkit/WebCore/platform/graphics/opentype/ |
D | OpenTypeUtilities.cpp | 119 BigEndianUShort xHeight; member
|
/external/freetype/src/sfnt/ |
D | ttload.c | 1142 FT_FRAME_USHORT( xHeight ), in tt_face_load_pclt()
|
/external/webkit/WebCore/css/ |
D | CSSPrimitiveValue.cpp | 436 factor = style->font().xHeight(); in computeLengthDouble()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 274 m_xHeight = [m_platformData.font() xHeight];
|
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 675 …vpos += -static_cast<int>(f.xHeight() / 2) - lineHeight(firstLine) / 2 + baselinePosition(firstLin… in verticalPosition()
|
D | SVGRootInlineBox.cpp | 152 return font.xHeight() / 2.0f; in alignmentBaselineToShift()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 1261 (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 …]
|
D | ChangeLog-2002-12-03 | 8984 * 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'.
|
D | ChangeLog-2006-12-31 | 53087 (WebCore::FontData::xHeight): 53288 (WidthMap::FontData::xHeight): 53716 (WidthMap::FontData::xHeight): 54603 (WebCore::Font::xHeight): 56003 (WebCore::FontData::xHeight):
|
D | ChangeLog-2008-08-10 | 56145 (WebCore::Font::xHeight): 56159 (WebCore::SimpleFontData::xHeight): 56199 (WebCore::SVGFontFaceElement::xHeight): 60643 (WebCore::Font::xHeight): 60656 (WebCore::FontData::xHeight):
|
D | ChangeLog-2003-10-25 | 16983 (QFontMetrics::xHeight): Ditto.
|
D | ChangeLog-2007-10-14 | 24911 Use CG to get xHeight. 24915 (WebCore::FontData::platformInit): Ported Mac code to get xHeight using CG.
|
D | ChangeLog-2005-12-19 | 2904 (QFontMetrics::xHeight):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 1131 (-[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]):
|
D | ChangeLog-2002-12-03 | 10286 (-[WebTextRenderer xHeight]): Added. Calls [NSFont xHeight].
|