Searched defs:fIsFixedPitch (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkTypeface.h79 bool isFixedPitch() const { return fIsFixedPitch; }
327 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
396 bool fIsFixedPitch; member in class:SkTypeface

Completed in 139 milliseconds