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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 287 int currentAAInnerIndex = 2 * offset + 5; // reversed
288 int currentStrokeIndex = currentAAInnerIndex + 7;
370 AlphaVertex::set(&buffer[currentAAInnerIndex--],
374 AlphaVertex::set(&buffer[currentAAInnerIndex--],
446 int currentAAInnerIndex = offset * 2;
489 AlphaVertex::set(&buffer[currentAAInnerIndex++],
493 AlphaVertex::set(&buffer[currentAAInnerIndex++],
512 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset]);
513 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset + 1]);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 586 int currentAAInnerIndex = currentAAOuterIndex + (2 * offset) + 3 + (2 * extra);
587 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset);
628 AlphaVertex::set(&buffer[currentAAInnerIndex--],
632 AlphaVertex::set(&buffer[currentAAInnerIndex--],
655 int currentAAInnerIndex = offset * 2;
692 AlphaVertex::set(&buffer[currentAAInnerIndex++],
696 AlphaVertex::set(&buffer[currentAAInnerIndex++],
714 buffer[currentAAInnerIndex++] = buffer[2 * offset];
715 buffer[currentAAInnerIndex++] = buffer[2 * offset + 1];
    [all...]

Completed in 555 milliseconds