Home
last modified time | relevance | path

Searched refs:colorIndex (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DStitch.cpp41 colorIndex(i) in Stitch()
59 qint32 colorIndex; in operator >>() local
68 stitch.colorIndex = colorIndex; in operator >>()
125 if (stitch->colorIndex == colorIndex) { in add()
245 if ((colorIndex != -1) && (stitch->colorIndex != colorIndex)) { in remove()
255 … if ((stitch->type != type) || ((colorIndex != -1) && (stitch->colorIndex != colorIndex))) { in remove()
367 colorIndex(i) in Backstitch()
415 qint32 colorIndex; in operator >>() local
424 backstitch.colorIndex = colorIndex; in operator >>()
452 colorIndex(i) in Knot()
[all …]
H A DLibraryPattern.cpp58 int colorIndex; in LibraryPattern() local
71 if ((colorIndex = colors.key(color, -1)) == -1) { in LibraryPattern()
72 colorIndex = m_pattern->palette().add(color); in LibraryPattern()
73 colors.insert(colorIndex, color); in LibraryPattern()
90 if ((colorIndex = colors.key(color, -1)) == -1) { in LibraryPattern()
91 colorIndex = m_pattern->palette().add(color); in LibraryPattern()
92 colors.insert(colorIndex, color); in LibraryPattern()
106 if ((colorIndex = colors.key(color, -1)) == -1) { in LibraryPattern()
107 colorIndex = m_pattern->palette().add(color); in LibraryPattern()
108 colors.insert(colorIndex, color); in LibraryPattern()
[all …]
H A DPattern.cpp87 …if (((colorMask == -1) || (colorMask == stitch->colorIndex)) && (stitchMask.contains(stitch->type)… in cut()
132 …if (((colorMask == -1) || (colorMask == knot->colorIndex)) && (snapArea.contains(knot->position)))… in cut()
165 dstQ->add(stitch->type, stitch->colorIndex); in copy()
198 …if (((colorMask == -1) || (colorMask == knot->colorIndex)) && (snapArea.contains(knot->position)))… in copy()
199 … pattern->stitches().addFrenchKnot(knot->position - snapArea.topLeft(), knot->colorIndex); in copy()
236 …int colorIndex = palette().add(pattern->palette().flosses().value(stitch->colorIndex)->flossColor(… in paste() local
237 dstQ->add(stitch->type, colorIndex); in paste()
252 …int colorIndex = palette().add(pattern->palette().flosses().value(backstitch->colorIndex)->flossCo… in paste() local
255 …ches().addBackstitch(backstitch->start + targetOffset, backstitch->end + targetOffset, colorIndex); in paste()
263 …int colorIndex = palette().add(pattern->palette().flosses().value(knot->colorIndex)->flossColor()); in paste() local
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dmarchingcubes.cpp274 double colorIndex[8]; in calculateEdges() local
307 colorIndex[7], &colorIndices); in calculateEdges()
314 colorIndex[6], &colorIndices); in calculateEdges()
321 colorIndex[6], &colorIndices); in calculateEdges()
330 colorIndex[1], &colorIndices); in calculateEdges()
341 colorIndex[2], &colorIndices); in calculateEdges()
352 colorIndex[3], &colorIndices); in calculateEdges()
363 colorIndex[0], &colorIndices); in calculateEdges()
374 colorIndex[5], &colorIndices); in calculateEdges()
385 colorIndex[4], &colorIndices); in calculateEdges()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtouil.c204 unsigned int colorIndex; in genCmap() local
218 for (colorIndex = 0; colorIndex < ncolors; ++colorIndex) { in genCmap()
242 for (j = 0; j < colorIndex; ++j) { in genCmap()
252 cmap[colorIndex].uilname = NULL; in genCmap()
253 cmap[colorIndex].rgbname = NULL; in genCmap()
258 if (cmap[colorIndex].rgbname == NULL) in genCmap()
264 cmap[colorIndex].cixel = in genCmap()
268 cmap[colorIndex].rgbname, in genCmap()
270 cmap[colorIndex].cixel); in genCmap()
349 int colorIndex; in writeRaster() local
[all …]
H A Dpamtooctaveimg.c79 int colorIndex; in findOrAddColor() local
81 pnm_lookuptuple(&cmapP->pam, cmapP->hash, color, &found, &colorIndex); in findOrAddColor()
87 colorIndex = cmapP->nColors++; in findOrAddColor()
94 cmapP->palette[colorIndex].comp[plane] = in findOrAddColor()
103 *colorIndexP = colorIndex; in findOrAddColor()
114 unsigned int colorIndex; in outputColormap() local
121 for (colorIndex = 0; colorIndex < cmap.nColors; ++colorIndex) { in outputColormap()
127 fprintf(ofP, " %.10f", cmap.palette[colorIndex].comp[plane]); in outputColormap()
167 unsigned int colorIndex; in convertToOctave() local
168 findOrAddColor(inRow[col], &cmap, &colorIndex); in convertToOctave()
[all …]
H A Dpamtodjvurle.c101 unsigned int colorIndex; in computeColorMap() local
104 for (colorIndex = 0; colorIndex < numColors; ++colorIndex) { in computeColorMap()
106 fprintf(stderr, " %5u ", colorIndex); in computeColorMap()
108 fprintf(stderr, "%3lu ", colormap[colorIndex]->tuple[plane]); in computeColorMap()
127 unsigned int colorIndex; in makeDjvurleHeader() local
132 for (colorIndex = 0; colorIndex < numColors; ++colorIndex) { in makeDjvurleHeader()
136 red = colormap[colorIndex]->tuple[PAM_RED_PLANE]; in makeDjvurleHeader()
137 grn = colormap[colorIndex]->tuple[PAM_GRN_PLANE]; in makeDjvurleHeader()
138 blu = colormap[colorIndex]->tuple[PAM_BLU_PLANE]; in makeDjvurleHeader()
140 red = grn = blu = colormap[colorIndex]->tuple[0]; in makeDjvurleHeader()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DXf.php276 * @param int $colorIndex Color index
286 * @param int $colorIndex Color index
290 $this->topBorderColor = $colorIndex;
296 * @param int $colorIndex Color index
300 $this->leftBorderColor = $colorIndex;
306 * @param int $colorIndex Color index
316 * @param int $colorIndex Color index
320 $this->diagColor = $colorIndex;
326 * @param int $colorIndex Color index
330 $this->foregroundColor = $colorIndex;
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DXf.php259 * @param int $colorIndex Color index
269 * @param int $colorIndex Color index
271 public function setTopColor($colorIndex) argument
279 * @param int $colorIndex Color index
289 * @param int $colorIndex Color index
299 * @param int $colorIndex Color index
303 $this->_diag_color = $colorIndex;
309 * @param int $colorIndex Color index
311 public function setFgColor($colorIndex) argument
319 * @param int $colorIndex Color index
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Writer/Xls/
H A DXf.php259 * @param int $colorIndex Color index
269 * @param int $colorIndex Color index
271 public function setTopColor($colorIndex) argument
279 * @param int $colorIndex Color index
289 * @param int $colorIndex Color index
299 * @param int $colorIndex Color index
303 $this->_diag_color = $colorIndex;
309 * @param int $colorIndex Color index
311 public function setFgColor($colorIndex) argument
319 * @param int $colorIndex Color index
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DXf.php259 * @param int $colorIndex Color index
269 * @param int $colorIndex Color index
271 public function setTopColor($colorIndex) argument
279 * @param int $colorIndex Color index
289 * @param int $colorIndex Color index
299 * @param int $colorIndex Color index
303 $this->_diag_color = $colorIndex;
309 * @param int $colorIndex Color index
311 public function setFgColor($colorIndex) argument
319 * @param int $colorIndex Color index
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DXf.php259 * @param int $colorIndex Color index
269 * @param int $colorIndex Color index
273 $this->topBorderColor = $colorIndex;
279 * @param int $colorIndex Color index
283 $this->leftBorderColor = $colorIndex;
289 * @param int $colorIndex Color index
299 * @param int $colorIndex Color index
303 $this->_diag_color = $colorIndex;
309 * @param int $colorIndex Color index
313 $this->foregroundColor = $colorIndex;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/
H A DXf.php271 * @param int $colorIndex Color index
282 * @param int $colorIndex Color index
284 public function setTopColor($colorIndex) argument
293 * @param int $colorIndex Color index
304 * @param int $colorIndex Color index
315 * @param int $colorIndex Color index
319 $this->_diag_color = $colorIndex;
327 * @param int $colorIndex Color index
329 public function setFgColor($colorIndex) argument
338 * @param int $colorIndex Color index
[all …]
H A DFont.php35 private $colorIndex; variable in PHPExcel_Writer_Excel5_Font
51 $this->colorIndex = 0x7FFF;
58 * @param int $colorIndex
60 public function setColorIndex($colorIndex) argument
62 $this->colorIndex = $colorIndex;
75 $icv = $this->colorIndex; // Index to color palette
/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/Excel5/
H A DXf.php296 function setTopColor($colorIndex) argument
298 $this->_top_color = $colorIndex;
307 function setLeftColor($colorIndex) argument
309 $this->_left_color = $colorIndex;
318 function setRightColor($colorIndex) argument
329 function setDiagColor($colorIndex) argument
331 $this->_diag_color = $colorIndex;
341 function setFgColor($colorIndex) argument
343 $this->_fg_color = $colorIndex;
352 function setBgColor($colorIndex) argument
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/
H A DXf.php271 * @param int $colorIndex Color index
282 * @param int $colorIndex Color index
284 public function setTopColor($colorIndex) argument
293 * @param int $colorIndex Color index
304 * @param int $colorIndex Color index
315 * @param int $colorIndex Color index
319 $this->_diag_color = $colorIndex;
327 * @param int $colorIndex Color index
329 public function setFgColor($colorIndex) argument
338 * @param int $colorIndex Color index
[all …]
H A DFont.php35 private $colorIndex; variable in PHPExcel_Writer_Excel5_Font
51 $this->colorIndex = 0x7FFF;
58 * @param int $colorIndex
60 public function setColorIndex($colorIndex) argument
62 $this->colorIndex = $colorIndex;
75 $icv = $this->colorIndex; // Index to color palette
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/layout/
H A Dlayout_document_generic_preview.cpp28 auto colorIndex = 0; in Create() local
44 colorIndex = 0; in Create()
49 colorIndex = 1; in Create()
55 colorIndex = 2; in Create()
63 colorIndex = 3; in Create()
70 colorIndex = (ch.unicode() % 4) & 3; in Create()
79 switch (colorIndex) { in Create()
81 .index = colorIndex, in Create()
89 .index = colorIndex, in Create()
97 .index = colorIndex, in Create()
[all …]
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qcolorpicker.h17 void changed(int colorIndex);
18 void selected(int colorIndex);
22 void colorChanged(int colorIndex);
23 void colorSelected(int colorIndex);
45 void setCurrentColor(int colorIndex);
49 void changed(int colorIndex);
50 void selected(int colorIndex);
53 void colorChanged(int colorIndex);
H A Dlc_qcolorpicker.cpp62 void lcQColorPickerPopup::colorChanged(int colorIndex) in colorChanged() argument
64 emit changed(colorIndex); in colorChanged()
69 emit selected(colorIndex); in colorSelected()
95 void lcQColorPicker::setCurrentColor(int colorIndex) in setCurrentColor() argument
97 selected(colorIndex); in setCurrentColor()
180 void lcQColorPicker::changed(int colorIndex) in changed() argument
182 if (colorIndex == mCurrentColorIndex) in changed()
185 mCurrentColorIndex = colorIndex; in changed()
193 void lcQColorPicker::selected(int colorIndex) in selected() argument
195 mInitialColorIndex = colorIndex; in selected()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DVertexRecords.cpp63 int colorIndex = in.readInt32(-1); in readRecord() local
72 ( colorIndex >= 0 ) ) in readRecord()
107 int colorIndex = in.readInt32(-1); in readRecord() local
117 ( colorIndex >= 0 ) ) in readRecord()
152 int colorIndex = in.readInt32(-1); in readRecord() local
162 ( colorIndex >= 0 ) ) in readRecord()
198 int colorIndex = in.readInt32(-1); in readRecord() local
225 ( colorIndex >= 0 ) ) in readRecord()
305 int colorIndex = (int)in.readInt16(); in readRecord() local
313 if (colorIndex >= 0) in readRecord()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DVertexRecords.cpp63 int colorIndex = in.readInt32(-1);
72 ( colorIndex >= 0 ) )
107 int colorIndex = in.readInt32(-1);
117 ( colorIndex >= 0 ) )
152 int colorIndex = in.readInt32(-1);
162 ( colorIndex >= 0 ) )
198 int colorIndex = in.readInt32(-1);
225 ( colorIndex >= 0 ) )
305 int colorIndex = (int)in.readInt16();
313 if (colorIndex >= 0)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/compat_functions/
H A Dmtlb_plot.sci44 colorIndex=1
64 if colorIndex<>7 then
65 colorIndex=colorIndex+1;
67 colorIndex=1;
73 if colorIndex<>7 then
74 colorIndex=colorIndex+1;
76 colorIndex=1;
93 if colorIndex<>7 then
94 colorIndex=colorIndex+1;
96 colorIndex=1;
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeamIngameAttributes.java40 public final int colorIndex, hogCount; field in TeamIngameAttributes
43 public TeamIngameAttributes(String ownerName, int colorIndex, int hogCount, boolean remoteDriven) { in TeamIngameAttributes() argument
45 this.colorIndex = colorIndex; in TeamIngameAttributes()
66 public TeamIngameAttributes withColorIndex(int colorIndex) { in withColorIndex() argument
67 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withColorIndex()
71 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withHogCount()
77 + colorIndex + ", hogCount=" + hogCount + ", remoteDriven=" in toString()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeamIngameAttributes.java40 public final int colorIndex, hogCount; field in TeamIngameAttributes
43 public TeamIngameAttributes(String ownerName, int colorIndex, int hogCount, boolean remoteDriven) { in TeamIngameAttributes() argument
45 this.colorIndex = colorIndex; in TeamIngameAttributes()
66 public TeamIngameAttributes withColorIndex(int colorIndex) { in withColorIndex() argument
67 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withColorIndex()
71 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withHogCount()
77 + colorIndex + ", hogCount=" + hogCount + ", remoteDriven=" in toString()

12345678910>>...44