HomeSort by relevance Sort by last modified time
    Searched refs:VTERM_COLOR_TYPE_MASK (Results 1 - 2 of 2) sorted by null

  /external/libvterm/include/
vterm.h 69 VTERM_COLOR_TYPE_MASK = 0x01,
98 (((col)->type & VTERM_COLOR_TYPE_MASK) == VTERM_COLOR_INDEXED)
105 (((col)->type & VTERM_COLOR_TYPE_MASK) == VTERM_COLOR_RGB)
  /external/libvterm/src/
pen.c 259 col->type &= VTERM_COLOR_TYPE_MASK; /* Reset any metadata but the type */

Completed in 1002 milliseconds