Searched defs:SymbolDynamicLayoutAttributes (Results 1 – 1 of 1) sorted by relevance
76 struct SymbolDynamicLayoutAttributes : gl::Attributes<attributes::a_projected_pos> { struct77 static Vertex vertex(Point<float> anchorPoint, float labelAngle) { in vertex()