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

  /external/skia/include/core/
SkTypeface.h 65 bool isFixedWidth() const { return fIsFixedWidth; }
158 bool fIsFixedWidth;
  /external/skia/src/core/
SkTypeface.cpp 28 : fUniqueID(fontID), fStyle(style), fIsFixedWidth(isFixedWidth) {

Completed in 124 milliseconds