hashSkBitmap       76 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         baselineHashes->append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap       98 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp             EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      108 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         EXPECT_EQ(baselineHashes[i - 1], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      131 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp                 EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      279 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         truncatedHashes.append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      293 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         progressiveHashes.append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      383 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(hashSkBitmap(referenceFrame->getSkBitmap()), hashSkBitmap(testFrame->getSkBitmap()));
hashSkBitmap      452 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(baselineHashes[frameCount - 1], hashSkBitmap(lastFrame->getSkBitmap()));
hashSkBitmap      458 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(baselineHashes[0], hashSkBitmap(firstFrame->getSkBitmap()));
hashSkBitmap       78 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         baselineHashes->append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      100 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      110 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(baselineHashes[i - 1], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      133 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp                 EXPECT_EQ(baselineHashes[j], hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      447 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         truncatedHashes.append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      460 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         progressiveHashes.append(hashSkBitmap(frame->getSkBitmap()));
hashSkBitmap      565 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(baselineHashes[frameCount - 1], hashSkBitmap(lastFrame->getSkBitmap()));
hashSkBitmap      571 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(baselineHashes[0], hashSkBitmap(firstFrame->getSkBitmap()));