bitmapImage 127 Source/core/frame/ImageBitmap.cpp } else if (bitmap->bitmapImage()) { bitmapImage 129 Source/core/frame/ImageBitmap.cpp m_bitmap = cropImage(bitmap->bitmapImage().get(), adjustedCropRect); bitmapImage 206 Source/core/frame/ImageBitmap.cpp return bitmapImage(); bitmapImage 33 Source/core/frame/ImageBitmap.h PassRefPtr<Image> bitmapImage() const; bitmapImage 100 Source/core/frame/ImageBitmapTest.cpp ASSERT_EQ(imageBitmapNoCrop->bitmapImage().get(), imageElement->cachedImage()->image()); bitmapImage 101 Source/core/frame/ImageBitmapTest.cpp ASSERT_EQ(imageBitmapInteriorCrop->bitmapImage().get(), imageElement->cachedImage()->image()); bitmapImage 102 Source/core/frame/ImageBitmapTest.cpp ASSERT_EQ(imageBitmapExteriorCrop->bitmapImage().get(), imageElement->cachedImage()->image()); bitmapImage 104 Source/core/frame/ImageBitmapTest.cpp RefPtr<Image> emptyImage = imageBitmapOutsideCrop->bitmapImage(); bitmapImage 192 Source/core/frame/ImageBitmapTest.cpp ASSERT_EQ(imageBitmap->bitmapImage().get(), originalImageResource->image()); bitmapImage 198 Source/core/frame/ImageBitmapTest.cpp ASSERT_NE(imageBitmap->bitmapImage().get(), originalImageResource->image()); bitmapImage 199 Source/core/frame/ImageBitmapTest.cpp ASSERT_EQ(imageBitmap->bitmapImage()->nativeImageForCurrentFrame()->bitmap().pixelRef()->pixels(), bitmapImage 202 Source/core/frame/ImageBitmapTest.cpp ASSERT_NE(imageBitmap->bitmapImage().get(), newImageResource->image()); bitmapImage 203 Source/core/frame/ImageBitmapTest.cpp ASSERT_NE(imageBitmap->bitmapImage()->nativeImageForCurrentFrame()->bitmap().pixelRef()->pixels(), bitmapImage 80 Source/platform/DragImage.cpp BitmapImage* bitmapImage = toBitmapImage(image); bitmapImage 81 Source/platform/DragImage.cpp IntSize sizeRespectingOrientation = bitmapImage->sizeRespectingOrientation(); bitmapImage 84 Source/platform/DragImage.cpp orientation = bitmapImage->currentFrameOrientation();