Lines Matching full:coordinates
1580 (WebCore::RGBA32Buffer::setRGBA): Condensed two versions into one that takes coordinates instead of a raw pointer.
3263 The main fix here is to make mouse and wheel event coordinates in the coordinate
3337 event has to know which view to compute the coordinates with. Made the
3342 (WebCore::pointForEvent): Convert point from window coordinates to view
3343 coordinates if a windowView is passed in. This is used in viewless mode.
3352 Now it returns the point without changing coordinates at all, which is what
10768 * page/Coordinates.idl:
17944 global to local coordinates you want to do IntPoint - IntPoint and have the result be
17949 separate coordinates less.
19740 full transform between local and parent local coordinates.
21576 Add custom code for Coordinates that returns null when required by the
21579 http://dev.w3.org/geo/api/spec-source.html#coordinates
21587 * page/Coordinates.h:
21588 (WebCore::Coordinates::create): Add 'canProvide' parameters and values
21589 (WebCore::Coordinates::canProvideAltitude):
21590 (WebCore::Coordinates::canProvideAltitudeAccuracy):
21591 (WebCore::Coordinates::canProvideHeading):
21592 (WebCore::Coordinates::canProvideSpeed):
21593 (WebCore::Coordinates::Coordinates):
21594 * page/Coordinates.idl: specify custom getters
27977 absolute coordinates.
30041 Geoposition::toString was missing the Coordinates after the update.
30055 Geolocation in Safari differs from the spec, no Coordinates attribute on Position
30517 Geolocation in Safari differs from the spec, no Coordinates attribute on Position
30530 * page/Coordinates.cpp: Added.
30531 (WebCore::Coordinates::toString):
30532 * page/Coordinates.h: Added.
30533 (WebCore::Coordinates::create):
30534 (WebCore::Coordinates::latitude):
30535 (WebCore::Coordinates::longitude):
30536 (WebCore::Coordinates::altitude):
30537 (WebCore::Coordinates::accuracy):
30538 (WebCore::Coordinates::altitudeAccuracy):
30539 (WebCore::Coordinates::heading):
30540 (WebCore::Coordinates::speed):
30541 (WebCore::Coordinates::Coordinates):
30542 * page/Coordinates.idl: Added.
35330 PopupListBox invalidates in the coordinates of the window as this is
46919 HDC from the GraphicsContext, translates it into client coordinates,
59546 its coordinates so there is no need prevent them from being called.
64196 using local coordinates so that the selection is correctly
64214 appropriate coordinates.
65657 screen coordinates.
70762 to quads in absolute coordinates, taking transforms into account:
72035 to local coordinates, optionally taking transforms into account.