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

/external/chromium_org/base/debug/
H A Dgdi_debug_util_win.cc68 void GDIBitmapAllocFailure(BITMAPINFOHEADER* header, HANDLE shared_section) { argument
78 base::debug::Alias(&shared_section);
122 0, &small_data, shared_section, 0);
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_win.cc20 HANDLE shared_section, void** data) {
42 0, data, shared_section, 0);
48 base::debug::GDIBitmapAllocFailure(&hdr, shared_section);
123 HANDLE shared_section) {
126 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section,
137 if (!shared_section && is_opaque)
285 HANDLE shared_section,
288 BitmapPlatformDevice::Create(width, height, is_opaque, shared_section));
19 CreateHBitmap(int width, int height, bool is_opaque, HANDLE shared_section, void** data) argument
119 Create( int width, int height, bool is_opaque, HANDLE shared_section) argument
282 CreatePlatformCanvas(int width, int height, bool is_opaque, HANDLE shared_section, OnFailureType failureType) argument
H A Dvector_platform_device_emf_win.cc26 int width, int height, bool is_opaque, HANDLE shared_section) {
37 shared_section);
48 SkASSERT(shared_section);
50 reinterpret_cast<HDC>(shared_section), width, height);
25 CreateDevice( int width, int height, bool is_opaque, HANDLE shared_section) argument

Completed in 115 milliseconds