Searched defs:drawContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DDragImageCGWin.cpp128 CGContextRef drawContext = 0; local
132 hbmp = allocImage(workingDC, img->size(), &drawContext);
137 if (!drawContext) {
148 CGContextScaleCTM(drawContext, 1, -1);
149 CGContextSetFillColor(drawContext, white);
150 CGContextFillRect(drawContext, rect);
151 CGContextSetBlendMode(drawContext, kCGBlendModeNormal);
152 CGContextDrawImage(drawContext, rect, srcImage);
153 CGContextRelease(drawContext);

Completed in 64 milliseconds