OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:view_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/dev/
grfabs_reg.h
80
typedef struct view
view_t
;
typedef in typeref:struct:view
145
void (*display_view)(
view_t
*);
146
view_t
* (*alloc_view)(dmode_t *, dimen_t *, u_char);
147
void (*free_view)(
view_t
*);
148
void (*remove_view)(
view_t
*);
149
void (*save_view)(
view_t
*);
150
int (*use_colormap)(
view_t
*, colormap_t *);
161
view_t
*current_view; /* view displaying me */
189
extern
view_t
gra_con_view;
198
view_t
*grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth)
[
all
...]
/src/sys/arch/amiga/dev/
grfabs_reg.h
67
typedef struct view
view_t
;
typedef in typeref:struct:view
197
typedef void remove_view_func (
view_t
*v);
198
typedef void free_view_func (
view_t
*v);
199
typedef void display_view_func (
view_t
*v);
200
typedef dmode_t *get_mode_func (
view_t
*v);
201
typedef int get_colormap_func (
view_t
*v, colormap_t *);
202
typedef int use_colormap_func (
view_t
*v, colormap_t *);
225
typedef
view_t
*alloc_view_func (dmode_t *mode, dimen_t *dim, u_char depth);
226
typedef
view_t
*get_current_view_func (dmode_t *);
290
view_t
* grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth)
[
all
...]
Completed in 10 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025