Searched refs:useAutohinter (Results 1 – 2 of 2) sorted by relevance
225 void setAutohinted(bool useAutohinter);
236 void SkPaint::setAutohinted(bool useAutohinter) { in setAutohinted() argument237 this->setFlags(set_clear_mask(fBitfields.fFlags, useAutohinter, kAutoHinting_Flag)); in setAutohinted()