Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTypeface.h79 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch()
336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
398 bool fIsFixedPitch; variable
/external/skia/src/core/
DSkTypeface.cpp21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()