getPixels         141 Source/platform/DragImageTest.cpp         EXPECT_NE(dragImage->bitmap().getPixels(), testImage->nativeImageForCurrentFrame()->bitmap().getPixels());
getPixels         599 Source/platform/graphics/BitmapImage.cpp         if (!frame->bitmap().getPixels())
getPixels          53 Source/platform/graphics/DecodingImageGenerator.h     virtual bool getPixels(const SkImageInfo&, void* pixels, size_t rowBytes) OVERRIDE;
getPixels        1142 Source/platform/graphics/GraphicsContext.cpp         if (bitmap.getPixels())
getPixels        1143 Source/platform/graphics/GraphicsContext.cpp             writePixels(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes(), x, y);
getPixels         344 Source/platform/graphics/ImageDecodingStore.cpp     if (!image->bitmap().getPixels()) {
getPixels         170 Source/platform/graphics/ImageFrameGenerator.cpp     if (cachedImage->bitmap().getPixels() != pixels)
getPixels         251 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_NE(tempDecoder->frameBufferAtIndex(0)->getSkBitmap().getPixels(), tempImage->bitmap().getPixels());
getPixels         887 Source/platform/graphics/gpu/DrawingBuffer.cpp     pixels = static_cast<unsigned char*>(readbackBitmap->getPixels());
getPixels        1598 Source/platform/graphics/gpu/WebGLImageConversion.cpp     m_imagePixelData = m_skiaImage->bitmap().getPixels();
getPixels         433 Source/platform/graphics/skia/NativeImageSkia.cpp     bitmap.copyPixelsTo(reinterpret_cast<uint8_t*>(result.getPixels()), result.rowBytes() * result.height(), result.rowBytes());
getPixels          66 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     return StringHasher::hashMemory(bitmap.getPixels(), bitmap.getSize());
getPixels          68 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     return StringHasher::hashMemory(bitmap.getPixels(), bitmap.getSize());
getPixels         204 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     if (bitmap.colorType() != kPMColor_SkColorType || !bitmap.getPixels())
getPixels         207 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
getPixels         121 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     if (bitmap.colorType() != kPMColor_SkColorType || !bitmap.getPixels())
getPixels         124 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char*>(bitmap.getPixels()), true, output);
getPixels         122 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     if (bitmap.colorType() != kPMColor_SkColorType || !bitmap.getPixels())
getPixels         125 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
getPixels        1709 Source/web/WebViewImpl.cpp     m_layerTreeView->compositeAndReadback(target.getPixels(), rect);
getPixels        1714 Source/web/WebViewImpl.cpp     uint8_t* pixels = reinterpret_cast<uint8_t*>(target.getPixels());