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

  /external/skia/include/core/
SkTypeface.h 79 bool isFixedPitch() const { return fIsFixedPitch; }
336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
398 bool fIsFixedPitch;
  /external/skia/src/core/
SkTypeface.cpp 21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { }

Completed in 179 milliseconds