/dports/graphics/darktable/darktable-3.6.1/tools/ |
H A D | show_icons_in_paint_c.pl | 4 $ICONWIDTH = 50; 72 …textwidth = ext.width; width = textwidth+4*$ICONWIDTH+6*$BORDER; height = $numberoficons*($ICONHEI… 109 …ectangle(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER), $BORDER+$row*($ICONHEIGHT+$BORDER),… 117 …cairo_move_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+0.5*$ICONWIDTH, $BORDER+$row*($… 118 …cairo_line_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+0.5*$ICONWIDTH, $BORDER+$row*($… 123 …cairo_move_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER), $BORDER+$row*($ICONHEIGHT+$BOR… 124 …cairo_line_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+$ICONWIDTH, $BORDER+$row*($ICON… 127 …$code(cr, textwidth+3*$BORDER+$column*($ICONWIDTH+$BORDER), 2*$BORDER+$row*($ICONHEIGHT+$BORDER), …
|
/dports/graphics/darktable38/darktable-3.8.0/tools/ |
H A D | show_icons_in_paint_c.pl | 4 $ICONWIDTH = 50; 72 …textwidth = ext.width; width = textwidth+4*$ICONWIDTH+6*$BORDER; height = $numberoficons*($ICONHEI… 109 …ectangle(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER), $BORDER+$row*($ICONHEIGHT+$BORDER),… 117 …cairo_move_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+0.5*$ICONWIDTH, $BORDER+$row*($… 118 …cairo_line_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+0.5*$ICONWIDTH, $BORDER+$row*($… 123 …cairo_move_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER), $BORDER+$row*($ICONHEIGHT+$BOR… 124 …cairo_line_to(cr, textwidth+2*$BORDER+$column*($ICONWIDTH+$BORDER)+$ICONWIDTH, $BORDER+$row*($ICON… 127 …$code(cr, textwidth+3*$BORDER+$column*($ICONWIDTH+$BORDER), 2*$BORDER+$row*($ICONHEIGHT+$BORDER), …
|
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/ |
H A D | qg_layerwidget.cpp | 208 pHeader->setMinimumSectionSize( QG_LayerModel::ICONWIDTH + 4); in QG_LayerWidget() 211 layerView->setColumnWidth(QG_LayerModel::VISIBLE, QG_LayerModel::ICONWIDTH); in QG_LayerWidget() 212 layerView->setColumnWidth(QG_LayerModel::VISIBLE, QG_LayerModel::ICONWIDTH); in QG_LayerWidget() 213 layerView->setColumnWidth(QG_LayerModel::LOCKED, QG_LayerModel::ICONWIDTH); in QG_LayerWidget() 214 layerView->setColumnWidth(QG_LayerModel::PRINT, QG_LayerModel::ICONWIDTH); in QG_LayerWidget() 215 layerView->setColumnWidth(QG_LayerModel::CONSTRUCTION, QG_LayerModel::ICONWIDTH); in QG_LayerWidget() 216 layerView->setColumnWidth(QG_LayerModel::COLOR_SAMPLE, QG_LayerModel::ICONWIDTH); in QG_LayerWidget()
|
H A D | qg_layerwidget.h | 58 ICONWIDTH = 24, enumerator
|
/dports/devel/sdl12/SDL-1.2.15/src/video/gem/ |
H A D | SDL_gemwm.c | 38 #define ICONWIDTH 64 macro 101 GEM_message[6] = ICONWIDTH; in GEM_IconifyWindow()
|
/dports/mail/faces/faces-1.7.7/faces/ |
H A D | get.c | 175 if (maxcols <= 0 || maxcols > (1152 / ICONWIDTH)) { in get_options() 264 if (imagewidth < ICONWIDTH || imagewidth > 250) { in get_options() 267 imagewidth = ICONWIDTH; in get_options() 438 cmdint(imagewidth, ICONWIDTH, line, " -w %d "); /* Image width. */ in write_cmdline()
|
H A D | faces.h | 136 #define ICONWIDTH 64 /* Default width of individual face icons. */ macro
|
H A D | main.c | 170 int iconwidth = ICONWIDTH; /* Width of an individual icon. */ 173 int imagewidth = ICONWIDTH; /* Width of an individual face image. */
|
/dports/dns/dnsviz/dnsviz-0.9.2/doc/ |
H A D | Makefile | 18 ICONWIDTH = 25 macro 23 $(INKSCAPE) -z -w $(ICONWIDTH) -e $@ $<
|
/dports/x11-wm/jewel/jewel-0.12.41/goodies/fspanel/ |
H A D | fspanel.c | 37 #define ICONWIDTH 16 macro 403 pix = XCreatePixmap (dd, tk->win, ICONWIDTH, ICONHEIGHT, scr_depth); in scale_icon() 407 mk = XCreatePixmap (dd, tk->win, ICONWIDTH, ICONHEIGHT, 1); in scale_icon() 419 for (x = ICONWIDTH - 1; x >= 0; x--) in scale_icon() 421 xx = (x * w) / ICONWIDTH; in scale_icon() 485 register int text_x = x + TEXTPAD + TEXTPAD + ICONWIDTH; in gui_draw_task() 517 XCopyArea (dd, tk->icon, tb->win, fore_gc, 0, 0, ICONWIDTH, ICONHEIGHT, in gui_draw_task()
|
/dports/graphics/xpaint/xpaint-2.9.10.3/ |
H A D | brushOp.c | 902 ICONWIDTH-8, ICONHEIGHT-8, in selectBrush() 905 XFillRectangle(dpy, Global.brushpix, gc, 0, 0, ICONWIDTH-8, ICONHEIGHT-8); in selectBrush() 907 if (brush->width >= ICONWIDTH-8) { in selectBrush() 909 s = (brush->width-ICONWIDTH+8)/2; in selectBrush() 910 u = ICONWIDTH-8; in selectBrush() 912 i = (ICONWIDTH-7-brush->width)/2; in selectBrush()
|
H A D | misc.h | 61 #define ICONWIDTH 48 macro
|
H A D | pattern.c | 252 x0[y] = ICONWIDTH; in setPatternColorsIcon() 255 x1[y] = ICONWIDTH-3-abs(y-20)/3; in setPatternColorsIcon() 270 for (x=x1[y]+1; x<ICONWIDTH; x++) in setPatternColorsIcon() 1802 XtNwidth, ICONWIDTH, in PatternEdit() 2082 ICONWIDTH, ICONHEIGHT, depth); in PatternEdit()
|
H A D | graphic.c | 1452 XtNwidth, ICONWIDTH, XtNheight, ICONHEIGHT, NULL); in setToolIconPixmap() 1491 x0[y] = ICONWIDTH; in setCanvasColorsIcon() 1494 x1[y] = ICONWIDTH-3-abs(y-ICONHEIGHT/2)/3; in setCanvasColorsIcon() 1509 for (x=x1[y]+1; x<ICONWIDTH; x++) in setCanvasColorsIcon() 1603 XtResizeWidget(wlist[W_ICON_BRUSH], ICONWIDTH, ICONHEIGHT, in setBrushIconPixmap() 2858 XtNwidth, ICONWIDTH, XtNheight, ICONHEIGHT, in setFontIcon() 2861 XtResizeWidget(wlist[W_ICON_FONT], ICONWIDTH, ICONHEIGHT, in setFontIcon() 5988 XtNwidth, ICONWIDTH, XtNheight, ICONHEIGHT, in graphicCreate() 6004 XtNwidth, ICONWIDTH, XtNheight, ICONHEIGHT, in graphicCreate() 6021 XtNwidth, ICONWIDTH, XtNheight, ICONHEIGHT, in graphicCreate() [all …]
|
/dports/textproc/po4a/po4a-0.65/t/fmt/asciidoc/ |
H A D | Tables.trans | 47 |[OPTION]`ICONWIDTH` = __VALUE__|SPECIFIES AN ICON WIDTH. THE _VALUE_ IS A NUMBER OF PIXELS.
|
H A D | Tables.po | 129 "|[OPTION]`ICONWIDTH` = __VALUE__|SPECIFIES AN ICON WIDTH. THE _VALUE_ IS A NUMBER OF PIXELS.\n"
|
/dports/astro/gpsman/gpsman-6.4.4.2/gmsrc/ |
H A D | search.tcl | 30 TYPES ICONWIDTH ICONHEIGHT SYMBOLIMAGE NAMEWIDTH YEAR0 MONTHNAMES \ 172 canvas $w.fr.fWPsy.symbim -width $ICONWIDTH -height [expr $ICONHEIGHT+2]
|
H A D | symbols.tcl | 48 set ICONWIDTH 15 583 ICONSIZE ICONWIDTH ICONHEIGHT Logo SmallLogo 586 set ICONWIDTH [set ICONHEIGHT 30]
|
H A D | wrtdials.tcl | 49 CREATIONDATE OBSWIDTH OBSHEIGHT TXT ICONWIDTH ICONHEIGHT \ 138 canvas $w.fr.fr4.symbim -width $ICONWIDTH -height [expr $ICONHEIGHT+2]
|
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltTreeView.c | 4836 x = entryPtr->worldX + ICONWIDTH(0) + entryPtr->width; in ComputeVisibleEntries() 4897 x = entryPtr->worldX + ICONWIDTH(level) + ICONWIDTH(level + 1) + in ComputeVisibleEntries() 4990 x1 = x2 = x + ICONWIDTH(level) + ICONWIDTH(level + 1) / 2; in DrawVerticals() 5357 x += (ICONWIDTH(0) - width) / 2; in Blt_TreeViewDrawIcon() 5359 x += (ICONWIDTH(level + 1) - width) / 2; in Blt_TreeViewDrawIcon() 5654 x += ICONWIDTH(level); in DrawFlatEntry() 5723 width = ICONWIDTH(level); in DrawTreeEntry() 5736 x2 = x1 + (ICONWIDTH(level) + ICONWIDTH(level + 1)) / 2; in DrawTreeEntry() 5779 x += ICONWIDTH(level); in DrawTreeEntry() 5789 x += ICONWIDTH(level + 1) + 2; in DrawTreeEntry()
|
H A D | bltTreeViewEdit.c | 752 x += ICONWIDTH(level) + ICONWIDTH(level + 1) + 4;
|
H A D | bltTreeViewCmd.c | 2057 lWidth = ICONWIDTH(DEPTH(tvPtr, entryPtr->node)); 2783 x += ICONWIDTH(level); 2798 x += ICONWIDTH(level); 5981 iconX += (ICONWIDTH(0) - iconWidth) / 2; 5983 iconX += (ICONWIDTH(depth + 1) - iconWidth) / 2; 5992 labelX = entryPtr->worldX + ICONWIDTH(depth); 5995 labelX += ICONWIDTH(depth + 1) + 4; 6348 ICONWIDTH(DEPTH(tvPtr, entryPtr->node)) - width;
|
H A D | bltTreeView.h | 94 #define ICONWIDTH(d) (tvPtr->levelInfo[(d)].iconWidth) macro
|
H A D | bltTreeViewColumn.c | 2537 ICONWIDTH(DEPTH(tvPtr, entryPtr->node)) - width;
|