Searched defs:GridTypedProperty (Results 1 – 1 of 1) sorted by relevance
35 struct GridTypedProperty { struct36 …GridTypedProperty(GridSizeType type, uint32_t span, int32_t offset) : type_(type), span_(span), of… in GridTypedProperty() argument46 GridSizeType type_ = GridSizeType::UNDEFINED;47 int32_t span_ = DEFAULT_GRID_SPAN;48 int32_t offset_ = DEFAULT_GRID_OFFSET;