Searched refs:bg_index (Results 1 - 4 of 4) sorted by relevance

/external/libvterm/src/
H A Dpen.c157 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 >
[all...]
H A Dvterm_internal.h108 int bg_index; member in struct:VTermState
/external/pdfium/core/fxcodec/codec/
H A Dccodec_gifmodule.cpp30 int* bg_index,
42 *bg_index = context->bc_index_;
25 ReadHeader(Context* pContext, int* width, int* height, int* pal_num, void** pal_pp, int* bg_index, CFX_DIBAttribute* pAttribute) argument
H A Dccodec_gifmodule.h52 int* bg_index,

Completed in 99 milliseconds