HomeSort by relevance Sort by last modified time
    Searched defs:contextRef (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 191 PlatformGraphicsContext* contextRef;
192 image = allocImage(workingDC, imageSize, &contextRef);
200 GraphicsContext context(contextRef);
224 deallocContext(contextRef);
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 262 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage,
266 if (!contextRef) {
271 ::CGContextSetGrayFillColor(contextRef, 1.0, 1.0);
272 ::CGContextSetTextDrawingMode(contextRef, kCGTextFill);
276 CGContextSetFont(contextRef, fontRef);
277 CGContextSetFontSize(contextRef, 1);
278 CGContextSetTextMatrix(contextRef, fTransform);
279 CGContextShowGlyphsAtPoint(contextRef, -glyph.fLeft,
282 ::CGContextRelease(contextRef);

Completed in 188 milliseconds