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

/external/chromium_org/cc/output/
H A Dsoftware_output_device.cc14 SoftwareOutputDevice::SoftwareOutputDevice() : scale_factor_(1.f) { function in class:cc::SoftwareOutputDevice
17 SoftwareOutputDevice::~SoftwareOutputDevice() {}
19 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size,
33 SkCanvas* SoftwareOutputDevice::BeginPaint(const gfx::Rect& damage_rect) {
39 void SoftwareOutputDevice::EndPaint(SoftwareFrameData* frame_data) {
46 void SoftwareOutputDevice::CopyToPixels(const gfx::Rect& rect, void* pixels) {
52 void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta,
57 void SoftwareOutputDevice
[all...]
H A Dsoftware_output_device.h29 class CC_EXPORT SoftwareOutputDevice { class in namespace:cc
31 SoftwareOutputDevice();
32 virtual ~SoftwareOutputDevice();
36 // |SoftwareOutputDevice| can be used in other ways.
40 // SkCanvas. The |SoftwareOutputDevice| implementation needs to provide a
54 // Blit the pixel content of the SoftwareOutputDevice by |delta| with the
82 DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDevice);

Completed in 63 milliseconds