HomeSort by relevance Sort by last modified time
    Searched defs:bitmapImage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
ImageBitmap.cpp 12 #include "core/platform/graphics/BitmapImage.h"
32 return BitmapImage::create(NativeImageSkia::create(cropped));
119 } else if (bitmap->bitmapImage()) {
121 m_bitmap = cropImage(bitmap->bitmapImage().get(), adjustedCropRect);
175 PassRefPtr<Image> ImageBitmap::bitmapImage() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 29 #include "core/platform/graphics/BitmapImage.h"
82 BitmapImage* bitmapImage = static_cast<BitmapImage*>(image);
83 IntSize sizeRespectingOrientation = bitmapImage->sizeRespectingOrientation();
86 orientation = bitmapImage->currentFrameOrientation();

Completed in 68 milliseconds