Lines Matching full:coordinates
1896 Full page zoom needs to work properly with JS mouse events. Make sure to adjust the coordinates of the
5801 (WebCore::ScrollView::updateContents): I split this method to be able to invalidate a rect with window coordinates instead of contents coordinates. This function now converts the contents coord in window coord and calls the new updateWindowRect() method
5802 (WebCore::ScrollView::updateWindowRect): New method which performs the work that was doing the end of the old updateContents : invalidate a rect with window coordinates
15974 initial (and also final) coordinates, since layoutDelta is factored
19655 IntRect coordinates from one frame to the main frame.
23658 but the point returned is completely bogus, so remove coordinates
24250 (WebCore::Font::drawGlyphs): Adjusted the text rectangle's x coordinates
25789 Give the popups the right parent widget and the right coordinates relative within the parent.
25856 Correctly convert the coordinates of the Widget in Widget::setFrameGeometry()
25859 Note: convertToContainingWindow() takes child coordinates.
27203 (WebCore::ScrollView::contentsToScreen): Translate from coordinates
27204 relative to the ScrollView to coordinates relative to the screen. Do
27205 this by getting the offset of the ScrollView in screen coordinates and
27207 (WebCore::ScrollView::screenToContents): Translate from coordinates
27208 relative to the screen to coordinates relative to the ScrollView.
41217 Adjust for the zoom factor (the render tree is in unzoomed coordinates, but the scrollbars of the view
41218 need to handle zoomed coordinates).
53279 and Y coordinates, in a way that makes them work even when the window coordinates
57011 * We want to convert from coordinates of the containing window to our local
57023 the untranslated coordinates as well.
71220 (WebCore::HTMLInputElement::defaultEventHandler): Fix coordinates with forwarded events.
71222 (WebCore::HTMLSliderThumbElement::defaultEventHandler): Fix coordinates with forwarded events.