HomeSort by relevance Sort by last modified time
    Searched refs:FixedPitch (Results 1 - 3 of 3) 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; };
SimpleFontData.h 70 enum Pitch { UnknownPitch, FixedPitch, VariablePitch };
129 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; }
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 107 milliseconds