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

/external/webkit/WebCore/platform/win/
H A DDragImageCGWin.cpp132 CGContextRef drawContext = 0; local
136 hbmp = allocImage(workingDC, img->size(), &drawContext);
141 if (!drawContext) {
152 CGContextScaleCTM(drawContext, 1, -1);
153 CGContextSetFillColor(drawContext, white);
154 CGContextFillRect(drawContext, rect);
155 CGContextSetBlendMode(drawContext, kCGBlendModeNormal);
156 CGContextDrawImage(drawContext, rect, srcImage);
157 CGContextRelease(drawContext);

Completed in 160 milliseconds