HomeSort by relevance Sort by last modified time
    Searched refs:roundToDevicePixels (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 43 CGRect rect = GraphicsContext(context).roundToDevicePixels(
ImageCG.cpp 257 CGContextDrawImage(context, GraphicsContext(context).roundToDevicePixels(FloatRect(0, 0, CGImageGetWidth(image), CGImageGetHeight(image))), image);
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 246 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 260 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode)
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 536 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 389 FloatRect roundToDevicePixels(const FloatRect&, RoundingMode = RoundAllSides);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 419 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 758 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 873 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 903 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect, RoundingMode)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 136 milliseconds