Home | History | Annotate | Download | only in rendering

Lines Matching defs:adjustPosition

256 void InlineFlowBox::adjustPosition(float dx, float dy)
258 InlineBox::adjustPosition(dx, dy);
260 child->adjustPosition(dx, dy);