OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftwareOutputDeviceWin
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/aura/
software_output_device_win.h
23
class
SoftwareOutputDeviceWin
: public cc::SoftwareOutputDevice {
25
explicit
SoftwareOutputDeviceWin
(ui::Compositor* compositor);
26
virtual ~
SoftwareOutputDeviceWin
();
software_output_device_win.cc
18
SoftwareOutputDeviceWin
::
SoftwareOutputDeviceWin
(ui::Compositor* compositor)
28
SoftwareOutputDeviceWin
::~
SoftwareOutputDeviceWin
() {
32
void
SoftwareOutputDeviceWin
::Resize(gfx::Size viewport_size) {
45
SkCanvas*
SoftwareOutputDeviceWin
::BeginPaint(gfx::Rect damage_rect) {
53
void
SoftwareOutputDeviceWin
::EndPaint(cc::SoftwareFrameData* frame_data) {
95
void
SoftwareOutputDeviceWin
::CopyToBitmap(
gpu_process_transport_factory.cc
167
return scoped_ptr<cc::SoftwareOutputDevice>(new
SoftwareOutputDeviceWin
(
Completed in 28 milliseconds