Searched defs:TransportDIB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/surface/
H A Dtransport_dib_posix.cc15 TransportDIB::TransportDIB() function in class:TransportDIB
19 TransportDIB::TransportDIB(TransportDIB::Handle dib) function in class:TransportDIB
24 TransportDIB::~TransportDIB() {
28 TransportDIB* TransportDIB::Create(size_t size, uint32 sequence_num) {
29 TransportDIB* di
[all...]
H A Dtransport_dib_win.cc16 TransportDIB::TransportDIB() function in class:TransportDIB
20 TransportDIB::~TransportDIB() {
23 TransportDIB::TransportDIB(HANDLE handle) function in class:TransportDIB
29 TransportDIB* TransportDIB::Create(size_t size, uint32 sequence_num) {
30 TransportDIB* dib = new TransportDIB;
[all...]
H A Dtransport_dib.h19 // A TransportDIB is a block of memory that is used to transport pixels
23 class SURFACE_EXPORT TransportDIB { class
25 ~TransportDIB();
85 // Create a new TransportDIB, returning NULL on failure.
94 static TransportDIB* Create(size_t size, uint32 sequence_num);
98 static TransportDIB* Map(Handle transport_dib);
100 // Create a new |TransportDIB| with a handle to the shared memory. This
102 static TransportDIB* CreateWithHandle(Handle handle);
110 // Returns a canvas using the memory of this TransportDIB. The returned
114 // On POSIX, this |TransportDIB| wil
[all...]

Completed in 58 milliseconds