HomeSort by relevance Sort by last modified time
    Searched refs:SoftwareOutputDevice (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/cc/output/
software_output_device.cc 14 SoftwareOutputDevice::SoftwareOutputDevice() : scale_factor_(1.f) {
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::ReclaimSoftwareFrame(unsigned id)
    [all...]
software_output_device.h 29 class CC_EXPORT SoftwareOutputDevice {
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);
output_surface.h 53 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
56 scoped_ptr<SoftwareOutputDevice> software_device);
91 SoftwareOutputDevice* software_device() const {
153 scoped_ptr<SoftwareOutputDevice> software_device_;
output_surface_unittest.cc 28 explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
32 scoped_ptr<SoftwareOutputDevice> software_device)
58 class TestSoftwareOutputDevice : public SoftwareOutputDevice {
63 // Overriden from cc:SoftwareOutputDevice
81 SoftwareOutputDevice::DiscardBackbuffer();
86 SoftwareOutputDevice::EnsureBackbuffer();
128 scoped_ptr<SoftwareOutputDevice>(new SoftwareOutputDevice)),
213 TestOutputSurface output_surface(p.PassAs<SoftwareOutputDevice>());
software_renderer.h 18 class SoftwareOutputDevice;
101 SoftwareOutputDevice* output_device_;
  /external/chromium_org/cc/test/
pixel_test_software_output_device.h 12 class PixelTestSoftwareOutputDevice : public SoftwareOutputDevice {
pixel_test_software_output_device.cc 14 SoftwareOutputDevice::Resize(expanded_size, scale_factor);
fake_layer_tree_host_client.cc 30 make_scoped_ptr(new SoftwareOutputDevice))
34 make_scoped_ptr(new SoftwareOutputDevice))
pixel_test_output_surface.h 17 scoped_ptr<SoftwareOutputDevice> software_device);
fake_output_surface.h 42 scoped_ptr<SoftwareOutputDevice> software_device) {
64 scoped_ptr<SoftwareOutputDevice> software_device) {
70 scoped_ptr<SoftwareOutputDevice> software_device,
128 scoped_ptr<SoftwareOutputDevice> software_device,
133 scoped_ptr<SoftwareOutputDevice> software_device,
pixel_test_output_surface.cc 17 scoped_ptr<SoftwareOutputDevice> software_device)
fake_output_surface.cc 33 scoped_ptr<SoftwareOutputDevice> software_device,
48 scoped_ptr<SoftwareOutputDevice> software_device,
  /external/chromium_org/content/browser/compositor/
software_browser_compositor_output_surface.h 13 class SoftwareOutputDevice;
29 scoped_ptr<cc::SoftwareOutputDevice> software_device,
software_output_device_mac.h 20 class SoftwareOutputDeviceMac : public cc::SoftwareOutputDevice {
software_browser_compositor_output_surface_unittest.cc 41 class FakeSoftwareOutputDevice : public cc::SoftwareOutputDevice {
67 scoped_ptr<cc::SoftwareOutputDevice> device);
115 scoped_ptr<cc::SoftwareOutputDevice> device) {
126 scoped_ptr<cc::SoftwareOutputDevice> software_device(
127 new cc::SoftwareOutputDevice());
137 scoped_ptr<cc::SoftwareOutputDevice> software_device(
software_output_device_ozone.cc 48 return SoftwareOutputDevice::BeginPaint(damage_rect);
52 SoftwareOutputDevice::EndPaint(frame_data);
software_output_device_x11.h 19 class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice {
software_output_device_ozone.h 20 // an accelerated widget as a SkCanvas. SoftwareOutputDevice will then use the
23 : public cc::SoftwareOutputDevice {
software_output_device_win.h 23 class SoftwareOutputDeviceWin : public cc::SoftwareOutputDevice {
browser_compositor_output_surface.h 15 class SoftwareOutputDevice;
57 scoped_ptr<cc::SoftwareOutputDevice> software_device,
software_browser_compositor_output_surface.cc 21 scoped_ptr<cc::SoftwareOutputDevice> software_device,
surface_display_output_surface.cc 20 scoped_ptr<cc::SoftwareOutputDevice>()),
  /external/chromium_org/content/renderer/gpu/
delegated_compositor_output_surface.cc 18 scoped_ptr<cc::SoftwareOutputDevice>(),
compositor_software_output_device.h 28 : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice),
  /external/chromium_org/mojo/aura/
context_factory_mojo.cc 24 class SoftwareOutputDeviceViewManager : public cc::SoftwareOutputDevice {
31 // cc::SoftwareOutputDevice:
39 SoftwareOutputDevice::EndPaint(frame_data);
104 scoped_ptr<cc::SoftwareOutputDevice> output_device(

Completed in 667 milliseconds

1 2