Searched defs:IconOffset (Results 1 – 1 of 1) sorted by relevance
85 struct IconOffset : DataDrivenLayoutProperty<std::array<float, 2>> { struct86 static constexpr const char * key = "icon-offset";87 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue()