Searched refs:lineAllocSize (Results 1 – 1 of 1) sorted by relevance
856 int lineAllocSize; in tessellateLines() local859 lineAllocSize = 6 * (2) + 2 + 6 * extra; in tessellateLines()860 vertexBuffer.alloc<AlphaVertex>(numLines * lineAllocSize + (numLines - 1) * 2); in tessellateLines()862 lineAllocSize = 2 * ((2) + extra); in tessellateLines()863 vertexBuffer.alloc<Vertex>(numLines * lineAllocSize + (numLines - 1) * 2); in tessellateLines()887 vertexBuffer.createDegenerateSeparators<AlphaVertex>(lineAllocSize); in tessellateLines()889 vertexBuffer.createDegenerateSeparators<Vertex>(lineAllocSize); in tessellateLines()