HomeSort by relevance Sort by last modified time
    Searched full:cg_image (Results 1 - 8 of 8) sorted by null

  /external/oprofile/libpp/
filename_spec.cpp 66 cg_image = parsed.cg_image;
78 if (cg_image.empty())
80 return cg_image != image || cg_image != lib_image;
parse_filename.h 27 std::string cg_image; member in struct:parsed_filename
filename_spec.h 74 std::string cg_image; member in class:filename_spec
callgraph_container.cpp 476 extra_found_images.find_image_path(callee_file.cg_image,
479 report_image_error(callee_file.cg_image,
483 op_bfd callee_bfd(callee_file.cg_image,
486 report_image_error(callee_file.cg_image,
parse_filename.cpp 223 result.cg_image = parse_anon(path[i], path[i - 1]);
227 result.cg_image += "/" + path[i];
arrange_profiles.cpp 532 if (parsed.cg_image.empty()) {
  /external/chromium/webkit/glue/
webcursor_mac.mm 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()
    [all...]
  /external/oprofile/
ChangeLog-2004 971 * libpp/parse_filename.h: add a cg_image member

Completed in 233 milliseconds