Searched refs:childY (Results 1 – 6 of 6) sorted by relevance
432 int childY = yPos; in layoutHorizontalBox() local435 …childY += child->marginTop() + max(0, (contentHeight() - (child->height() + child->marginTop() + c… in layoutHorizontalBox()442 childY += child->marginTop() + (maxAscent - ascent); in layoutHorizontalBox()446 childY += contentHeight() - child->marginBottom() - child->height(); in layoutHorizontalBox()449 childY += child->marginTop(); in layoutHorizontalBox()453 placeChild(child, xPos, childY); in layoutHorizontalBox()
2868 int childY = 0; in scrollTo() local2869 columnLayers[colIndex - 1]->convertToLayerCoords(rootLayer, childX, childY); in scrollTo()2871 transform.translateRight(childX + offset.width(), childY + offset.height()); in scrollTo()
13465 (QScrollView::childY): New.13512 * src/kwq/qt/qscrollview.h: Add childX() and childY().
19471 hasHorizontalScrollBar(), childX(), childY().19493 Removed use of childX and childY functions.22694 (QScrollView::childY):
53184 when they should not have, due to childX and childY not being implemented at all on KWQScrollView.53190 (QScrollView::childY):
16111 Rename childY to childLogicalOffset.