Home | History | Annotate | Download | only in hwui

Lines Matching defs:isRound

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