Searched refs:isAutohinted (Results 1 – 6 of 6) sorted by relevance
220 REPORTER_ASSERT(reporter, defaultPaint.isAutohinted() != font.isAutohinted()); in TestPaintProps()251 REPORTER_ASSERT(reporter, paint.isAutohinted() == font.isAutohinted()); in TestPaintProps()
18 return paint.isAutohinted(); in is_enable_auto_hints()
139 if (paint.isAutohinted()) { in Testing_CreateFromPaint()
1444 if (paint.isAutohinted()) { in MakeRec()2241 SkAddFlagToString(str, this->isAutohinted(), "Autohinted", &needSeparator); in toString()
205 bool isAutohinted() const { in isAutohinted() function
867 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAutohinted()); in lpaint_isAutohinted()