Searched refs:ALIGN_STYLE (Results 1 – 3 of 3) sorted by relevance
27 const std::vector<V2::AlignStyle> ALIGN_STYLE = { V2::AlignStyle::LEFT, V2::AlignStyle::RIGHT, V2::… variable
146 indexerComponent->SetAlignStyle(ALIGN_STYLE[value]); in SetAlignStyle()
58 const std::vector<V2::AlignStyle> ALIGN_STYLE = { V2::AlignStyle::LEFT, V2::AlignStyle::RIGHT, V2::… variable339 if (alignValue >= 0 && alignValue < static_cast<int32_t>(ALIGN_STYLE.size())) { in SetAlignStyle()