Home
last modified time | relevance | path

Searched refs:colf (Results 1 – 25 of 82) sorted by relevance

1234

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcrdb/
H A Dvcrdformat.c289 colf[c][*data++] += 1;
308 fldf[f][k] += colf[c][k];
387 { freq[k] += colf[c][k];
388 rght[k] += colf[c+SIDE][k];
406 { freq[k] += colf[c][k] - colf[c-SIDE][k];
407 rght[k] += colf[c+SIDE][k] - colf[c][k];
478 freq[k] += colf[c][k];
567 Freq_t *colf; local
575 mark = (ssize_t*)(colf+nc);
584 colfreq(colf, data, nc, nr);
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/util/
H A Ded_util_imbuf.c70 float colf[4]; member
220 info->colfp = info->colf; in image_sample_apply()
230 info->colf[3] = 1.0f; in image_sample_apply()
233 info->colf[1] = info->colf[0]; in image_sample_apply()
234 info->colf[2] = info->colf[0]; in image_sample_apply()
235 info->colf[3] = 1.0f; in image_sample_apply()
237 info->colfp = info->colf; in image_sample_apply()
364 info->colf[0] = fp[0]; in sequencer_sample_apply()
365 info->colf[1] = fp[1]; in sequencer_sample_apply()
366 info->colf[2] = fp[2]; in sequencer_sample_apply()
[all …]
/dports/databases/jdb/jdb-1.14/
H A Ddbcolsplittorows86 my $colf = $colnametonum{$ARGV[0]};
88 if (!defined($colf));
93 my(@subf) = split(/$elem_separator/, $f[$colf]);
100 $f[$colf] = $_;
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/progs/convert/tools/
H A Dtmtable.scm255 (receive (tablef colf rowf cellf) (tmtable-formats t)
259 (tmtformat-column-props colf cols)
266 (receive (tablef colf rowf cellf) (tmtable-formats t)
269 (set! cellf (append t2 colf rowf cellf))
270 (set! colf '())
275 (tmtformat-column-props colf cols)
285 (receive (tablef colf rowf cellf) (tmtable-formats t)
286 (set! colf (append (list-filter tablef tmtformat-halign?) colf))
291 (tmtformat-column-props colf cols)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_view.c384 float colf[4]; member
411 info->colf, in sample_draw()
530 info->colf[0] = (float)cp[0] / 255.0f; in sample_apply()
531 info->colf[1] = (float)cp[1] / 255.0f; in sample_apply()
532 info->colf[2] = (float)cp[2] / 255.0f; in sample_apply()
533 info->colf[3] = (float)cp[3] / 255.0f; in sample_apply()
544 info->colf[0] = fp[0]; in sample_apply()
545 info->colf[1] = fp[1]; in sample_apply()
546 info->colf[2] = fp[2]; in sample_apply()
547 info->colf[3] = fp[3]; in sample_apply()
[all …]
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/
H A DmBitImgButton.c127 mRgbCol colf; in mBitImgButtonDrawHandle() local
152 colf = (wg->fState & MWIDGET_STATE_FOCUSED)? MSYSCOL_RGB(FACE_FOCUS): MSYSCOL_RGB(FACE_DARK); in mBitImgButtonDrawHandle()
154 col[1] = mGraytoPix(mBlendRGB_256(0, colf, 64)); in mBitImgButtonDrawHandle()
155 col[2] = mGraytoPix(mBlendRGB_256(0xffffff, colf, 64)); in mBitImgButtonDrawHandle()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/
H A DmBitImgButton.c127 mRgbCol colf; in mBitImgButtonDrawHandle() local
152 colf = (wg->fState & MWIDGET_STATE_FOCUSED)? MSYSCOL_RGB(FACE_FOCUS): MSYSCOL_RGB(FACE_DARK); in mBitImgButtonDrawHandle()
154 col[1] = mGraytoPix(mBlendRGB_256(0, colf, 64)); in mBitImgButtonDrawHandle()
155 col[2] = mGraytoPix(mBlendRGB_256(0xffffff, colf, 64)); in mBitImgButtonDrawHandle()
/dports/math/octave-forge-ltfat/ltfat/inst/gabor/
H A Dtconv.m80 [rowf,colf,valf]=find(f);
87 n=mod(colf(indf)+colg(indg)-2, L);
88 h(m+1,n+1)=h(m+1,n+1)+valf(indf)*valg(indg)*temp(mod((m-(rowf(indf)-1))*(colf(indf)-1),L)+1);
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/progs/convert/mathml/
H A Dtmmath.scm212 (define (tmmath-make-table t tablef colf rowf cellf)
214 (l2 (map tmmath-make-column-attr (map reverse colf)))
224 (receive (tablef colf rowf cellf) (tmtable-properties** t)
225 (tmmath-make-table (cAr t) tablef colf rowf cellf))))
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Dwf_filtering.cpp1149 int rowf, colf; in wf_bayer4_igauss_filter() local
1187 colf = radius; in wf_bayer4_igauss_filter()
1200 col1=col2=colf; in wf_bayer4_igauss_filter()
1206 line_filtered[colf][i]+=gauss_conv_kernel[0][i]*(src_c[i]); in wf_bayer4_igauss_filter()
1224 colf++; in wf_bayer4_igauss_filter()
1236 col1=col2=colf; in wf_bayer4_igauss_filter()
1260 colf++; in wf_bayer4_igauss_filter()
1296 colf = radius; in wf_bayer4_igauss_filter()
1302 *dst[i]=line_filtered[colf][i]>>16; in wf_bayer4_igauss_filter()
1306 colf++; in wf_bayer4_igauss_filter()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_draw.c1269 uint pos, float centerx, float centery, float diam, const float colf[3]) in vectorscope_draw_target()
1275 rgb_to_yuv(colf[0], colf[1], colf[2], &y, &u, &v, BLI_YUV_ITU_BT709); in vectorscope_draw_target()
1540 float colf[3] = {UNPACK3(rgb)}; in ui_draw_colorband_handle() local
1621 IMB_colormanagement_scene_linear_to_display_v3(colf, display); in ui_draw_colorband_handle()
1624 immUniformColor3fv(colf); in ui_draw_colorband_handle()
1685 BKE_colorband_evaluate(coba, pos, colf); in ui_draw_but_COLORBAND()
1687 IMB_colormanagement_scene_linear_to_display_v3(colf, display); in ui_draw_but_COLORBAND()
1692 immAttr4fv(col_id, colf); in ui_draw_but_COLORBAND()
1705 BKE_colorband_evaluate(coba, pos, colf); in ui_draw_but_COLORBAND()
1707 IMB_colormanagement_scene_linear_to_display_v3(colf, display); in ui_draw_but_COLORBAND()
[all …]
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dinit-common.c409 short colf, colt, rowf, rowt, dcol, drow; in ptype_distance() local
417 dcol = (colt = ccol(t)) - (colf = ccol(f)); in ptype_distance()
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A Dfont.tcl220 set colf [frame $frame.colf]
227 …set script "set [list SelectFont::${path}(fontcolor)] \[tk_chooseColor -parent $colf.button -initi…
246 pack $colf -pady 4 -fill x -expand true
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/progs/convert/html/
H A Dtmhtml.scm1027 (define (tmhtml-make-col colf)
1028 `(h:col ,@(html-css-attrs (map* tmhtml-make-column-attr colf))))
1030 (define (tmhtml-make-column-group colf)
1031 (if (list-every null? colf) '()
1032 `((h:colgroup ,@(map tmhtml-make-col colf)))))
1047 (define (tmhtml-make-table t tablef colf rowf cellf)
1054 ,@(tmhtml-make-column-group colf)
1062 (receive (tablef colf rowf cellf) (tmtable-properties* t)
1063 (list (tmhtml-make-table (cAr t) tablef colf rowf cellf)))))
/dports/textproc/R-cran-readxl/readxl/src/
H A Dxls.c781 span->colf <= span->coll && in xls_mergedCells()
788 for (c=span->colf;c<=span->coll;c++) in xls_mergedCells()
790 pWS->rows.row[span->rowf].cells.cell[span->colf].colspan=(span->coll-span->colf+1); in xls_mergedCells()
791 pWS->rows.row[span->rowf].cells.cell[span->colf].rowspan=(span->rowl-span->rowf+1); in xls_mergedCells()
792 pWS->rows.row[span->rowf].cells.cell[span->colf].isHidden=0; in xls_mergedCells()
H A Dendian.c197 W_ENDIAN(m->colf); in xlsConvertMergedcells()
/dports/math/libxls/libxls-1.6.2/src/
H A Dxls.c785 span->colf <= span->coll && in xls_mergedCells()
792 for (c=span->colf;c<=span->coll;c++) in xls_mergedCells()
794 pWS->rows.row[span->rowf].cells.cell[span->colf].colspan=(span->coll-span->colf+1); in xls_mergedCells()
795 pWS->rows.row[span->rowf].cells.cell[span->colf].rowspan=(span->rowl-span->rowf+1); in xls_mergedCells()
796 pWS->rows.row[span->rowf].cells.cell[span->colf].isHidden=0; in xls_mergedCells()
H A Dendian.c197 W_ENDIAN(m->colf); in xlsConvertMergedcells()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Doutbound.c1603 int i = 0, j = 0, k = 0, firstn = 0, col, colf = 0, colb = 0; in exec_handle_colors() local
1657 colf = firstn - 30; in exec_handle_colors()
1666 colf = col - 30; in exec_handle_colors()
1669 colf += 8; in exec_handle_colors()
1674 colf = escconv[colf % 14]; in exec_handle_colors()
1675 j += sprintf (&nbuf[j], "\003%d,%02d", colf, colb); in exec_handle_colors()
1678 colf = escconv[colf % 14]; in exec_handle_colors()
1679 j += sprintf (&nbuf[j], "\003%02d", colf); in exec_handle_colors()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c285 LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
301 lives_widget_set_fg_color(mainw->hruler, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
309 lives_widget_set_fg_color(mainw->vidbar, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
310 lives_widget_set_fg_color(mainw->laudbar, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
311 lives_widget_set_fg_color(mainw->raudbar, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
319 lives_widget_set_fg_color(mainw->banner, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
320 lives_widget_set_fg_color(mainw->arrow1, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
322 lives_widget_set_fg_color(mainw->sel_label, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
324 lives_widget_set_fg_color(mainw->arrow2, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
331 lives_widget_set_text_color(label, LIVES_WIDGET_STATE_NORMAL, colf); in set_colours()
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dsubst.c1617 int colf; /* != 0 means we found a colon after the name */ in paramsubst() local
2767 if ((colf = *s == ':')) in paramsubst()
2876 if (colf) in paramsubst()
2891 if (colf && !vunset) { in paramsubst()
3296 if (colf && inbrace) { in paramsubst()
3427 colf = 0; in paramsubst()
3433 if (colf) { in paramsubst()
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_17.cxx1122 Quantity_Color colf(0.0, 0.4, 0.0, Quantity_TOC_sRGB); in OCC1174_2() local
1127 front.SetAmbientColor(colf); in OCC1174_2()
1128 front.SetDiffuseColor(colf); in OCC1174_2()
1129 front.SetSpecularColor(colf); in OCC1174_2()
/dports/textproc/R-cran-readxl/readxl/src/libxls/
H A Dxlsstruct.h307 WORD colf; member
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dxlsstruct.h307 WORD colf; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtresample.cpp2605 FILTER *rowf, *colf; in do_resample() local
2653 colf = create_filter(flt_type, blur, scale.a22, scale.a23, rout->getLy(), in do_resample()
2679 rop_resample_gr8(rin, rout, aff, invrot, rowf, pmin, pmax, colf, qmin, qmax, in do_resample()
2687 free_filter(colf, rout->getLy()); in do_resample()
2703 FILTER *rowf, *colf; in do_resample() local
2748 colf = create_filter(flt_type, blur, scale.a22, scale.a23, rout->getLy(), in do_resample()
2774 rop_resample_rgbm32_gr8(rin, rout, aff, invrot, rowf, pmin, pmax, colf, qmin, in do_resample()
2782 free_filter(colf, rout->getLy()); in do_resample()
2802 FILTER *rowf, *colf; in do_resample() local
2848 colf = create_filter(flt_type, blur, scale.a22, scale.a23, rout->getLy(), in do_resample()
[all …]

1234