Searched refs:checkPost2x2 (Results 1 – 1 of 1) sorted by relevance
1304 static bool too_big_for_lcd(const SkScalerContext::Rec& rec, bool checkPost2x2) { in too_big_for_lcd() argument1305 if (checkPost2x2) { in too_big_for_lcd()1340 bool checkPost2x2 = false; in MakeRec() local1347 checkPost2x2 = true; in MakeRec()1354 checkPost2x2 = true; in MakeRec()1408 if (too_big_for_lcd(*rec, checkPost2x2)) { in MakeRec()