Searched refs:emf_normal (Results 1 – 1 of 1) sorted by relevance
1148 std::vector<uint8_t> emf_normal = RenderPageWithFlagsToEmf(page, 0); in TEST_F() local1149 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() local1202 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() local1219 std::string ps_data = GetPostScriptFromEmf(emf_normal); in TEST_F()1225 EXPECT_EQ(emf_normal, emf_reverse_byte_order); in TEST_F()