Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustPosition

241 void InlineFlowBox::adjustPosition(float dx, float dy)
243 InlineBox::adjustPosition(dx, dy);
245 child->adjustPosition(dx, dy);