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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 288 int currentStrokeIndex = currentAAInnerIndex + 7;
361 AlphaVertex::set(&buffer[currentStrokeIndex++],
365 AlphaVertex::set(&buffer[currentStrokeIndex++],
445 int currentStrokeIndex = offset;
480 AlphaVertex::set(&buffer[currentStrokeIndex++],
484 AlphaVertex::set(&buffer[currentStrokeIndex++],
508 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset]);
509 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);
510 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 587 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset);
619 AlphaVertex::set(&buffer[currentStrokeIndex++],
623 AlphaVertex::set(&buffer[currentStrokeIndex++],
654 int currentStrokeIndex = offset;
683 AlphaVertex::set(&buffer[currentStrokeIndex++],
687 AlphaVertex::set(&buffer[currentStrokeIndex++],
710 buffer[currentStrokeIndex++] = buffer[offset];
711 buffer[currentStrokeIndex++] = buffer[offset + 1];
712 buffer[currentStrokeIndex++] = buffer[offset + 1];
    [all...]

Completed in 199 milliseconds