Lines Matching refs:context

69    * @param FlowContext $context The flow context containing the additional layout data
82 function reflow(&$parent, &$context) { argument
85 $this->reflow_static($parent, $context);
100 $this->reflow_static($parent, $context);
129 * @param FlowContext $context A flow context object containing the additional layout data.
133 function reflow_absolute(&$context) { argument
135 parent::reflow($parent_node, $context);
138 $width_strategy->apply($this, $context);
143 $this->reflow_content($context);
148 $this->fitFloats($context);
156 * @param FlowContext $context A flow context object containing the additional layout data.
163 function reflow_fixed(&$context) { argument
164 GenericFormattedBox::reflow($this->parent, $context);
183 $this->put_full_width($this->get_max_width($context));
202 $this->reflow_content($context);
207 $this->fitFloats($context);
216 * @param FlowContext $context The flow context containing the additional layout data
221 function reflow_static(&$parent, &$context) { argument
223 $this->reflow_static_normal($parent, $context);
225 $this->reflow_static_float($parent, $context);
233 * @param FlowContext $context The flow context containing the additional layout data
238 function reflow_static_normal(&$parent, &$context) { argument
239 GenericFormattedBox::reflow($parent, $context);
265 $this->_calc_percentage_width($parent, $context);
283 $y = $this->collapse_margin($parent, $context);
293 $y = $this->apply_clear($y, $context);
305 $parent->close_line($context);
329 $this->reflow_content($context);
332 $this->fitFloats($context);
349 $cm = $context->get_collapsed_margin();
366 $parent->close_line($context);
368 $parent->_current_y = $this->collapse_margin_bottom($parent, $context);