Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h652 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
656 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
675 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
681 fs->min_char_or_byte2 + 1)) + \
682 (col - fs->min_char_or_byte2)]; \
DXlib.h1047 unsigned min_char_or_byte2;/* first character */ member