OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_drawline
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hpc/
video_subr.h
55
void (*
vc_drawline
)(struct video_chip *, int, int, int, int);
member in struct:video_chip
video_subr.c
254
vc->
vc_drawline
= linebpp_unimpl;
258
vc->
vc_drawline
= linebpp8;
262
vc->
vc_drawline
= linebpp4;
266
vc->
vc_drawline
= linebpp2;
275
if (vc->
vc_drawline
)
276
vc->
vc_drawline
(vc, x0, y0, x1, y1);
Completed in 12 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025