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

  /external/chromium_org/content/browser/compositor/
software_output_device_win.h 23 class SoftwareOutputDeviceWin : public cc::SoftwareOutputDevice {
25 explicit SoftwareOutputDeviceWin(ui::Compositor* compositor);
26 virtual ~SoftwareOutputDeviceWin();
40 DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDeviceWin);
software_output_device_win.cc 18 SoftwareOutputDeviceWin::SoftwareOutputDeviceWin(ui::Compositor* compositor)
28 SoftwareOutputDeviceWin::~SoftwareOutputDeviceWin() {
32 void SoftwareOutputDeviceWin::Resize(const gfx::Size& viewport_pixel_size,
49 SkCanvas* SoftwareOutputDeviceWin::BeginPaint(const gfx::Rect& damage_rect) {
57 void SoftwareOutputDeviceWin::EndPaint(cc::SoftwareFrameData* frame_data) {
99 void SoftwareOutputDeviceWin::CopyToPixels(const gfx::Rect& rect,
gpu_process_transport_factory.cc 105 return scoped_ptr<cc::SoftwareOutputDevice>(new SoftwareOutputDeviceWin(

Completed in 203 milliseconds