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

  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 617 CPDF_Dictionary* graphics_dict = local
619 ASSERT_TRUE(graphics_dict);
620 EXPECT_EQ(2, static_cast<int>(graphics_dict->GetCount()));
629 EXPECT_EQ(2, static_cast<int>(graphics_dict->GetCount()));
638 EXPECT_EQ(3, static_cast<int>(graphics_dict->GetCount()));
646 EXPECT_EQ(3, static_cast<int>(graphics_dict->GetCount()));
655 EXPECT_EQ(4, static_cast<int>(graphics_dict->GetCount()));
671 CPDF_Dictionary* graphics_dict = local
673 ASSERT_TRUE(graphics_dict);
674 EXPECT_EQ(2, static_cast<int>(graphics_dict->GetCount()))
    [all...]

Completed in 130 milliseconds