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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 55 bool isFixedPitch();
  /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;
266 inline bool Font::isFixedPitch() const
269 return m_fontList->isFixedPitch(this);
FontPlatformData.h 236 bool isFixedPitch() const;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 87 bool isFixedPitch() const;
FontDataAndroid.cpp 119 m_treatAsFixedPitch = m_platformData.isFixedPitch();
FontPlatformDataAndroid.cpp 258 bool FontPlatformData::isFixedPitch() const
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 66 bool isFixedPitch();
SimpleFontDataFreeType.cpp 138 m_treatAsFixedPitch = m_platformData.isFixedPitch();
FontPlatformDataFreeType.cpp 219 bool FontPlatformData::isFixedPitch()
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 64 bool isFixedPitch();
SimpleFontDataPango.cpp 140 m_treatAsFixedPitch = m_platformData.isFixedPitch();
FontPlatformDataPango.cpp 208 bool FontPlatformData::isFixedPitch()
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 103 bool isFixedPitch() const;
SimpleFontDataLinux.cpp 212 m_treatAsFixedPitch = platformData().isFixedPitch();
FontPlatformDataLinux.cpp 226 bool FontPlatformData::isFixedPitch() const
  /external/freetype/include/freetype/
tttables.h 420 FT_ULong isFixedPitch;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 621 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c 812 if ( face->postscript.isFixedPitch )
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 453 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 418 milliseconds