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"
35
return
BitmapImage
::create(NativeImageSkia::create(cropped));
130
} else if (bitmap->
bitmapImage
()) {
132
m_bitmap = cropImage(bitmap->
bitmapImage
().get(), adjustedCropRect);
200
PassRefPtr<Image> ImageBitmap::
bitmapImage
() const
211
return
bitmapImage
();
/external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp
36
#include "platform/graphics/
BitmapImage
.h"
80
BitmapImage
*
bitmapImage
= toBitmapImage(image);
81
IntSize sizeRespectingOrientation =
bitmapImage
->sizeRespectingOrientation();
84
orientation =
bitmapImage
->currentFrameOrientation();
Completed in 167 milliseconds