Searched refs:checkPost2x2 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPaint.cpp1310 static bool too_big_for_lcd(const SkScalerContext::Rec& rec, bool checkPost2x2) { argument
1311 if (checkPost2x2) {
1346 bool checkPost2x2 = false; local
1353 checkPost2x2 = true;
1360 checkPost2x2 = true;
1414 if (too_big_for_lcd(*rec, checkPost2x2)) {

Completed in 101 milliseconds