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

  /external/pdfium/testing/tools/
common.py 33 def DrMemoryWrapper(wrapper, pdf_name):
58 print >>f, pdf_name + ".pdf"
  /external/pdfium/samples/
pdfium_test.cc 62 static void WritePpm(const char* pdf_name, int num, const void* buffer_void,
75 snprintf(filename, sizeof(filename), "%s.%d.ppm", pdf_name, num);
100 static void WritePng(const char* pdf_name, int num, const void* buffer_void,
115 filename, sizeof(filename), "%s.%d.png", pdf_name, num);
137 static void WriteBmp(const char* pdf_name, int num, const void* buffer,
147 snprintf(filename, sizeof(filename), "%s.%d.bmp", pdf_name, num);
172 void WriteEmf(FPDF_PAGE page, const char* pdf_name, int num) {
177 snprintf(filename, sizeof(filename), "%s.%d.emf", pdf_name, num);

Completed in 63 milliseconds