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 56 NativeDrawingContext src_context,
61 src_context, src_origin.x(), src_origin.y(), SRCCOPY);
69 CGAffineTransform transform = CGContextGetCTM(src_context);
71 CGFloat delta_y = flipped ? CGBitmapContextGetHeight(src_context) -
77 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),
102 NativeDrawingContext src_context,
106 src_context, src_origin); local

Completed in 38 milliseconds