OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorPlatformDeviceSkia
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
vector_platform_device_skia.h
21
class
VectorPlatformDeviceSkia
: public SkPDFDevice, public PlatformDevice {
23
SK_API
VectorPlatformDeviceSkia
(const SkISize& pageSize,
26
virtual ~
VectorPlatformDeviceSkia
();
54
DISALLOW_COPY_AND_ASSIGN(
VectorPlatformDeviceSkia
);
vector_platform_device_skia.cc
22
VectorPlatformDeviceSkia
::
VectorPlatformDeviceSkia
(
30
VectorPlatformDeviceSkia
::~
VectorPlatformDeviceSkia
() {
33
bool
VectorPlatformDeviceSkia
::SupportsPlatformPaint() {
37
PlatformSurface
VectorPlatformDeviceSkia
::BeginPlatformPaint() {
49
void
VectorPlatformDeviceSkia
::EndPlatformPaint() {
64
void
VectorPlatformDeviceSkia
::DrawToNativeContext(HDC dc,
71
void
VectorPlatformDeviceSkia
::DrawToNativeContext(CGContext* context, int x,
76
CGContextRef
VectorPlatformDeviceSkia
::GetBitmapContext()
[
all
...]
Completed in 206 milliseconds