Home | History | Annotate | Download | only in glue

Lines Matching full:cg_image

60   base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
64 [[NSBitmapImageRep alloc] initWithCGImage:cg_image.get()];
274 base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
280 cursor_info.customImage = cg_image.get();
315 CGImageRef cg_image = nil;
319 cg_image = [rep CGImage];
324 if (cg_image) {
328 cursor_info.customImage = cg_image;
373 base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
375 *image = cg_image.get();