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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp3289 int linesCount = 0; local
3290 if (flags & SkPaint::kUnderlineText_Flag) linesCount++;
3291 if (flags & SkPaint::kStrikeThruText_Flag) linesCount++;
3293 const int pointsCount = 4 * linesCount;

Completed in 12 milliseconds