/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PatternCG.cpp | 43 CGRect rect = GraphicsContext(context).roundToDevicePixels( in patternCallback()
|
D | ImageCG.cpp | 257 …CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGe… in drawPatternCallback()
|
D | GraphicsContextCG.cpp | 1175 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/ |
D | CanvasRenderingContext2D.cpp | 1285 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/ |
D | GraphicsContextHaiku.cpp | 246 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 260 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 530 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 389 FloatRect roundToDevicePixels(const FloatRect&, RoundingMode = RoundAllSides);
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 419 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 873 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 758 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 903 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1303 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 2054 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 …]
|
D | ChangeLog-2006-12-31 | 37122 (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()
|
D | ChangeLog-2010-05-24 | 42137 (WebCore::GraphicsContext::roundToDevicePixels): 48015 Apparently the bug was in GraphicsContext::roundToDevicePixels, we 48023 (WebCore::GraphicsContext::roundToDevicePixels): Copy the formula from
|
D | ChangeLog-2010-01-29 | 389 (WebCore::GraphicsContext::roundToDevicePixels): 68714 (WebCore::GraphicsContext::roundToDevicePixels): 70387 (WebCore::GraphicsContext::roundToDevicePixels): 72875 (WebCore::GraphicsContext::roundToDevicePixels):
|
D | ChangeLog-2007-10-14 | 18922 (WebCore::GraphicsContext::roundToDevicePixels): 43204 Fix 1% regression on the PLT. Make sure roundToDevicePixels does no
|
D | ChangeLog-2008-08-10 | 74183 speed up GraphicsContextCG typical case by skipping roundToDevicePixels 74197 (WebCore::GraphicsContext::roundToDevicePixels): Return quickly if the transform
|
D | ChangeLog-2011-02-16 | 10412 (WebCore::GraphicsContext::roundToDevicePixels):
|
D | ChangeLog-2009-06-16 | 56813 (WebCore::GraphicsContext::roundToDevicePixels):
|