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

  /external/pdfium/samples/
pdfium_test.cc 664 std::string&& image_file_name = ""; local
668 image_file_name =
681 image_file_name =
686 image_file_name =
696 image_file_name = WriteSkp(name.c_str(), page_index, recorder.get());
705 if (options.md5 && image_file_name != "")
706 OutputMD5Hash(image_file_name.c_str(), buffer, stride * height);
  /art/imgdiag/
imgdiag.cc 1176 std::string image_file_name = local
1180 os << "Failed to open " << image_file_name << " for reading"; local
1185 os << "Could not fully read file " << image_file_name; local
    [all...]

Completed in 90 milliseconds