Home | History | Annotate | Download | only in hwui

Lines Matching defs:isRound

440     bool isRound = paintInfo.cap == SkPaint::kRound_Cap;
442 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
448 if (isRound) {