Searched defs:DistFncMenuItem (Results 1 – 1 of 1) sorted by relevance
1165 struct DistFncMenuItem { struct in VariableWidthStrokerSlide1166 std::string fName;1167 int fDegree;1168 bool fSelected;1169 std::vector<float> fWeights;1171 DistFncMenuItem(const std::string& name, int degree, bool selected) { in DistFncMenuItem() argument