Home
last modified time | relevance | path

Searched refs:roundToDevicePixels (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
DPatternCG.cpp43 CGRect rect = GraphicsContext(context).roundToDevicePixels( in patternCallback()
DImageCG.cpp257 …CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGe… in drawPatternCallback()
DGraphicsContextCG.cpp1175 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode roundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
1249 …CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness), RoundOriginA… in drawLineForText()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1285 FloatRect sourceRect = c->roundToDevicePixels(normalizedSrcRect); in drawImage()
1286 FloatRect destRect = c->roundToDevicePixels(normalizedDstRect); in drawImage()
1348 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage()
1349 FloatRect destRect = c->roundToDevicePixels(dstRect); in drawImage()
1432 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage()
1433 FloatRect destRect = c->roundToDevicePixels(dstRect); in drawImage()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp246 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp260 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp530 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h389 FloatRect roundToDevicePixels(const FloatRect&, RoundingMode = RoundAllSides);
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp419 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp873 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp758 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp903 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1303 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog2054 Remove canvas usage of roundToDevicePixels
24832 Make GraphicsContext::roundToDevicePixels a no-op on Chrome/Mac.
24835 (WebCore::GraphicsContext::roundToDevicePixels):
27076 (WebCore::GraphicsContext::roundToDevicePixels):
27161 (WebCore::GraphicsContext::roundToDevicePixels): Implemented RoundOriginAndDimensions.
27165 …(WebCore::GraphicsContext::roundToDevicePixels): Added RoundingMode parameter, but did not impleme…
27167 (WebCore::GraphicsContext::roundToDevicePixels): Ditto.
27169 (WebCore::GraphicsContext::roundToDevicePixels): Ditto.
27171 (WebCore::GraphicsContext::roundToDevicePixels): Ditto.
27173 (WebCore::GraphicsContext::roundToDevicePixels): Ditto.
[all …]
DChangeLog-2006-12-3137122 (WebCore::GraphicsContext::roundToDevicePixels):
42508 (WebCore::GraphicsContext::roundToDevicePixels):
48031 … (WebCore::GraphicsContext::roundToDevicePixels): Instead of transforming rect to device space
49537 (WebCore::GraphicsContext::roundToDevicePixels):
50294 (WebCore::patternCallback): Call roundToDevicePixels()
50297 takes FloatRects and call roundToDevicePixels()
50301 (WebCore::HTMLCanvasElement::paint): Call roundToDevicePixels()
50306 (WebCore::GraphicsContext::roundToDevicePixels): Takes care of
50309 * platform/mac/ImageMac.mm: Call roundToDevicePixels()
DChangeLog-2010-05-2442137 (WebCore::GraphicsContext::roundToDevicePixels):
48015 Apparently the bug was in GraphicsContext::roundToDevicePixels, we
48023 (WebCore::GraphicsContext::roundToDevicePixels): Copy the formula from
DChangeLog-2010-01-29389 (WebCore::GraphicsContext::roundToDevicePixels):
68714 (WebCore::GraphicsContext::roundToDevicePixels):
70387 (WebCore::GraphicsContext::roundToDevicePixels):
72875 (WebCore::GraphicsContext::roundToDevicePixels):
DChangeLog-2007-10-1418922 (WebCore::GraphicsContext::roundToDevicePixels):
43204 Fix 1% regression on the PLT. Make sure roundToDevicePixels does no
DChangeLog-2008-08-1074183 speed up GraphicsContextCG typical case by skipping roundToDevicePixels
74197 (WebCore::GraphicsContext::roundToDevicePixels): Return quickly if the transform
DChangeLog-2011-02-1610412 (WebCore::GraphicsContext::roundToDevicePixels):
DChangeLog-2009-06-1656813 (WebCore::GraphicsContext::roundToDevicePixels):