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

  /external/webkit/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp 43 void ShareableBitmap::paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect)
  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 50 void ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
55 painter->drawImage(dstPoint, image, QRect(srcRect));
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 65 void ShareableBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
67 paintImage(context.platformContext(), makeCGImageCopy().get(), dstPoint, srcRect);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.cpp 169 POINT dstPoint;
170 dstPoint.x = webViewRect.left;
171 dstPoint.y = webViewRect.top;
173 ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 97 void paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect);

Completed in 93 milliseconds