Searched refs:linesofar (Results 1 – 1 of 1) sorted by relevance
57 …Vertex(Point<int16_t> p, Point<double> e, bool round, bool up, int8_t dir, int32_t linesofar = 0) { in layoutVertex() argument80 … static_cast<uint8_t>(((dir == 0 ? 0 : (dir < 0 ? -1 : 1 )) + 1) | ((linesofar & 0x3F) << 2)), in layoutVertex()81 static_cast<uint8_t>(linesofar >> 6) in layoutVertex()