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