HomeSort by relevance Sort by last modified time
    Searched refs:PlatformDevice (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/skia/ext/
platform_device_linux.cc 9 PlatformSurface PlatformDevice::BeginPlatformPaint() {
13 void PlatformDevice::EndPlatformPaint() {
platform_canvas.cc 17 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas));
22 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas));
30 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas));
37 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas));
platform_device.cc 36 void SetPlatformDevice(SkBaseDevice* device, PlatformDevice* platform_behaviour) {
41 PlatformDevice* GetPlatformDevice(SkBaseDevice* device) {
44 PlatformDevice* device_behaviour = NULL;
76 bool PlatformDevice::SupportsPlatformPaint() {
platform_device_mac.cc 18 PlatformDevice* platform_device = GetPlatformDevice(device);
25 CGContextRef PlatformDevice::BeginPlatformPaint() {
29 void PlatformDevice::EndPlatformPaint() {
34 void PlatformDevice::InitializeCGContext(CGContextRef context) {
39 void PlatformDevice::LoadPathToCGContext(CGContextRef context,
83 void PlatformDevice::LoadTransformToCGContext(CGContextRef context,
116 void PlatformDevice::LoadClippingRegionToCGContext(
platform_device.h 34 class PlatformDevice;
51 // exported by the various PlatformDevice ports.
52 // All calls to PlatformDevice::* should be routed through these
55 // Bind a PlatformDevice instance, |platform_device| to |device|. Subsequent
57 // corresponding method on the bound PlatformDevice instance. If no
58 // PlatformDevice has been bound to the SkBaseDevice passed, then the
61 PlatformDevice* platform_device);
62 SK_API PlatformDevice* GetPlatformDevice(SkBaseDevice* device);
70 // PlatformDevice. Returns NULL if no PlatformDevice is bound
    [all...]
bitmap_platform_device_skia.h 21 class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
platform_device_win.cc 54 PlatformSurface PlatformDevice::BeginPlatformPaint() {
58 void PlatformDevice::EndPlatformPaint() {
63 void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y,
68 bool PlatformDevice::LoadPathToDC(HDC context, const SkPath& path) {
131 void PlatformDevice::LoadTransformToDC(HDC dc, const SkMatrix& matrix) {
143 bool PlatformDevice::SkPathToCubicPaths(CubicPaths* paths,
205 void PlatformDevice::LoadClippingRegionToDC(HDC context,
bitmap_platform_device_cairo.h 59 class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
90 // Overridden from PlatformDevice:
bitmap_platform_device_mac.h 29 class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
53 // PlatformDevice overrides
vector_platform_device_skia.h 21 class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice {
28 // PlatformDevice methods.
bitmap_platform_device_win.h 27 class SK_API BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
51 // PlatformDevice overrides
vector_platform_device_emf_win.h 22 class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {
33 // PlatformDevice methods
bitmap_platform_device_win.cc 201 PlatformDevice::EndPlatformPaint();
vector_platform_device_emf_win.cc 237 if (PlatformDevice::LoadPathToDC(dc, path)) {
    [all...]

Completed in 40 milliseconds