Searched refs:targetPixelsOpt (Results 1 – 1 of 1) sorted by relevance
191 const auto targetPixelsOpt = target->read(); in compareImageWithGoldenPng() local192 ASSERT_TRUE(targetPixelsOpt.has_value()); in compareImageWithGoldenPng()193 const auto& targetPixels = *targetPixelsOpt; in compareImageWithGoldenPng()