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

  /system/extras/verity/fec/tests/
fec.py 62 temp_img = tempfile.NamedTemporaryFile()
67 simg2img(image, temp_img.name)
76 if compare(temp_img.name, temp_out.name) != 0:
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 122 FPDF_PAGEOBJECT temp_img = FPDFPageObj_NewImgeObj(temp_doc); local
123 EXPECT_TRUE(FPDFImageObj_SetBitmap(&temp_page, 1, temp_img, orig_bitmap));
124 EXPECT_TRUE(FPDFImageObj_SetMatrix(temp_img, 612, 0, 0, 792, 0, 0));
125 FPDFPage_InsertObject(temp_page, temp_img);

Completed in 185 milliseconds