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 78 bool isFixedPitch() const { return fIsFixedPitch; }
334 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
404 bool fIsFixedPitch;
  /external/skia/src/core/
SkTypeface.cpp 19 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { }

Completed in 430 milliseconds