Searched refs:fIsFixedPitch (Results 1 – 2 of 2) sorted by relevance
79 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch()327 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()396 bool fIsFixedPitch; variable
18 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()