Searched refs:dump_char_struct (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c46 dump_char_struct(XCharStruct * ch, char *prefix) function
65 dump_char_struct(&font->min_bounds, "min> ");
66 dump_char_struct(&font->max_bounds, "max> ");
71 dump_char_struct(&font->per_char[c], prefix);
316 dump_char_struct(ch, s);
/external/mesa3d/src/glx/
H A Dxfont.c51 dump_char_struct(XCharStruct * ch, char *prefix) function
70 dump_char_struct(&font->min_bounds, "min> ");
71 dump_char_struct(&font->max_bounds, "max> ");
76 dump_char_struct(&font->per_char[c], prefix);
328 dump_char_struct(ch, s);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c46 dump_char_struct(XCharStruct * ch, char *prefix) function
65 dump_char_struct(&font->min_bounds, "min> ");
66 dump_char_struct(&font->max_bounds, "max> ");
71 dump_char_struct(&font->per_char[c], prefix);
315 dump_char_struct(ch, s);

Completed in 63 milliseconds