Home | History | Annotate | Download | only in hwui

Lines Matching refs:numLines

788     int numLines = count / 4;
793 vertexBuffer.alloc<AlphaVertex>(numLines * lineAllocSize + (numLines - 1) * 2);
796 vertexBuffer.alloc<Vertex>(numLines * lineAllocSize + (numLines - 1) * 2);