HomeSort by: relevance | last modified time | path
    Searched defs:is_constant_spaced (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 137 constant_space_type is_constant_spaced; member in class:font_info
173 char is_constant_spaced; member in class:tfont_spec
231 is_bold(0), is_constant_spaced(CONSTANT_SPACE_NONE), last_ligature_mode(1),
284 switch (is_constant_spaced) {
288 spec.is_constant_spaced = 1;
292 spec.is_constant_spaced = 1;
372 if (type != is_constant_spaced
375 is_constant_spaced = type;
422 if (is_constant_spaced == CONSTANT_SPACE_NONE)
425 else if (is_constant_spaced == CONSTANT_SPACE_ABSOLUTE
4798 int is_constant_spaced = tf->get_constant_space(&constant_space); local
    [all...]
node.cpp 137 constant_space_type is_constant_spaced; member in class:font_info
173 char is_constant_spaced; member in class:tfont_spec
231 is_bold(0), is_constant_spaced(CONSTANT_SPACE_NONE), last_ligature_mode(1),
284 switch (is_constant_spaced) {
288 spec.is_constant_spaced = 1;
292 spec.is_constant_spaced = 1;
372 if (type != is_constant_spaced
375 is_constant_spaced = type;
422 if (is_constant_spaced == CONSTANT_SPACE_NONE)
425 else if (is_constant_spaced == CONSTANT_SPACE_ABSOLUTE
4798 int is_constant_spaced = tf->get_constant_space(&constant_space); local
    [all...]
node.cpp 137 constant_space_type is_constant_spaced; member in class:font_info
173 char is_constant_spaced; member in class:tfont_spec
231 is_bold(0), is_constant_spaced(CONSTANT_SPACE_NONE), last_ligature_mode(1),
284 switch (is_constant_spaced) {
288 spec.is_constant_spaced = 1;
292 spec.is_constant_spaced = 1;
372 if (type != is_constant_spaced
375 is_constant_spaced = type;
422 if (is_constant_spaced == CONSTANT_SPACE_NONE)
425 else if (is_constant_spaced == CONSTANT_SPACE_ABSOLUTE
4798 int is_constant_spaced = tf->get_constant_space(&constant_space); local
    [all...]

Completed in 116 milliseconds