OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_drawdot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hpc/
video_subr.h
56
void (*
vc_drawdot
)(struct video_chip *, int, int);
member in struct:video_chip
video_subr.c
255
vc->
vc_drawdot
= dotbpp_unimpl;
259
vc->
vc_drawdot
= dotbpp8;
263
vc->
vc_drawdot
= dotbpp4;
267
vc->
vc_drawdot
= dotbpp2;
282
if (vc->
vc_drawdot
)
283
vc->
vc_drawdot
(vc, x, y);
Completed in 29 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025