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

  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 54 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f;
135 if (m_syntheticBoldOffset)
136 boundingBox.setWidth(boundingBox.width() + m_syntheticBoldOffset);
155 return advance.width + m_syntheticBoldOffset;
SimpleFontDataCairoWin.cpp 50 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f;
SimpleFontDataWin.cpp 219 gdiMetrics.gmBlackBoxX + m_syntheticBoldOffset, gdiMetrics.gmBlackBoxY);
235 return gdiMetrics.gmCellIncX + m_syntheticBoldOffset;
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 64 m_syntheticBoldOffset = 0.0f;
159 return advance.width + m_syntheticBoldOffset;
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 75 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f;
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 73 m_syntheticBoldOffset = m_platformData.syntheticBold() ? 1.0f : 0.f;
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 119 float syntheticBoldOffset() const { return m_syntheticBoldOffset; }
256 float m_syntheticBoldOffset;
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 157 m_syntheticBoldOffset = m_platformData.m_syntheticBold ? 1.0f : 0.f;
464 if (m_syntheticBoldOffset)
465 boundingBox.setWidth(boundingBox.width() + m_syntheticBoldOffset);
484 return advance.width + m_syntheticBoldOffset;

Completed in 60 milliseconds