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

  /external/chromium_org/ui/gfx/
blit.h 22 NativeDrawingContext src_context,
28 NativeDrawingContext src_context,
blit.cc 63 NativeDrawingContext src_context,
68 src_context, src_origin.x(), src_origin.y(), SRCCOPY);
76 CGAffineTransform transform = CGContextGetCTM(src_context);
78 CGFloat delta_y = flipped ? CGBitmapContextGetHeight(src_context) -
84 CGBitmapContextCreateImage(src_context));
94 cairo_user_to_device(src_context, &surface_x, &surface_y);
95 cairo_set_source_surface(dst_context, cairo_get_target(src_context),
109 NativeDrawingContext src_context,
113 src_context, src_origin); local

Completed in 49 milliseconds