HomeSort by relevance Sort by last modified time
    Searched full:bitmap_handle (Results 1 - 1 of 1) sorted by null

  /external/chromium/webkit/glue/
webcursor_win.cc 164 HBITMAP bitmap_handle = CreateDIBSection( local
168 0, bitmap_handle, 0, custom_size_.height(), &custom_data_[0],
172 SelectObject(workingDC, bitmap_handle));
183 ii.hbmColor = bitmap_handle;
188 DeleteObject(bitmap_handle);

Completed in 1313 milliseconds