Home
last modified time | relevance | path

Searched defs:DistFncMenuItem (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/tools/viewer/
H A DVariableWidthStrokerSlide.cpp1165 struct DistFncMenuItem { struct in VariableWidthStrokerSlide
1166 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