Searched refs:platform_device (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_canvas.cc17 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
18 return platform_device && platform_device->SupportsPlatformPaint();
22 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
23 if (platform_device)
24 return platform_device->BeginPlatformPaint();
30 PlatformDevice* platform_device = GetPlatformDevice(GetTopDevice(*canvas)); local
31 if (platform_device)
32 platform_device->EndPlatformPaint();
37 PlatformDevice* platform_device local
[all...]
H A Dplatform_device_mac.cc5 #include "skia/ext/platform_device.h"
18 PlatformDevice* platform_device = GetPlatformDevice(device); local
19 if (platform_device)
20 return platform_device->GetBitmapContext();
H A Dplatform_device.h55 // Bind a PlatformDevice instance, |platform_device| to |device|. Subsequent
61 PlatformDevice* platform_device);
/external/chromium_org/device/usb/
H A Dusb_device_impl.cc121 PlatformUsbDevice platform_device,
126 platform_device_(platform_device),
130 CHECK(platform_device) << "platform_device cannot be NULL";
131 libusb_ref_device(platform_device);
142 base::IntToString(libusb_get_bus_number(platform_device));
144 base::IntToString(libusb_get_device_address(platform_device));
118 UsbDeviceImpl( scoped_refptr<UsbContext> context, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, PlatformUsbDevice platform_device, uint16 vendor_id, uint16 product_id, uint32 unique_id) argument
H A Dusb_device_impl.h52 PlatformUsbDevice platform_device,
/external/chromium_org/skia/
H A Dskia_chrome.target.darwin-arm.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.darwin-arm64.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.darwin-mips.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.darwin-mips64.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.darwin-x86.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.darwin-x86_64.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-arm.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-arm64.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-mips.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-mips64.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-x86.mk43 skia/ext/platform_device.cc \
H A Dskia_chrome.target.linux-x86_64.mk43 skia/ext/platform_device.cc \

Completed in 149 milliseconds