Searched refs:useAutohinter (Results 1 – 2 of 2) sorted by relevance
219 void setAutohinted(bool useAutohinter);
204 void SkPaint::setAutohinted(bool useAutohinter) { in setAutohinted() argument205 this->setFlags(SkSetClearMask(fBitfields.fFlags, useAutohinter, kAutoHinting_Flag)); in setAutohinted()