Home | History | Annotate | Download | only in rendering

Lines Matching refs:addLayoutDelta

1880             view()->addLayoutDelta(IntSize(child->x() - logicalLeft, 0));
1884 view()->addLayoutDelta(IntSize(0, child->y() - logicalLeft));
1893 view()->addLayoutDelta(IntSize(0, child->y() - logicalTop));
1897 view()->addLayoutDelta(IntSize(child->x() - logicalTop, 0));
2116 view()->addLayoutDelta(childOffset);