Searched defs:PathSet (Results 1 – 2 of 2) sorted by relevance
33 struct PathSet struct35 Point* pts = nullptr;36 PathCommand* cmds = nullptr;37 uint16_t ptsCnt = 0;38 uint16_t cmdsCnt = 0;
118 …enum class Type : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDo… enumerator