OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorPlatformDeviceEmf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
vector_platform_device_emf_win.h
22
class
VectorPlatformDeviceEmf
: public SkBitmapDevice, public PlatformDevice {
30
VectorPlatformDeviceEmf
(HDC dc, const SkBitmap& bitmap);
31
virtual ~
VectorPlatformDeviceEmf
();
134
DISALLOW_COPY_AND_ASSIGN(
VectorPlatformDeviceEmf
);
vector_platform_device_emf_win.cc
25
SkBaseDevice*
VectorPlatformDeviceEmf
::CreateDevice(
49
SkBaseDevice* device =
VectorPlatformDeviceEmf
::create(
68
SkBaseDevice*
VectorPlatformDeviceEmf
::create(HDC dc, int width, int height) {
81
//
VectorPlatformDeviceEmf
has no way to detect this, so the HBITMAP
99
return new
VectorPlatformDeviceEmf
(dc, bitmap);
102
VectorPlatformDeviceEmf
::
VectorPlatformDeviceEmf
(HDC dc, const SkBitmap& bitmap)
111
VectorPlatformDeviceEmf
::~
VectorPlatformDeviceEmf
() {
116
HDC
VectorPlatformDeviceEmf
::BeginPlatformPaint()
[
all
...]
Completed in 45 milliseconds