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

/external/chromium_org/cc/output/
H A Dsoftware_output_device.cc15 SoftwareOutputDevice::SoftwareOutputDevice() : scale_factor_(1.f) { function in class:cc::SoftwareOutputDevice
18 SoftwareOutputDevice::~SoftwareOutputDevice() {}
20 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size,
34 SkCanvas* SoftwareOutputDevice::BeginPaint(const gfx::Rect& damage_rect) {
40 void SoftwareOutputDevice::EndPaint(SoftwareFrameData* frame_data) {
47 void SoftwareOutputDevice::CopyToPixels(const gfx::Rect& rect, void* pixels) {
53 void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta,
58 void SoftwareOutputDevice
[all...]
H A Dsoftware_output_device.h31 class CC_EXPORT SoftwareOutputDevice { class in namespace:cc
33 SoftwareOutputDevice();
34 virtual ~SoftwareOutputDevice();
38 // |SoftwareOutputDevice| can be used in other ways.
42 // SkCanvas. The |SoftwareOutputDevice| implementation needs to provide a
56 // Blit the pixel content of the SoftwareOutputDevice by |delta| with the
84 DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDevice);

Completed in 94 milliseconds