HomeSort by relevance Sort by last modified time
    Searched refs:xHeight (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceElement.h 46 int xHeight() const;
SVGLength.cpp 149 float xHeight = style->font().xHeight();
152 return m_valueInSpecifiedUnits * ceilf(xHeight);
SVGFontFaceElement.cpp 135 int SVGFontFaceElement::xHeight() const
  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 48 m_xHeight = fm.xHeight();
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 83 wxCoord xHeight = 0;
84 GetTextExtent(*font, wxT("x"), NULL, &xHeight, NULL, NULL);
85 m_xHeight = lroundf(xHeight);
  /external/webkit/WebCore/platform/graphics/
Font.h 122 float xHeight() const { return primaryFont()->xHeight(); }
SimpleFontData.cpp 75 m_xHeight = static_cast<int>(svgFontFaceElement->xHeight() * scale);
SimpleFontData.h 81 float xHeight() const { return m_xHeight; }
  /external/freetype/include/freetype/
tttables.h 446 FT_UShort xHeight;
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 180 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
    [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 120 BigEndianUShort xHeight;
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 274 m_xHeight = [m_platformData.font() xHeight];
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 849 pScaleFactor->xHeight = (int)nResizeMode;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
SVGRootInlineBox.cpp 152 return font.xHeight() / 2.0f;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 1602 milliseconds