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

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

Completed in 791 milliseconds