Searched refs:lastPoint (Results 1 – 1 of 1) sorted by relevance
262 …Type writingModes, const Point<float>& firstPoint, const Point<float>& lastPoint, const float asp… in requiresOrientationChange() argument268 auto rise = std::abs(lastPoint.y - firstPoint.y); in requiresOrientationChange()269 auto run = std::abs(lastPoint.x - firstPoint.x) * aspectRatio; in requiresOrientationChange()276 (firstPoint.y < lastPoint.y) : in requiresOrientationChange()277 (firstPoint.x > lastPoint.x)) { in requiresOrientationChange()308 … const Point<float> lastPoint = project(firstAndLastGlyph->second.point, glCoordMatrix).first; in placeGlyphsAlongLine() local311 …ntationChange = requiresOrientationChange(symbol.writingModes, firstPoint, lastPoint, aspectRatio); in placeGlyphsAlongLine()