Lines Matching refs:GetStyle

111                 left = child->GetStyle(STYLE_MARGIN_LEFT);
112 right = child->GetStyle(STYLE_MARGIN_RIGHT);
115 top = child->GetStyle(STYLE_MARGIN_TOP);
116 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
136 left = child->GetStyle(STYLE_MARGIN_LEFT);
137 right = child->GetStyle(STYLE_MARGIN_RIGHT);
166 left = child->GetStyle(STYLE_MARGIN_LEFT);
167 right = child->GetStyle(STYLE_MARGIN_RIGHT);
168 top = child->GetStyle(STYLE_MARGIN_TOP);
169 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
201 left = child->GetStyle(STYLE_MARGIN_LEFT);
202 right = child->GetStyle(STYLE_MARGIN_RIGHT);
230 int16_t top = child->GetStyle(STYLE_MARGIN_TOP);
231 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
287 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT);
288 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT);
298 posY - child->GetStyle(STYLE_MARGIN_TOP));
300 child->SetPosition(posX - left, posY - child->GetStyle(STYLE_MARGIN_TOP));
326 top = child->GetStyle(STYLE_MARGIN_TOP);
327 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
355 left = child->GetStyle(STYLE_MARGIN_LEFT);
356 right = child->GetStyle(STYLE_MARGIN_RIGHT);
357 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
389 top = child->GetStyle(STYLE_MARGIN_TOP);
390 bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
418 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT);
419 int16_t right = child->GetStyle(STYLE_MARGIN_RIGHT);
475 int16_t top = child->GetStyle(STYLE_MARGIN_TOP);
476 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM);
485 child->SetPosition(posX - child->GetStyle(STYLE_MARGIN_LEFT),
488 child->SetPosition(posX - child->GetStyle(STYLE_MARGIN_LEFT), posY - top);