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

  /external/libvterm/src/
pen.c 157 state->bg_index = -1;
328 state->bg_index = value;
333 state->bg_index = -1;
336 argi += 1 + lookup_colour(state, CSI_ARG(args[argi+1]), args+argi+2, argcount-argi-2, &state->pen.bg, &state->bg_index);
341 state->bg_index = -1;
356 state->bg_index = value;
410 if(state->bg_index >= 0 && state->bg_index < 8)
411 args[argi++] = 40 + state->bg_index;
412 else if(state->bg_index >= 8 && state->bg_index < 16
    [all...]
vterm_internal.h 108 int bg_index; member in struct:VTermState
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_gif.cpp 111 int* bg_index,
127 *bg_index = p->gif_ptr->bc_index;
codec_int.h 235 int* bg_index,
  /external/pdfium/core/include/fxcodec/
fx_codec.h 324 int* bg_index,

Completed in 519 milliseconds