Searched refs:fIsFixedPitch (Results 1 – 2 of 2) sorted by relevance
79 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch()336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()398 bool fIsFixedPitch; variable
21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()