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 271 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage,
275 if (!contextRef) {
280 ::CGContextSetGrayFillColor(contextRef, 1.0, 1.0);
281 ::CGContextSetTextDrawingMode(contextRef, kCGTextFill);
285 CGContextSetFont(contextRef, fontRef);
286 CGContextSetFontSize(contextRef, 1);
287 CGContextSetTextMatrix(contextRef, fTransform);
288 CGContextShowGlyphsAtPoint(contextRef, -glyph.fLeft,
291 ::CGContextRelease(contextRef);

Completed in 118 milliseconds