Searched refs:bcol (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/gpxe/src/hci/mucurses/ |
D | colour.c | 7 short bcol; member 37 int init_pair ( short pair, short fcol, short bcol ) { in init_pair() argument 45 cpair->bcol = bcol; in init_pair() 56 int pair_content ( short pair, short *fcol, short *bcol ) { in pair_content() argument 64 *bcol = cpair->bcol; in pair_content()
|
D | ansi_screen.c | 39 short bcol; in ansiscr_putc() local 44 pair_content ( cpair, &fcol, &bcol ); in ansiscr_putc() 46 printf ( "\033[0;%d;3%d;4%dm", ( bold ? 1 : 22 ), fcol, bcol ); in ansiscr_putc()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 320 BlockSparseMatrix(Index brow, Index bcol) 321 : m_innerBSize(IsColMajor ? brow : bcol), 322 m_outerBSize(IsColMajor ? bcol : brow), 538 inline void resize(Index brow, Index bcol) 540 m_innerBSize = IsColMajor ? brow : bcol; 541 m_outerBSize = IsColMajor ? bcol : brow; 806 Ref<BlockScalar> coeffRef(Index brow, Index bcol) 809 eigen_assert(bcol < blockCols() && "BLOCK nzblocksFlagCOLUMN OUT OF BOUNDS"); 811 StorageIndex rsize = IsColMajor ? blockInnerSize(brow): blockOuterSize(bcol); 812 StorageIndex csize = IsColMajor ? blockOuterSize(bcol) : blockInnerSize(brow); [all …]
|
/external/libvncserver/libvncserver/ |
D | font.c | 51 rfbPixel col,rfbPixel bcol) in rfbDrawCharWithClip() argument 59 char* bcolour=(char*)&bcol; in rfbDrawCharWithClip() 91 } else if(bcol!=col) { in rfbDrawCharWithClip()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.h | 45 unsigned bcol; member
|
D | nv30_state.c | 290 const struct pipe_blend_color *bcol) in nv30_set_blend_color() argument 294 nv30->blend_colour = *bcol; in nv30_set_blend_color()
|
D | nv30_fragtex.c | 138 PUSH_DATA (push, ss->bcol); in nv30_fragtex_validate()
|
D | nv30_texture.c | 147 so->bcol = (float_to_ubyte(cso->border_color.f[3]) << 24) | in nv30_sampler_state_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 912 const struct pipe_blend_color *bcol) in nv50_set_blend_color() argument 916 nv50->blend_colour = *bcol; in nv50_set_blend_color()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 773 const struct pipe_blend_color *bcol) in nvc0_set_blend_color() argument 777 nvc0->blend_colour = *bcol; in nvc0_set_blend_color()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 1914 unsigned bcol = TGSI_SEMANTIC_BCOLOR; in si_emit_spi_map() local 1920 radeon_emit(cs, si_get_ps_input_cntl(sctx, vs, bcol, in si_emit_spi_map()
|
/external/libvncserver/ |
D | ChangeLog | 6640 * libvncserver/font.c: add comment "if col=bcol, assume background
|