Home
last modified time | relevance | path

Searched refs:emf_normal (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_view_embeddertest.cpp1148 std::vector<uint8_t> emf_normal = RenderPageWithFlagsToEmf(page, 0); in TEST_F() local
1149 EXPECT_EQ(3772u, emf_normal.size()); in TEST_F()
1154 EXPECT_EQ(emf_normal, emf_reverse_byte_order); in TEST_F()
1201 std::vector<uint8_t> emf_normal = RenderPageWithFlagsToEmf(page, 0); in TEST_F() local
1202 std::string ps_data = GetPostScriptFromEmf(emf_normal); in TEST_F()
1208 EXPECT_EQ(emf_normal, emf_reverse_byte_order); in TEST_F()
1218 std::vector<uint8_t> emf_normal = RenderPageWithFlagsToEmf(page, 0); in TEST_F() local
1219 std::string ps_data = GetPostScriptFromEmf(emf_normal); in TEST_F()
1225 EXPECT_EQ(emf_normal, emf_reverse_byte_order); in TEST_F()