Home
last modified time | relevance | path

Searched refs:fIsFixedPitch (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkTypeface.h78 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch()
334 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
404 bool fIsFixedPitch; variable
/external/skia/src/core/
DSkTypeface.cpp19 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()