HomeSort by relevance Sort by last modified time
    Searched refs:extraOffset (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PathTessellator.cpp 396 const int extraOffset = (extra + 1) / 2;
398 ? 2 * offset + 6 + 2 * (extra + extraOffset)
399 : offset + 2 + 2 * extraOffset;
437 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
472 if (isFirst && i == extra - extraOffset) {
482 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
570 const int extraOffset = (extra + 1) / 2;
573 int currentAAOuterIndex = 2 + 2 * extraOffset;
575 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]

Completed in 393 milliseconds