/external/webkit/WebCore/platform/graphics/cg/ |
D | PatternCG.cpp | 43 CGRect rect = GraphicsContext(context).roundToDevicePixels( in patternCallback()
|
D | ImageCG.cpp | 223 …CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGe… in drawPatternCallback()
|
D | GraphicsContextCG.cpp | 910 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext 975 CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness)); in drawLineForText()
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1004 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage() 1005 FloatRect destRect = c->roundToDevicePixels(dstRect); in drawImage() 1046 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage() 1047 FloatRect destRect = c->roundToDevicePixels(dstRect); in drawImage() 1106 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage() 1107 FloatRect destRect = c->roundToDevicePixels(dstRect); in drawImage()
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 291 FloatRect roundToDevicePixels(const FloatRect&);
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 389 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 630 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 1041 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 818 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 823 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1328 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/ |
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-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-2009-06-16 | 56813 (WebCore::GraphicsContext::roundToDevicePixels):
|