Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cg/
DPatternCG.cpp43 CGRect rect = GraphicsContext(context).roundToDevicePixels( in patternCallback()
DImageCG.cpp223 …CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGe… in drawPatternCallback()
DGraphicsContextCG.cpp910 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/
DCanvasRenderingContext2D.cpp1004 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/
DGraphicsContext.h291 FloatRect roundToDevicePixels(const FloatRect&);
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp389 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp630 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp1041 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp818 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp823 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1328 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() function in WebCore::GraphicsContext
/external/webkit/WebCore/
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-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-2009-06-1656813 (WebCore::GraphicsContext::roundToDevicePixels):