Home | History | Annotate | Download | only in hwui

Lines Matching defs:extraOffset

395     const int extraOffset = (extra + 1) / 2;
397 ? 2 * offset + 6 + 2 * (extra + extraOffset)
398 : offset + 2 + 2 * extraOffset;
436 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
471 if (isFirst && i == extra - extraOffset) {
481 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
569 const int extraOffset = (extra + 1) / 2;
572 int currentAAOuterIndex = 2 + 2 * extraOffset;
574 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset);