Searched defs:SoftwareOutputDevice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/output/
H A Dsoftware_output_device.h25 class CC_EXPORT SoftwareOutputDevice { class in namespace:cc
27 SoftwareOutputDevice();
28 virtual ~SoftwareOutputDevice();
30 // SoftwareOutputDevice implementation.
50 DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDevice);
H A Dsoftware_output_device.cc15 SoftwareOutputDevice::SoftwareOutputDevice() {} function in class:cc::SoftwareOutputDevice
17 SoftwareOutputDevice::~SoftwareOutputDevice() {}
19 void SoftwareOutputDevice::Resize(gfx::Size viewport_size) {
29 SkCanvas* SoftwareOutputDevice::BeginPaint(gfx::Rect damage_rect) {
35 void SoftwareOutputDevice::EndPaint(SoftwareFrameData* frame_data) {
43 void SoftwareOutputDevice::CopyToBitmap(
50 void SoftwareOutputDevice::Scroll(
55 void SoftwareOutputDevice
[all...]

Completed in 240 milliseconds