Searched refs:widthStart (Results 1 – 1 of 1) sorted by relevance
5670 …void TriangleStipGen(CColorArray& coords, float widthStart, float widthEnd, float heightStart, flo… in TriangleStipGen() argument5673 float widthStep = (widthEnd - widthStart) / static_cast<float>(primNum); in TriangleStipGen()5680 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen()