HomeSort by relevance Sort by last modified time
    Searched defs:isFixedPitch (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/graphics/
Font.cpp 156 bool Font::isFixedPitch() const
159 return m_fontList->isFixedPitch(this);
FontFallbackList.h 50 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 173 bool FontPlatformData::isFixedPitch() const
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataGtk.cpp 231 bool FontPlatformData::isFixedPitch()
233 // TODO: Support isFixedPitch() for custom fonts.
FontPlatformDataPango.cpp 209 bool FontPlatformData::isFixedPitch()
  /external/freetype/include/freetype/
tttables.h 420 FT_ULong isFixedPitch;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 210 milliseconds