m_bitmap 42 Source/core/frame/ImageBitmap.cpp , m_bitmap(nullptr) m_bitmap 73 Source/core/frame/ImageBitmap.cpp m_bitmap = buf->copyImage(DontCopyBackingStore); m_bitmap 90 Source/core/frame/ImageBitmap.cpp m_bitmap = cropImage(canvas->buffer()->copyImage(CopyBackingStore).get(), cropRect); m_bitmap 108 Source/core/frame/ImageBitmap.cpp m_bitmap = buf->copyImage(DontCopyBackingStore); m_bitmap 116 Source/core/frame/ImageBitmap.cpp , m_bitmap(nullptr) m_bitmap 129 Source/core/frame/ImageBitmap.cpp m_bitmap = cropImage(bitmap->bitmapImage().get(), adjustedCropRect); m_bitmap 140 Source/core/frame/ImageBitmap.cpp m_bitmap = cropImage(image, cropRect); m_bitmap 190 Source/core/frame/ImageBitmap.cpp m_bitmap = cropImage(m_imageElement->cachedImage()->image(), m_cropRect); m_bitmap 197 Source/core/frame/ImageBitmap.cpp ASSERT((m_imageElement || m_bitmap || !m_bitmapRect.width() || !m_bitmapRect.height()) && (!m_imageElement || !m_bitmap)); m_bitmap 200 Source/core/frame/ImageBitmap.cpp return m_bitmap; m_bitmap 67 Source/core/frame/ImageBitmap.h RefPtr<Image> m_bitmap; m_bitmap 57 Source/core/frame/ImageBitmapTest.cpp ASSERT_TRUE(m_bitmap.allocN32Pixels(10, 10)); m_bitmap 58 Source/core/frame/ImageBitmapTest.cpp m_bitmap.eraseColor(0xFFFFFFFF); m_bitmap 83 Source/core/frame/ImageBitmapTest.cpp SkBitmap m_bitmap, m_bitmap2; m_bitmap 93 Source/core/frame/ImageBitmapTest.cpp imageElement->setImageResource(new ImageResource(BitmapImage::create(NativeImageSkia::create(m_bitmap)).get())); m_bitmap 95 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapNoCrop = ImageBitmap::create(imageElement.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height())); m_bitmap 96 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop = ImageBitmap::create(imageElement.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width() / 2, m_bitmap.height() / 2)); m_bitmap 97 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapExteriorCrop = ImageBitmap::create(imageElement.get(), IntRect(-m_bitmap.width() / 2, -m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height())); m_bitmap 98 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapOutsideCrop = ImageBitmap::create(imageElement.get(), IntRect(-m_bitmap.width(), -m_bitmap.height(), m_bitmap.width(), m_bitmap.height())); m_bitmap 113 Source/core/frame/ImageBitmapTest.cpp ResourcePtr<ImageResource> cachedImageNoCrop = new ImageResource(ResourceRequest("http://foo.com/1"), BitmapImage::create(NativeImageSkia::create(m_bitmap)).get()); m_bitmap 117 Source/core/frame/ImageBitmapTest.cpp ResourcePtr<ImageResource> cachedImageInteriorCrop = new ImageResource(ResourceRequest("http://foo.com/2"), BitmapImage::create(NativeImageSkia::create(m_bitmap)).get()); m_bitmap 121 Source/core/frame/ImageBitmapTest.cpp ResourcePtr<ImageResource> cachedImageExteriorCrop = new ImageResource(ResourceRequest("http://foo.com/3"), BitmapImage::create(NativeImageSkia::create(m_bitmap)).get()); m_bitmap 125 Source/core/frame/ImageBitmapTest.cpp ResourcePtr<ImageResource> cachedImageOutsideCrop = new ImageResource(ResourceRequest("http://foo.com/4"), BitmapImage::create(NativeImageSkia::create(m_bitmap)).get()); m_bitmap 149 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop = ImageBitmap::create(imageInteriorCrop.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height())); m_bitmap 151 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapNoCrop = ImageBitmap::create(imageNoCrop.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height())); m_bitmap 152 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop2 = ImageBitmap::create(imageInteriorCrop.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height())); m_bitmap 153 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapExteriorCrop = ImageBitmap::create(imageExteriorCrop.get(), IntRect(-m_bitmap.width() / 2, -m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height())); m_bitmap 154 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmapOutsideCrop = ImageBitmap::create(imageOutsideCrop.get(), IntRect(-m_bitmap.width(), -m_bitmap.height(), m_bitmap.width(), m_bitmap.height())); m_bitmap 188 Source/core/frame/ImageBitmapTest.cpp ResourcePtr<ImageResource> originalImageResource = new ImageResource(BitmapImage::create(NativeImageSkia::create(m_bitmap)).get()); m_bitmap 191 Source/core/frame/ImageBitmapTest.cpp RefPtrWillBeRawPtr<ImageBitmap> imageBitmap = ImageBitmap::create(image.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height())); m_bitmap 203 Source/platform/DragImage.cpp : m_bitmap(bitmap) m_bitmap 249 Source/platform/DragImage.cpp int imageWidth = scaleX * m_bitmap.width(); m_bitmap 250 Source/platform/DragImage.cpp int imageHeight = scaleY * m_bitmap.height(); m_bitmap 251 Source/platform/DragImage.cpp m_bitmap = skia::ImageOperations::Resize( m_bitmap 252 Source/platform/DragImage.cpp m_bitmap, skia::ImageOperations::RESIZE_LANCZOS3, imageWidth, imageHeight); m_bitmap 257 Source/platform/DragImage.cpp m_bitmap.setAlphaType(kPremul_SkAlphaType); m_bitmap 258 Source/platform/DragImage.cpp SkAutoLockPixels lock(m_bitmap); m_bitmap 260 Source/platform/DragImage.cpp for (int row = 0; row < m_bitmap.height(); ++row) { m_bitmap 261 Source/platform/DragImage.cpp for (int column = 0; column < m_bitmap.width(); ++column) { m_bitmap 262 Source/platform/DragImage.cpp uint32_t* pixel = m_bitmap.getAddr32(column, row); m_bitmap 46 Source/platform/DragImage.h const SkBitmap& bitmap() { return m_bitmap; } m_bitmap 48 Source/platform/DragImage.h IntSize size() const { return IntSize(m_bitmap.width(), m_bitmap.height()); } m_bitmap 57 Source/platform/DragImage.h SkBitmap m_bitmap; m_bitmap 136 Source/platform/exported/WebImageSkia.cpp m_bitmap.reset(); m_bitmap 141 Source/platform/exported/WebImageSkia.cpp m_bitmap = image.m_bitmap; m_bitmap 146 Source/platform/exported/WebImageSkia.cpp return m_bitmap.isNull(); m_bitmap 151 Source/platform/exported/WebImageSkia.cpp return WebSize(m_bitmap.width(), m_bitmap.height()); m_bitmap 63 Source/platform/graphics/ScaledImageFragment.h const SkBitmap& bitmap() const { return m_bitmap; } m_bitmap 64 Source/platform/graphics/ScaledImageFragment.h SkBitmap& bitmap() { return m_bitmap; } m_bitmap 70 Source/platform/graphics/ScaledImageFragment.h SkBitmap m_bitmap; m_bitmap 52 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp ensureTextureBackedSkBitmap(gr, m_bitmap, size, kDefault_GrSurfaceOrigin, kRGBA_8888_GrPixelConfig); m_bitmap 61 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp GrTexture* texture = m_bitmap.getTexture(); m_bitmap 74 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp if (m_cachedBitmap.isNull() && m_bitmap.pixelRef()) { m_bitmap 75 Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp (m_bitmap.pixelRef())->readPixels(&m_cachedBitmap); m_bitmap 52 Source/platform/graphics/gpu/WebGLImageBufferSurface.h virtual const SkBitmap& bitmap() const OVERRIDE { return m_bitmap; } m_bitmap 53 Source/platform/graphics/gpu/WebGLImageBufferSurface.h virtual bool isValid() const OVERRIDE { return m_bitmap.pixelRef(); } m_bitmap 62 Source/platform/graphics/gpu/WebGLImageBufferSurface.h SkBitmap m_bitmap; m_bitmap 53 Source/platform/image-decoders/ImageFrame.cpp m_bitmap = other.m_bitmap; m_bitmap 56 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.lockPixels(); m_bitmap 80 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.reset(); m_bitmap 90 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.eraseARGB(0, 0, 0, 0); m_bitmap 100 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.reset(); m_bitmap 101 Source/platform/image-decoders/ImageFrame.cpp return other.m_bitmap.copyTo(&m_bitmap, other.m_bitmap.colorType()); m_bitmap 109 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.setConfig(SkImageInfo::MakeN32Premul(newWidth, newHeight)); m_bitmap 110 Source/platform/image-decoders/ImageFrame.cpp if (!m_bitmap.allocPixels(m_allocator, 0)) m_bitmap 119 Source/platform/image-decoders/ImageFrame.cpp return NativeImageSkia::create(m_bitmap); m_bitmap 136 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.setAlphaType(alpha ? kPremul_SkAlphaType : kOpaque_SkAlphaType); m_bitmap 143 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.setAlphaType(m_hasAlpha ? kPremul_SkAlphaType : kOpaque_SkAlphaType); m_bitmap 147 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.setImmutable(); // Tell the bitmap it's done. m_bitmap 156 Source/platform/image-decoders/ImageFrame.cpp m_bitmap.eraseArea(rect, SkColorSetARGB(0, 0, 0, 0)); m_bitmap 122 Source/platform/image-decoders/ImageFrame.h const SkBitmap& getSkBitmap() const { return m_bitmap; } m_bitmap 142 Source/platform/image-decoders/ImageFrame.h void setSkBitmap(const SkBitmap& bitmap) { m_bitmap = bitmap; } m_bitmap 157 Source/platform/image-decoders/ImageFrame.h return m_bitmap.getAddr32(x, y); m_bitmap 195 Source/platform/image-decoders/ImageFrame.h m_bitmap.notifyPixelsChanged(); m_bitmap 202 Source/platform/image-decoders/ImageFrame.h return m_bitmap.width(); m_bitmap 207 Source/platform/image-decoders/ImageFrame.h return m_bitmap.height(); m_bitmap 210 Source/platform/image-decoders/ImageFrame.h SkBitmap m_bitmap; m_bitmap 477 Source/web/WebMediaPlayerClientImpl.cpp if (!ensureTextureBackedSkBitmap(provider->grContext(), m_bitmap, naturalSize(), kTopLeft_GrSurfaceOrigin, kSkia8888_GrPixelConfig)) m_bitmap 482 Source/web/WebMediaPlayerClientImpl.cpp unsigned textureId = static_cast<unsigned>((m_bitmap.getTexture())->getTextureHandle()); m_bitmap 493 Source/web/WebMediaPlayerClientImpl.cpp canvas->drawBitmapRect(m_bitmap, NULL, dest, &paint); m_bitmap 151 Source/web/WebMediaPlayerClientImpl.h SkBitmap m_bitmap; m_bitmap 87 public/platform/WebImage.h WebImage(const SkBitmap& bitmap) : m_bitmap(bitmap) { } m_bitmap 91 public/platform/WebImage.h m_bitmap = bitmap; m_bitmap 95 public/platform/WebImage.h SkBitmap& getSkBitmap() { return m_bitmap; } m_bitmap 96 public/platform/WebImage.h const SkBitmap& getSkBitmap() const { return m_bitmap; } m_bitmap 100 public/platform/WebImage.h SkBitmap m_bitmap;