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

  /external/libvterm/src/
screen.c 29 unsigned int dhl : 2; /* on a DECDHL line (1=top 2=bottom) */ member in struct:__anon30007
200 cell->pen.dhl = info->dhl;
281 cell->pen.dhl = info->doubleheight;
588 cell->pen.dhl = newinfo->doubleheight;
758 cell->attrs.dhl = intcell->pen.dhl;
state.c 21 .dhl = state->lineinfo[pos.row].doubleheight,
214 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
224 if(dhl == DHL_OFF)
226 else if(dhl == DHL_TOP)
228 else if(dhl == DHL_BOTTOM)
    [all...]
  /external/libvterm/include/
vterm.h 266 unsigned int dhl:2; /* DECDHL double-height line (1=top 2=bottom) */ member in struct:__anon29989
411 unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */ member in struct:__anon29994
  /external/libaom/libaom/av1/encoder/x86/
pickrst_sse4.c 154 const __m128i dhl = _mm_cvtepu32_epi64(dh); local
162 const __m128i rhl = _mm_add_epi64(xx_loadu_128(dst + 4), dhl);
    [all...]

Completed in 488 milliseconds