Searched refs:wrap_ (Results 1 – 3 of 3) sorted by relevance
60 …: majorAlign_(ALIGN_START), secondaryAlign_(ALIGN_CENTER), wrap_(NOWRAP), rowCount_(1), columnCoun… in FlexLayout()102 wrap_ = wrap; in SetFlexWrap()137 uint8_t wrap_; variable
37 napi_ref wrap_ = nullptr; variable
270 if (wrap_ == WRAP) { in LayoutHorizontal()290 … if (((posX + child->GetRelativeRect().GetWidth() + right) > GetWidth()) && (wrap_ == WRAP)) { in LayoutHorizontal()458 if (wrap_ == WRAP) { in LayoutVertical()478 … if (((posY + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) && (wrap_ == WRAP)) { in LayoutVertical()