Home
last modified time | relevance | path

Searched refs:basecol (Results 1 – 25 of 39) sorted by relevance

12

/dports/misc/deco/deco39/
H A Dedit.c69 register baseline, basecol; in editfile() local
87 baseline = basecol = 0; in editfile()
92 viewpage (baseline, basecol); in editfile()
98 if (lastccol < basecol || lastccol >= basecol+80) { in editfile()
100 if (basecol < 0) in editfile()
101 basecol = 0; in editfile()
139 if (ccol < basecol || ccol >= basecol+80) { in editfile()
271 if (ccol < basecol || ccol >= basecol+80) in editfile()
367 if (ccol < basecol || ccol >= basecol+80) { in editfile()
408 ccol = basecol = 0; in editfile()
[all …]
H A Dview.c43 register baseline, basecol; in textview() local
49 baseline = basecol = 0; in textview()
53 basecol += 40; in textview()
62 ccol>=basecol && ccol<basecol+80) in textview()
113 basecol = 0; in textview()
130 if (basecol) { in textview()
131 basecol = 0; in textview()
146 basecol += steplr; in textview()
153 basecol = 0; in textview()
175 baseline = basecol = 0; in textview()
[all …]
H A Ddraw.c61 drawframe (left.basecol, left.view, left.status); in drawbanners()
62 drawframe (right.basecol, right.view, right.status); in drawbanners()
125 drawcwd (c->basecol, c->shortcwd); in draw1dir()
196 drawcwd (cur->basecol, " Status "); in drawcursor()
227 drawcwd (cur->basecol, cur->shortcwd); in drawcursor()
239 drawcwd (cur->basecol, cur->status ? " Status " : cur->shortcwd); in undrawcursor()
351 drawcwd (c->basecol, " Status "); in drawsdir()
H A Ddir.h59 int basecol; /* base of window */ member
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dcolorplane.c273 plvertex[obj][j][k].col[0] = (1. - fac) * bcol.basecol[i][0] + fac * bcol.basecol[i+1][0]; in ColorPlane()
274 plvertex[obj][j][k].col[1] = (1. - fac) * bcol.basecol[i][1] + fac * bcol.basecol[i+1][1]; in ColorPlane()
275 plvertex[obj][j][k].col[2] = (1. - fac) * bcol.basecol[i][2] + fac * bcol.basecol[i+1][2]; in ColorPlane()
512 fac * bcol.basecol[i+1][0]; in GetIsoLine2D_Attributes()
514 fac * bcol.basecol[i+1][1]; in GetIsoLine2D_Attributes()
516 fac * bcol.basecol[i+1][2]; in GetIsoLine2D_Attributes()
518 fac * bcol.basecol[i+1][3]; in GetIsoLine2D_Attributes()
533 fac * bcol.basecol[i+1][0]; in GetIsoLine2D_Attributes()
535 fac * bcol.basecol[i+1][1]; in GetIsoLine2D_Attributes()
537 fac * bcol.basecol[i+1][2]; in GetIsoLine2D_Attributes()
[all …]
H A DxcColorScheme.c339 col[j] = (1.0 - fac) * bcol[colorscheme].basecol[i][j] + in AssignColor()
340 fac * bcol[colorscheme].basecol[i+1][j]; in AssignColor()
366 bcol[COLSH_MONOCHROME].basecol[i][j] = monocol[i][j]; in AssignColorInit()
374 bcol[COLSH_RAINBOW].basecol[i][j] = rainbow[i][j]; in AssignColorInit()
382 bcol[COLSH_RGB].basecol[i][j] = rgbcol[i][j]; in AssignColorInit()
390 bcol[COLSH_GEOGRAPHIC].basecol[i][j] = geographic[i][j]; in AssignColorInit()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/
H A Dwindows_terminal_logger.cpp91 uint32_t basecol = 0; in log_error() local
93 case ERR_ERROR: basecol = FOREGROUND_RED; break; in log_error()
94 case ERR_WARNING: basecol = FOREGROUND_RED | FOREGROUND_GREEN; break; in log_error()
95 case ERR_SCRIPT: basecol = FOREGROUND_RED | FOREGROUND_BLUE; break; in log_error()
96 case ERR_SHADER: basecol = FOREGROUND_GREEN | FOREGROUND_BLUE; break; in log_error()
99 basecol |= current_bg; in log_error()
103 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in log_error()
114 SetConsoleTextAttribute(hCon, basecol); in log_error()
127 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in log_error()
138 SetConsoleTextAttribute(hCon, basecol); in log_error()
/dports/devel/godot/godot-3.2.3-stable/platform/windows/
H A Dwindows_terminal_logger.cpp91 uint32_t basecol = 0; in log_error() local
93 case ERR_ERROR: basecol = FOREGROUND_RED; break; in log_error()
94 case ERR_WARNING: basecol = FOREGROUND_RED | FOREGROUND_GREEN; break; in log_error()
95 case ERR_SCRIPT: basecol = FOREGROUND_RED | FOREGROUND_BLUE; break; in log_error()
96 case ERR_SHADER: basecol = FOREGROUND_GREEN | FOREGROUND_BLUE; break; in log_error()
99 basecol |= current_bg; in log_error()
103 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in log_error()
114 SetConsoleTextAttribute(hCon, basecol); in log_error()
127 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in log_error()
138 SetConsoleTextAttribute(hCon, basecol); in log_error()
/dports/math/R-cran-survey/survey/R/
H A Dsurveygraph.R17 amount=NULL,basecol="black",alpha=c(0,0.8), xbins=30,...){ argument
37 if(is.function(basecol)) basecol<-basecol(model.frame(design))
38 symbols(X,Y,circles=sqrt(W),inches=inches,fg=basecol,...)
79 if(is.function(basecol)) basecol<-basecol(model.frame(design))
84 plot(X,Y,col=transcol(basecol,alphas),...)
147basecol="black",alpha=c(0,0.8),hexscale=c("relative","absolute"),...) UseMethod("svycoplot",design) argument
149basecol="black",alpha=c(0,0.8),hexscale=c("relative","absolute"),xbins=15,...){ argument
174 if(is.function(basecol)) basecol<-basecol(model.frame(design))
182 cols<-transcol(basecol,alphas)
184 panel=function(x,y,basecol="black",subscripts,...) { argument
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/unittests/
H A Dallcolumns.c292 TDSCOLUMN *basecol; in create_type() local
299 basecol = results->columns[0]; in create_type()
306 v->size = basecol->column_size; in create_type()
307 v->type = basecol->column_type; in create_type()
308 memcpy(v->collation, basecol->column_collation, sizeof(v->collation)); in create_type()
310 assert(basecol->column_cur_size > 0); in create_type()
311 v->data = tds_new(TDS_CHAR, basecol->column_cur_size); in create_type()
313 v->data_len = basecol->column_cur_size; in create_type()
316 assert(!is_blob_col(basecol)); in create_type()
317 memcpy(v->data, basecol->column_data, v->data_len); in create_type()
/dports/databases/freetds/freetds-1.3.4/src/tds/unittests/
H A Dallcolumns.c292 TDSCOLUMN *basecol; in create_type() local
299 basecol = results->columns[0]; in create_type()
306 v->size = basecol->column_size; in create_type()
307 v->type = basecol->column_type; in create_type()
308 memcpy(v->collation, basecol->column_collation, sizeof(v->collation)); in create_type()
310 assert(basecol->column_cur_size > 0); in create_type()
311 v->data = tds_new(TDS_CHAR, basecol->column_cur_size); in create_type()
313 v->data_len = basecol->column_cur_size; in create_type()
316 assert(!is_blob_col(basecol)); in create_type()
317 memcpy(v->data, basecol->column_data, v->data_len); in create_type()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Drenderer.cc82 Color4f basecol; in setColor() local
83 if (getColor(colormode, basecol)) { in setColor()
85 basecol = {color[0] >= 0 ? color[0] : basecol[0], in setColor()
86 color[1] >= 0 ? color[1] : basecol[1], in setColor()
87 color[2] >= 0 ? color[2] : basecol[2], in setColor()
88 color[3] >= 0 ? color[3] : basecol[3]}; in setColor()
91 basecol = {color[0] >= 0 ? color[0] : basecol[0], in setColor()
92 color[1] >= 0 ? color[1] : basecol[1], in setColor()
93 color[2] >= 0 ? color[2] : basecol[2], in setColor()
96 setColor(basecol.data(), shaderinfo); in setColor()
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgimageclut.c193 …int rbase = (test->red-basecol->red)/side_size, gbase = (test->green-basecol->green)/side_size, bb… in _GClutReverse()
194 for ( r = (test->red-basecol->red-side_size/2)/side_size; in _GClutReverse()
195 r<=(test->red-basecol->red+side_size/2)/side_size; ++r ) { in _GClutReverse()
202 for ( b = (test->blue-basecol->blue-side_size/2)/side_size; in _GClutReverse()
203 b<=(test->blue-basecol->blue+side_size/2)/side_size; ++b ) { in _GClutReverse()
272 nbase.red = basecol->red+(i/s2)*range; in _GClutReverse()
273 nbase.green = basecol->green+(i/side_cnt)%side_cnt*range; in _GClutReverse()
274 nbase.blue = basecol->blue+(i%side_cnt)*range; in _GClutReverse()
289 struct revcol basecol; in GClutReverse() local
327 memset(&basecol,'\0',sizeof(basecol)); in GClutReverse()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Drenderer.cc207 Color4f basecol; in setColor() local
208 if (getColor(colormode, basecol)) { in setColor()
210 basecol = {color[0] >= 0 ? color[0] : basecol[0], in setColor()
211 color[1] >= 0 ? color[1] : basecol[1], in setColor()
212 color[2] >= 0 ? color[2] : basecol[2], in setColor()
213 color[3] >= 0 ? color[3] : basecol[3]}; in setColor()
216 basecol = {color[0] >= 0 ? color[0] : basecol[0], in setColor()
217 color[1] >= 0 ? color[1] : basecol[1], in setColor()
218 color[2] >= 0 ? color[2] : basecol[2], in setColor()
221 setColor(basecol.data(), shaderinfo); in setColor()
[all …]
H A DVBORenderer.cc51 Color4f basecol; in getShaderColor() local
52 if (Renderer::getColor(colormode, basecol)) { in getShaderColor()
54 basecol = Color4f(color[0] >= 0 ? color[0] : basecol[0], in getShaderColor()
55 color[1] >= 0 ? color[1] : basecol[1], in getShaderColor()
56 color[2] >= 0 ? color[2] : basecol[2], in getShaderColor()
57 color[3] >= 0 ? color[3] : basecol[3]); in getShaderColor()
60 basecol = Color4f(color[0] >= 0 ? color[0] : basecol[0], in getShaderColor()
61 color[1] >= 0 ? color[1] : basecol[1], in getShaderColor()
62 color[2] >= 0 ? color[2] : basecol[2], in getShaderColor()
63 color[3] >= 0 ? color[3] : basecol[3]); in getShaderColor()
[all …]
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DBackground.py81 found, basecol = style_ctxt.lookup_color("base_color")
83 found, basecol = style_ctxt.lookup_color("theme_base_color")
85 basecol = Gdk.RGBA(red=0.929412,
128 (basecol.red + textcol.red) / 2., 1.0), min(
129 (basecol.green + textcol.green) / 2., 1.0), min(
130 (basecol.blue + textcol.blue) / 2., 1.0)) # text_aa
137 "@define-color p_base_color " + hexcol(basecol) + ";" \
/dports/math/R-cran-survey/survey/man/
H A Dsvycoplot.Rd10 svycoplot(formula, design, style = c("hexbin", "transparent"), basecol =
18 \item{basecol}{The fully opaque 'base' color for creating transparent
47 basecol=function(d) c("darkred","purple","forestgreen")[as.numeric(d$stype)],
H A Dsvyplot.Rd16 amount=NULL, basecol="black",
31 \item{basecol}{base color for transparent plots, or a function to
52 \code{basecol} can be a function taking one data frame argument, which
94 basecol=function(df){c("goldenrod","tomato","sienna")[as.numeric(df$stype)]},
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/vis/
H A Dbmsh3d_vis_vertex.cxx58 SoBaseColor* basecol = new SoBaseColor; in draw_vertex_vispt_SoPoint() local
59 basecol->rgb = color; in draw_vertex_vispt_SoPoint()
60 root->addChild (basecol); in draw_vertex_vispt_SoPoint()
/dports/math/vinci/vinci-1.0.5/
H A Dvinci_lass.c491 T_LassInt baserow = 0, basecol = 0, col; local
595 { basecol=add_reduced_index(col, NULL, Pivot);
596 p2c[G_d-d][0] = basecol;
597 add_hypervar (G_m+1, basecol, &key);
629 { del_original(basecol, Pivot);
630 delete_hypervar (G_m+1, basecol, &key);
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dabstractile.c288 if (!basecol[c1][c2]) { in _init_colors()
322 basecol[col[c1]][0], basecol[col[c1]][1], basecol[col[c1]][2], in _init_colors()
340 r1=basecol[c1][0]; in _init_colors()
341 g1=basecol[c1][1]; in _init_colors()
342 b1=basecol[c1][2]; in _init_colors()
343 r2=basecol[c2][0]; in _init_colors()
344 g2=basecol[c2][1]; in _init_colors()
345 b2=basecol[c2][2]; in _init_colors()
346 r3=basecol[c3][0]; in _init_colors()
347 g3=basecol[c3][1]; in _init_colors()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_draw.c431 int basecol = (sel) ? TH_HANDLE_SEL_FREE : TH_HANDLE_FREE; in draw_fcurve_handles() local
452 UI_GetThemeColor3ubv(basecol + bezt->h1, col); in draw_fcurve_handles()
462 UI_GetThemeColor3ubv(basecol + bezt->h2, col); in draw_fcurve_handles()
475 UI_GetThemeColor3ubv(basecol + bezt->h1, col); in draw_fcurve_handles()
486 UI_GetThemeColor3ubv(basecol + bezt->h2, col); in draw_fcurve_handles()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/windows/
H A Dos_windows.cpp1784 uint32_t basecol = 0; in print_error() local
1786 case ERR_ERROR: basecol = FOREGROUND_RED; break; in print_error()
1787 case ERR_WARNING: basecol = FOREGROUND_RED | FOREGROUND_GREEN; break; in print_error()
1788 case ERR_SCRIPT: basecol = FOREGROUND_RED | FOREGROUND_BLUE; break; in print_error()
1791 basecol |= current_bg; in print_error()
1795 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in print_error()
1805 SetConsoleTextAttribute(hCon, basecol); in print_error()
1817 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in print_error()
1827 SetConsoleTextAttribute(hCon, basecol); in print_error()
/dports/devel/godot2/godot-2.1.6-stable/platform/windows/
H A Dos_windows.cpp1784 uint32_t basecol = 0; in print_error() local
1786 case ERR_ERROR: basecol = FOREGROUND_RED; break; in print_error()
1787 case ERR_WARNING: basecol = FOREGROUND_RED | FOREGROUND_GREEN; break; in print_error()
1788 case ERR_SCRIPT: basecol = FOREGROUND_RED | FOREGROUND_BLUE; break; in print_error()
1791 basecol |= current_bg; in print_error()
1795 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in print_error()
1805 SetConsoleTextAttribute(hCon, basecol); in print_error()
1817 SetConsoleTextAttribute(hCon, basecol | FOREGROUND_INTENSITY); in print_error()
1827 SetConsoleTextAttribute(hCon, basecol); in print_error()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Dags_palrender.cpp819 int32 w,h,basecol,range=0; in DrawPlasma() local
823 basecol = palstart; in DrawPlasma()
828 basecol = palend; in DrawPlasma()
870 plasmarray[y][x] = static_cast<unsigned char>(basecol + color); in DrawPlasma()
883 int range,basecol,dir=0; in DoFire() local
887 basecol = palstart; in DoFire()
893 basecol = palend; in DoFire()
956 else color [y][x] = static_cast<unsigned char>(basecol+(fire[y][x]/divider)*dir); in DoFire()

12