Searched defs:DistFncMenuItem (Results 1 – 1 of 1) sorted by relevance
1060 struct DistFncMenuItem { struct in VariableWidthStroker1061 std::string fName;1062 int fDegree;1063 bool fSelected;1064 std::vector<float> fWeights;1066 DistFncMenuItem(const std::string& name, int degree, bool selected) { in DistFncMenuItem() function