Home | History | Annotate | Download | only in rendering

Lines Matching refs:childOffset

4156                 LayoutPoint childOffset;
4157 columnLayers[colIndex - 1]->convertToLayerCoords(paintingInfo.rootLayer, childOffset);
4159 transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() + offset.height()));
5451 LayoutPoint childOffset;
5453 childLayer->convertToLayerCoords(this, childOffset);
5454 childLocalRect.moveBy(-childOffset);