OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitmapImage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp
12
#include "platform/graphics/
BitmapImage
.h"
37
return
BitmapImage
::create(NativeImageSkia::create(cropped));
127
} else if (bitmap->
bitmapImage
()) {
129
m_bitmap = cropImage(bitmap->
bitmapImage
().get(), adjustedCropRect);
195
PassRefPtr<Image> ImageBitmap::
bitmapImage
() const
/external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp
36
#include "platform/graphics/
BitmapImage
.h"
79
BitmapImage
*
bitmapImage
= toBitmapImage(image);
80
IntSize sizeRespectingOrientation =
bitmapImage
->sizeRespectingOrientation();
83
orientation =
bitmapImage
->currentFrameOrientation();
Completed in 52 milliseconds