Lines Matching refs:origin
560 DEBUG_MSG(("FIXED parentFrame [%f:%f], [%f:%f]\n", parentFrame.origin.x, parentFrame.origin.y, parentFrame.size.width, parentFrame.size.height));
561 parentPos = [[m_pParentView window] convertBaseToScreen:[[m_pParentView superview] convertPointToBase:NSMakePoint(parentFrame.origin.x, parentFrame.origin.y + parentFrame.size.height)]];
562 parentFrame.origin.x = parentPos.x;
563 parentFrame.origin.y = parentPos.y;
572 DEBUG_MSG(("FIXED childFrame [%f:%f], [%f:%f]\n", childFrame.origin.x, childFrame.origin.y, childFrame.size.width, childFrame.size.height));
581 parentFrame.origin.x, parentFrame.origin.y,
585 childFrame.origin.x, childFrame.origin.y,
590 newFrame.origin.x, newFrame.origin.y,
595 m_RootRect.origin.x = newFrame.origin.x - childFrame.origin.x;
596 m_RootRect.origin.y = childFrame.size.height + childFrame.origin.y - (newFrame.size.height + newFrame.origin.y);
598 m_yInvRootOffset = newFrame.origin.y - childFrame.origin.y;
602 m_RootRect.origin.x, m_RootRect.origin.y,