OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapImage
(Results
26 - 39
of
39
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm
50
m_image =
BitmapImage
::create(frameImage);
/external/webkit/Source/WebCore/html/
ImageResizerThread.cpp
36
#include "
BitmapImage
.h"
58
imageResizerThread->m_image =
BitmapImage
::create();
/external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp
34
#include "
BitmapImage
.h"
330
// ownership to
BitmapImage
; we must delete it here.
451
//
BitmapImage
Class
456
void
BitmapImage
::initPlatformData()
464
void
BitmapImage
::invalidatePlatformData()
469
void
BitmapImage
::checkForSolidColor()
474
void
BitmapImage
::draw(GraphicsContext* ctxt, const FloatRect& dstRect,
/external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp
33
#include "
BitmapImage
.h"
113
//
BitmapImage
will release the passed in surface on destruction
114
return
BitmapImage
::create(copySurface(m_data.m_surface));
125
//
BitmapImage
will release the passed in surface on destruction
126
RefPtr<Image> image =
BitmapImage
::create(cairo_surface_reference(m_data.m_surface));
133
//
BitmapImage
will release the passed in surface on destruction
134
RefPtr<Image> image =
BitmapImage
::create(cairo_surface_reference(m_data.m_surface));
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp
32
#include "
BitmapImage
.h"
183
//
BitmapImage
will release the passed in CGImage on destruction
191
return
BitmapImage
::create(ctxImage);
209
RefPtr<Image> imageForRendering =
BitmapImage
::create(cgImage(m_size, m_data));
228
RefPtr<Image> imageForRendering =
BitmapImage
::create(cgImage(m_size, m_data));
GraphicsContext3DCG.cpp
33
#include "
BitmapImage
.h"
103
bool hasAlpha = image->isBitmapImage() ? static_cast<
BitmapImage
*>(image)->frameHasAlphaAtIndex(0) : true;
/external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp
27
#include "
BitmapImage
.h"
261
m_image =
BitmapImage
::create(this);
/external/webkit/Source/WebCore/platform/graphics/
Image.cpp
31
#include "
BitmapImage
.h"
57
DEFINE_STATIC_LOCAL(RefPtr<Image>, nullImage, (
BitmapImage
::create()));;
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
30
#include "
BitmapImage
.h"
107
RefPtr<Image> image =
BitmapImage
::create(ref, 0);
/external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm
45
#import <WebCore/
BitmapImage
.h>
518
//
BitmapImage
will release the passed in CGImage on destruction.
519
RefPtr<Image> nodeImage =
BitmapImage
::create(cgImage);
/external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h
35
#include <WebCore/
BitmapImage
.h>
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
31
#include "
BitmapImage
.h"
1044
return
BitmapImage
::create(hbmp.get());
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
87
#include "
BitmapImage
.h"
615
RefPtr<Image> image =
BitmapImage
::create();
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
601
platform/graphics/
BitmapImage
.cpp \
[
all
...]
Completed in 799 milliseconds
1
2