Home | History | Annotate | Download | only in gpu

Lines Matching full:vertex

866         // TODO: consider making static vertex buffers for these cases.
867 // Hairline could be done by just adding closing vertex to
881 SkPoint* vertex = geo.positions();
886 setStrokeRectStrip(vertex, rect, width);
891 vertex[0].set(rect.fLeft, rect.fTop);
892 vertex[1].set(rect.fRight, rect.fTop);
893 vertex[2].set(rect.fRight, rect.fBottom);
894 vertex[3].set(rect.fLeft, rect.fBottom);
895 vertex[4].set(rect.fLeft, rect.fTop);