HomeSort by relevance Sort by last modified time
    Searched defs:TransportDIB (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/surface/
transport_dib_posix.cc 19 TransportDIB::TransportDIB()
23 TransportDIB::TransportDIB(TransportDIB::Handle dib)
28 TransportDIB::~TransportDIB() {
32 TransportDIB* TransportDIB::Create(size_t size, uint32 sequence_num) {
33 TransportDIB* dib = new TransportDIB
    [all...]
transport_dib_win.cc 16 TransportDIB::TransportDIB()
20 TransportDIB::~TransportDIB() {
23 TransportDIB::TransportDIB(HANDLE handle)
29 TransportDIB* TransportDIB::Create(size_t size, uint32 sequence_num) {
30 TransportDIB* dib = new TransportDIB;
    [all...]
transport_dib_gtk.cc 23 TransportDIB::TransportDIB()
32 TransportDIB::~TransportDIB() {
45 TransportDIB* TransportDIB::Create(size_t size, uint32 sequence_num) {
63 TransportDIB* dib = new TransportDIB;
72 TransportDIB* TransportDIB::Map(Handle handle)
    [all...]
transport_dib.h 24 // A TransportDIB is a block of memory that is used to transport pixels
28 class SURFACE_EXPORT TransportDIB {
30 ~TransportDIB();
132 // Create a new TransportDIB, returning NULL on failure.
141 static TransportDIB* Create(size_t size, uint32 sequence_num);
145 static TransportDIB* Map(Handle transport_dib);
147 // Create a new |TransportDIB| with a handle to the shared memory. This
149 static TransportDIB* CreateWithHandle(Handle handle);
157 // Returns a canvas using the memory of this TransportDIB. The returned
161 // On POSIX, this |TransportDIB| will be mapped if not already. On Windows
    [all...]

Completed in 72 milliseconds