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

  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
97 hbmp = allocImage(dstDC, dstSize, &targetContext);
132 hbmp = allocImage(workingDC, img->size(), &drawContext);
DragImageCairoWin.cpp 45 HBITMAP allocImage(HDC dc, IntSize size, PlatformContextCairo** targetRef)
122 hbmp = allocImage(dstDC, dstSize, &targetContext);
162 hbmp = allocImage(workingDC, img->size(), &drawContext);
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);
192 image = allocImage(workingDC, imageSize, &contextRef);

Completed in 943 milliseconds