HomeSort by relevance Sort by last modified time
    Searched refs:setIsFixedPitch (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkTypeface.h 334 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/skia/src/ports/
SkFontHost_win.cpp 237 this->setIsFixedPitch((textMetric.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0);
    [all...]

Completed in 313 milliseconds