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

  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 51 HBITMAP allocImage(HDC dc, IntSize size, CairoContextRef* targetRef)
125 hbmp = allocImage(dstDC, dstSize, &targetContext);
164 hbmp = allocImage(workingDC, img->size(), &drawContext);
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
101 hbmp = allocImage(dstDC, dstSize, &targetContext);
136 hbmp = allocImage(workingDC, img->size(), &drawContext);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 50 HBITMAP allocImage(HDC dc, IntSize size, PlatformGraphicsContext** targetRef);
284 image = allocImage(workingDC, imageSize, &contextRef);

Completed in 55 milliseconds