Home | History | Annotate | Download | only in WebCore

Lines Matching full:coordinates

4524         getBoundingClientRect: Do not truncate the coordinates to integers
16066 function expected (local coordinates) and what was passed in (containing block coords), which meant the function didn't even work.
16354 to compute scale factor event coordinates like this.
26491 the coordinates from flipped to physical.
27840 Adjusted coordinates for absolute zoom, for all kinds of elements.
31862 The problem will appear because coordinates of points may increase by 0.05f (if line width is odd) inside
31864 then the new point coordinates will be passed to Qt graphics engine.
31867 is X11. The Y coordinates will be increase by 0.5f inside method adjustLineToPixelBoundaries(...), which
36439 PreserverAspectRatio needs the subregion in absolute coordinates to determine
36458 * svg/graphics/filters/SVGFilter.cpp: Give over subregion in absolute coordinates to feImage. Just feImage makes use of it.
38948 Renamed repaintRectInLocalCoordinates to absolutePaintRect, since all coordinates are in device space instead of the
39010 (WebCore::Filter::applyHorizontalScale): Map horizontal effect values to absolute coordinates.
39011 (WebCore::Filter::applyVerticalScale): Map vertical effect values to absolute coordinates.
39023 (WebCore::FilterEffect::maxEffectRect): The subregion in absolute coordinates for SVG.
60675 call it with column-adjusted coordinates.
70621 In Windowed mode, the values are in page coordinates. In Windowless
70622 mode the values are in drawable coordinates. Setting these values is
75662 Apply same fixes to <pattern> that <mask> recently received. Build the tile image in absolute coordinates,
75666 in absolute coordinates -> no more huge image buffer allocations, that could fail.
75695 coordinates, avoids pixelation artefacts.
80139 * rendering/RenderSVGResourceGradient.cpp: Refactored CG gradient specific "create image buffer in absolute coordinates" code into SVGImageBufferTools class.
82011 Refactored SVGPathSource code, to read concrete path segments instead of type/flag/coordinates
90914 Test: svg/custom/massive-coordinates.svg
92178 accepting input events in pixels coordinates for both vertical and horizontal
112056 matrix of the Cairo surface. Also set the destination coordinates before adjusting
112057 the transformation matrix scale, so that the destination coordinates are not scaled
120907 The result of platformBoundsForGlyph() is in flipped coordinates, whereas the result of
120913 (WebCore::SimpleFontData::platformBoundsForGlyph): Return a rect in flipped coordinates on Tiger
132754 There is already code to reset the new window's origin coordinates,