Searched refs:GetTestDataPath (Results 1 – 2 of 2) sorted by relevance
25 std::string GetTestDataPath(const std::string& basename) { in GetTestDataPath() function406 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F()453 GetTestDataPath("256x256_golden_simple_composition.png"), in TEST_F()462 createSourceImageFromPng(GetTestDataPath("256x256_android_with_transparency.png")); in TEST_F()509 GetTestDataPath("256x256_golden_blend_premultiplied.png"), in TEST_F()517 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F()563 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_crop.png"), in TEST_F()605 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_solid_color.png"), in TEST_F()614 createSourceImageFromPng(GetTestDataPath("256x256_android_with_transparency.png")); in TEST_F()682 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_solid_color_below.png"), in TEST_F()[all …]
46 std::string GetTestDataPath(const std::string& basename) { in GetTestDataPath() function624 const std::string filepath = GetTestDataPath(basename); in LoadImage()