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

/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h292 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } function in class:SkTypeface
/external/skia/include/core/
H A DSkTypeface.h292 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } function in class:SkTypeface
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp245 this->setIsFixedPitch((textMetric.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0);
/external/skia/src/ports/
H A DSkFontHost_win.cpp245 this->setIsFixedPitch((textMetric.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0);

Completed in 135 milliseconds