Searched refs:goldenHeight (Results 1 – 1 of 1) sorted by relevance
196 uint32_t goldenHeight; in compareImageWithGoldenPng() local199 LoadRGBAFromPng(filename, &goldenWidth, &goldenHeight, &goldenPixels); in compareImageWithGoldenPng()207 EXPECT_EQ(target->m_height, goldenHeight) in compareImageWithGoldenPng()209 if (targetWidth != goldenWidth || targetHeight != goldenHeight) { in compareImageWithGoldenPng()214 goldenWidth, goldenHeight); in compareImageWithGoldenPng()