HomeSort by relevance Sort by last modified time
    Searched full:fixedpitch (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 72 return m_pitch == FixedPitch;
SimpleFontData.h 51 enum Pitch { UnknownPitch, FixedPitch, VariablePitch };
138 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; }
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 291 /** Sets the fixedPitch bit. If used, must be called in the constructor. */
  /external/skia/include/core/
SkTypeface.h 291 /** Sets the fixedPitch bit. If used, must be called in the constructor. */
  /external/freetype/src/autofit/
afcjk.c     [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c     [all...]

Completed in 528 milliseconds