Searched refs:startEdge (Results 1 – 3 of 3) sorted by relevance
43 public StripStartInfo(FaceInfo startFace, EdgeInfo startEdge, boolean toV1){ in StripStartInfo() argument45 m_startEdge = startEdge; in StripStartInfo()
175 RenderTableCol* colElement(int col, bool* startEdge = 0, bool* endEdge = 0) const;
720 RenderTableCol* RenderTable::colElement(int col, bool* startEdge, bool* endEdge) const in colElement() argument745 if (startEdge) in colElement()746 *startEdge = startCol == col; in colElement()