Home | History | Annotate | Download | only in hwui

Lines Matching full:tempbuffer

827     VertexBuffer tempBuffer;
829 getFillVerticesFromPerimeter(outlineVertices, tempBuffer);
830 instanceVertices<Vertex>(tempBuffer, vertexBuffer, points, count, bounds);
832 getFillVerticesFromPerimeterAA(paintInfo, outlineVertices, tempBuffer);
833 instanceVertices<AlphaVertex>(tempBuffer, vertexBuffer, points, count, bounds);