Mercurial > emacs
annotate src/w32heap.h @ 54341:80dfe07a1d65
New file (image.c) for Image consolidation:
(COLOR_TABLE_SUPPORT): New define to control whether
color table support is available (X only).
(Bitmap_Record): Common name for x_bitmap_record,
w32_bitmap_record, and mac_bitmap_record.
(XImagePtr): Common name for pointer to XImage or equivalent.
(XImagePtr_or_DC): New type to simplify code sharing; equivalent
to XImagePtr on X+MAC, and to HDC on W32.
(GET_PIXEL): Wrapper for XGetPixel or equivalent.
(NO_PIXMAP): Common name for "None" or equivalent.
(PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
(RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
(PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
(FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen): Define
with suitable equivalents on W32 and MAC for code sharing.
(XDrawLine): Define on MAC for code sharing.
(Destroy_Image, Free_Pixmap): Wrappers for code sharing.
(IF_LIB_AVAILABLE): Macro to simplify code sharing.
(Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_destroy_all_bitmaps, x_create_bitmap_mask)
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
(QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
(define_image_type, lookup_image_type, valid_image_p)
(image_error, enum image_value_type, struct image_keyword)
(parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
(make_image, free_image, prepare_image_for_display, image_ascent)
(four_corners_best, image_background, image_background_transparent)
(x_clear_image_1, x_clear_image, x_alloc_image_color)
(make_image_cache, free_image_cache, clear_image_cache)
(Fclear_image_cache, postprocess_image, lookup_image, cache_image)
(forall_images_in_image_cache, x_create_x_image_and_pixmap)
(x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
(find_image_fsspec, image_load_qt_1, image_load_quicktime)
(init_image_func_pointer, image_load_quartz2d)
(struct ct_color, init_color_table, free_color_table)
(lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
(cross_disabled_images, x_to_xcolors, x_from_xcolors)
(x_detect_edges, x_emboss, x_laplace, x_edge_detection)
(x_disable_image, x_build_heuristic_mask)
(XBM support, XPM support, PBM support, PNG support, JPEG support)
(TIFF support, GIF support, Ghostscript support): Consolidate image
code from xfns.c, w32fns.c, and macfns.c.
(syms_of_image): Consolidate image related symbol setup here.
(init_image): Consolidate image related initializations here.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 11 Mar 2004 00:28:24 +0000 |
parents | 695cf19ef79e |
children | 42efa87075ef 375f2633d815 |
rev | line source |
---|---|
9803 | 1 /* Heap management routines (including unexec) for GNU Emacs on Windows NT. |
2 Copyright (C) 1994 Free Software Foundation, Inc. | |
3 | |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
4 This file is part of GNU Emacs. |
9803 | 5 |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
6 GNU Emacs is free software; you can redistribute it and/or modify |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
7 it under the terms of the GNU General Public License as published by |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
9 any later version. |
9803 | 10 |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
11 GNU Emacs is distributed in the hope that it will be useful, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
14 GNU General Public License for more details. |
9803 | 15 |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
16 You should have received a copy of the GNU General Public License |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
17 along with GNU Emacs; see the file COPYING. If not, write to |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
11944
diff
changeset
|
19 Boston, MA 02111-1307, USA. |
9803 | 20 |
21 Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | |
22 */ | |
23 | |
24 #ifndef NTHEAP_H_ | |
25 #define NTHEAP_H_ | |
26 | |
27 #include <windows.h> | |
28 | |
24104 | 29 #define ROUND_UP(p, align) (((DWORD)(p) + (align)-1) & ~((align)-1)) |
30 #define ROUND_DOWN(p, align) ((DWORD)(p) & ~((align)-1)) | |
31 | |
9803 | 32 /* |
33 * Heap related stuff. | |
34 */ | |
11944
89ccf3b3208d
(get_data_region_base): Undefined.
Geoff Voelker <voelker@cs.washington.edu>
parents:
9803
diff
changeset
|
35 #define get_reserved_heap_size() reserved_heap_size |
9803 | 36 #define get_committed_heap_size() (get_data_end () - get_data_start ()) |
37 #define get_heap_start() get_data_start () | |
38 #define get_heap_end() get_data_end () | |
39 #define get_page_size() sysinfo_cache.dwPageSize | |
40 #define get_allocation_unit() sysinfo_cache.dwAllocationGranularity | |
41 #define get_processor_type() sysinfo_cache.dwProcessorType | |
16588
481b7874a1e9
Change identifiers of the form win32* to w32*.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14186
diff
changeset
|
42 #define get_w32_major_version() w32_major_version |
481b7874a1e9
Change identifiers of the form win32* to w32*.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14186
diff
changeset
|
43 #define get_w32_minor_version() w32_minor_version |
9803 | 44 |
45 extern unsigned char *get_data_start(); | |
46 extern unsigned char *get_data_end(); | |
11944
89ccf3b3208d
(get_data_region_base): Undefined.
Geoff Voelker <voelker@cs.washington.edu>
parents:
9803
diff
changeset
|
47 extern unsigned long reserved_heap_size; |
9803 | 48 extern SYSTEM_INFO sysinfo_cache; |
24887
c440aa9c1485
w32heap.h (osinfo_cache): Declare.
Geoff Voelker <voelker@cs.washington.edu>
parents:
24104
diff
changeset
|
49 extern OSVERSIONINFO osinfo_cache; |
24104 | 50 extern BOOL using_dynamic_heap; |
16588
481b7874a1e9
Change identifiers of the form win32* to w32*.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14186
diff
changeset
|
51 extern int w32_major_version; |
481b7874a1e9
Change identifiers of the form win32* to w32*.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14186
diff
changeset
|
52 extern int w32_minor_version; |
33214
3ee9bf6f1dd2
(w32_build_number): Add extern.
Andrew Innes <andrewi@gnu.org>
parents:
31112
diff
changeset
|
53 extern int w32_build_number; |
9803 | 54 |
19709
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
55 enum { |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
56 OS_WIN95 = 1, |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
57 OS_NT |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
58 }; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
59 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
60 extern int os_subtype; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
61 |
9803 | 62 /* Emulation of Unix sbrk(). */ |
63 extern void *sbrk (unsigned long size); | |
64 | |
24104 | 65 /* Initialize heap structures for sbrk on startup. */ |
66 extern void init_heap (); | |
9803 | 67 |
68 /* Round the heap to this size. */ | |
69 extern void round_heap (unsigned long size); | |
70 | |
71 /* Cache system info, e.g., the NT page size. */ | |
72 extern void cache_system_info (void); | |
73 | |
19709
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
74 /* ----------------------------------------------------------------- */ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
75 /* Useful routines for manipulating memory-mapped files. */ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
76 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
77 typedef struct file_data { |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
78 char *name; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
79 unsigned long size; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
80 HANDLE file; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
81 HANDLE file_mapping; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
82 unsigned char *file_base; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
83 } file_data; |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
84 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
85 #define OFFSET_TO_RVA(var,section) \ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
86 (section->VirtualAddress + ((DWORD)(var) - section->PointerToRawData)) |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
87 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
88 #define RVA_TO_OFFSET(var,section) \ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
89 (section->PointerToRawData + ((DWORD)(var) - section->VirtualAddress)) |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
90 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
91 #define RVA_TO_PTR(var,section,filedata) \ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
92 ((void *)(RVA_TO_OFFSET(var,section) + (filedata).file_base)) |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
93 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
94 int open_input_file (file_data *p_file, char *name); |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
95 int open_output_file (file_data *p_file, char *name, unsigned long size); |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
96 void close_file_data (file_data *p_file); |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
97 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
98 /* Return pointer to section header for named section. */ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
99 IMAGE_SECTION_HEADER * find_section (char * name, IMAGE_NT_HEADERS * nt_header); |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
100 |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
101 /* Return pointer to section header for section containing the given |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
102 relative virtual address. */ |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
103 IMAGE_SECTION_HEADER * rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header); |
6b326be52f18
Enumerate operating system types.
Geoff Voelker <voelker@cs.washington.edu>
parents:
16588
diff
changeset
|
104 |
9803 | 105 #endif /* NTHEAP_H_ */ |
52401 | 106 |
107 /* arch-tag: 3ba4cbe1-8a09-4a41-8f37-fd31f7426b3c | |
108 (do not change this comment) */ |