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 54 NativeDrawingContext src_context,
59 src_context, src_origin.x(), src_origin.y(), SRCCOPY);
67 CGAffineTransform transform = CGContextGetCTM(src_context);
69 CGFloat delta_y = flipped ? CGBitmapContextGetHeight(src_context) -
75 CGBitmapContextCreateImage(src_context));
87 cairo_user_to_device(src_context, &surface_x, &surface_y);
88 cairo_set_source_surface(dst_context, cairo_get_target(src_context),
100 NativeDrawingContext src_context,
104 src_context, src_origin); local

Completed in 71 milliseconds