Searched refs:lineIndices (Results 1 – 1 of 1) sorted by relevance
1647 SkAutoTDeleteArray<uint16_t> lineIndices(new uint16_t[indexCount]); in drawVertices() local1650 lineIndices[i] = state.f0; in drawVertices()1651 lineIndices[i + 1] = state.f1; in drawVertices()1652 lineIndices[i + 2] = state.f1; in drawVertices()1653 lineIndices[i + 3] = state.f2; in drawVertices()1654 lineIndices[i + 4] = state.f2; in drawVertices()1655 lineIndices[i + 5] = state.f0; in drawVertices()1666 lineIndices.get(), in drawVertices()