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

  /external/webkit/WebCore/platform/graphics/haiku/
FontPlatformData.h 55 bool isFixedPitch();
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.h 50 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
Font.cpp 156 bool Font::isFixedPitch() const
159 return m_fontList->isFixedPitch(this);
Font.h 97 bool isFixedPitch() const;
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 90 bool isFixedPitch() const;
FontPlatformDataLinux.cpp 173 bool FontPlatformData::isFixedPitch() const
SimpleFontDataLinux.cpp 172 m_treatAsFixedPitch = platformData().isFixedPitch();
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 85 bool isFixedPitch();
SimpleFontDataGtk.cpp 114 m_treatAsFixedPitch = m_platformData.isFixedPitch();
SimpleFontDataPango.cpp 119 m_treatAsFixedPitch = m_platformData.isFixedPitch();
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...]
RenderText.cpp 434 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII) {
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c 794 if ( face->postscript.isFixedPitch )
    [all...]
  /external/freetype/src/truetype/
ttgload.c 82 if ( check && face->postscript.isFixedPitch )
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 387 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||

Completed in 255 milliseconds