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

/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; }
292 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
347 bool fIsFixedPitch; member in class:SkTypeface
/external/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; }
292 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
347 bool fIsFixedPitch; member in class:SkTypeface
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/skia/src/core/
H A DSkTypeface.cpp24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {

Completed in 142 milliseconds