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

  /external/libvterm/src/
pen.c 215 else if (VTERM_COLOR_IS_RGB(a)) {
446 else if (VTERM_COLOR_IS_RGB(col)) {
  /external/libvterm/include/
vterm.h 104 #define VTERM_COLOR_IS_RGB(col) \
140 * Valid if `VTERM_COLOR_IS_RGB(type)` is true. Holds the RGB colour values.
388 * function returns, VTERM_COLOR_IS_RGB(col) will return true, while all other

Completed in 47 milliseconds