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

  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCairoWin.cpp 78 cairo_t* targetRef = cairo_create(image);
81 GraphicsContext gc(targetRef);
90 cairo_destroy(targetRef);
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
53 if (!targetRef)
64 *targetRef = bitmapContext;
DragImageCairoWin.cpp 45 HBITMAP allocImage(HDC dc, IntSize size, PlatformContextCairo** targetRef)
55 if (!targetRef)
82 *targetRef = new PlatformGraphicsContext(cr);
DragImageWin.cpp 46 HBITMAP allocImage(HDC, IntSize, PlatformGraphicsContext** targetRef);

Completed in 122 milliseconds