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