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

  /external/webkit/Source/WebCore/platform/graphics/
FontFallbackList.h 47 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
Font.h 112 bool isFixedPitch() const;
260 inline bool Font::isFixedPitch() const
263 return m_fontList->isFixedPitch(this);
  /external/webkit/Source/WebCore/platform/graphics/android/
FontPlatformDataAndroid.cpp 239 bool FontPlatformData::isFixedPitch() const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 226 bool FontPlatformData::isFixedPitch() const
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformDataFreeType.cpp 219 bool FontPlatformData::isFixedPitch()
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 208 bool FontPlatformData::isFixedPitch()
  /external/freetype/include/freetype/
tttables.h 420 FT_ULong isFixedPitch;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 177 milliseconds