Lines Matching refs:GetStyle
111 left = child->GetStyle(STYLE_MARGIN_LEFT); in CalValidLength()
112 right = child->GetStyle(STYLE_MARGIN_RIGHT); in CalValidLength()
115 top = child->GetStyle(STYLE_MARGIN_TOP); in CalValidLength()
116 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in CalValidLength()
136 left = child->GetStyle(STYLE_MARGIN_LEFT); in CalRowCount()
137 right = child->GetStyle(STYLE_MARGIN_RIGHT); in CalRowCount()
166 left = child->GetStyle(STYLE_MARGIN_LEFT); in GetRowMaxHeight()
167 right = child->GetStyle(STYLE_MARGIN_RIGHT); in GetRowMaxHeight()
168 top = child->GetStyle(STYLE_MARGIN_TOP); in GetRowMaxHeight()
169 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetRowMaxHeight()
201 left = child->GetStyle(STYLE_MARGIN_LEFT); in GetRowsWidth()
202 right = child->GetStyle(STYLE_MARGIN_RIGHT); in GetRowsWidth()
230 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in GetCrossAxisPosY()
231 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetCrossAxisPosY()
287 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT); in LayoutHorizontal()
288 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); in LayoutHorizontal()
298 posY - child->GetStyle(STYLE_MARGIN_TOP)); in LayoutHorizontal()
300 child->SetPosition(posX - left, posY - child->GetStyle(STYLE_MARGIN_TOP)); in LayoutHorizontal()
326 top = child->GetStyle(STYLE_MARGIN_TOP); in CalColumnCount()
327 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in CalColumnCount()
355 left = child->GetStyle(STYLE_MARGIN_LEFT); in GetColumnMaxWidth()
356 right = child->GetStyle(STYLE_MARGIN_RIGHT); in GetColumnMaxWidth()
357 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetColumnMaxWidth()
389 top = child->GetStyle(STYLE_MARGIN_TOP); in GetColumnsHeight()
390 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetColumnsHeight()
418 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT); in GetCrossAxisPosX()
419 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT); in GetCrossAxisPosX()
475 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in LayoutVertical()
476 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in LayoutVertical()
485 child->SetPosition(posX - child->GetStyle(STYLE_MARGIN_LEFT), in LayoutVertical()
488 child->SetPosition(posX - child->GetStyle(STYLE_MARGIN_LEFT), posY - top); in LayoutVertical()