Home
last modified time | relevance | path

Searched refs:per_char (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h653 if (fs->per_char == NULL) { \
656 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
676 if (fs->per_char == NULL) { \
679 cs = &fs->per_char[((row - fs->min_byte1) * \
DXlib.h1057 XCharStruct *per_char; /* first_char to last_char information */ member