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

  /external/pdfium/core/fpdfapi/edit/
cpdf_creator_embeddertest.cpp 30 FPDF_BITMAP new_bitmap = local
32 FPDFBitmap_Destroy(new_bitmap);
  /art/runtime/gc/accounting/
heap_bitmap.cc 27 ContinuousSpaceBitmap* new_bitmap) {
32 *it = new_bitmap;
36 LargeObjectBitmap* new_bitmap) {
40 *it = new_bitmap;
heap_bitmap.h 59 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)
63 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
  /external/pdfium/fpdfsdk/
fpdfppo_embeddertest.cpp 209 FPDF_BITMAP new_bitmap = RenderPage(new_page); local
210 ASSERT_EQ(200, FPDFBitmap_GetWidth(new_bitmap));
211 ASSERT_EQ(200, FPDFBitmap_GetHeight(new_bitmap));
212 ASSERT_EQ(800, FPDFBitmap_GetStride(new_bitmap));
214 std::string new_digest = HashBitmap(new_bitmap);
215 FPDFBitmap_Destroy(new_bitmap);
fpdfedit_embeddertest.cpp 475 FPDF_BITMAP new_bitmap = RenderPageWithFlags(page, m_SavedForm, 0); local
477 CompareBitmap(new_bitmap, 612, 792, last_md5);
478 FPDFBitmap_Destroy(new_bitmap);
    [all...]
  /art/runtime/gc/space/
space.cc 128 accounting::ContinuousSpaceBitmap* new_bitmap = temp_bitmap_.release(); local
129 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
131 mark_bitmap_.reset(new_bitmap);
  /external/pdfium/testing/
embedder_test.cpp 355 FPDF_BITMAP new_bitmap = RenderPageWithFlags(page, m_SavedForm, FPDF_ANNOT); local
356 CompareBitmap(new_bitmap, width, height, md5);
357 FPDFBitmap_Destroy(new_bitmap);

Completed in 1035 milliseconds