Home
last modified time | relevance | path

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

/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dfont_internal.c41 #define SEVEN_SET ((1 << 0) | (1 << 1) | (1 << 2) | (1 << 3) | \ macro
162 code_point[ 0] = SEVEN_SET << shift; in get_codepoint()
181 code_point[14] = SEVEN_SET << shift; in get_codepoint()
H A Dconvert_font.c518 #define SEVEN_SET ((1 << 0) | (1 << 1) | (1 << 2) | (1 << 3) | \ macro
640 code_point[ 1] = SEVEN_SET << shift; in build_codepoint()
663 code_point[15] = SEVEN_SET << shift; in build_codepoint()
666 #undef SEVEN_SET