Home
last modified time | relevance | path

Searched refs:colorIndex (Results 176 – 200 of 1085) sorted by relevance

12345678910>>...44

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DFramebuffer.cpp690 for (uint32_t colorIndex = 0; in Framebuffer() local
691 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
813 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1528 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
1801 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1810 mFloat32ColorAttachmentBits.reset(colorIndex); in setAttachmentImpl()
1817 mState.mColorAttachmentsMask.set(colorIndex); in setAttachmentImpl()
1822 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
1927 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2224 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp690 for (uint32_t colorIndex = 0; in Framebuffer() local
691 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
813 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1528 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
1801 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1810 mFloat32ColorAttachmentBits.reset(colorIndex); in setAttachmentImpl()
1817 mState.mColorAttachmentsMask.set(colorIndex); in setAttachmentImpl()
1822 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
1927 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2224 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgensvg.c260 static void generate_tile(int number, int colorIndex);
343 rgbColorVal(int colorIndex) in rgbColorVal() argument
355 if (colorIndex == DEFAULT) in rgbColorVal()
357 else if (colorIndex < NUM_STD_COLS) in rgbColorVal()
358 rgb = rgbColors[colorIndex]; in rgbColorVal()
367 rgbFillVal(int colorIndex, int area_fill) in rgbFillVal() argument
373 if (colorIndex == BLACK_COLOR || colorIndex == DEFAULT) { in rgbFillVal()
377 colorIndex = WHITE_COLOR; in rgbFillVal()
380 rgb = rgbColorVal(colorIndex); in rgbFillVal()
1194 generate_tile(int number, int colorIndex) in generate_tile() argument
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DVRAY_OpenVDB_Points.cc207 PopulateColorFromVelocityOp( const size_t colorIndex, in PopulateColorFromVelocityOp()
213 : mColorIndex(colorIndex) in PopulateColorFromVelocityOp()
543 size_t colorIndex = leafIter->attributeSet().find("Cd"); in render() local
545 if (colorIndex != AttributeSet::INVALID_POS) { in render()
546 colorType = leafIter->attributeSet().descriptor().type(colorIndex).first; in render()
551 colorIndex = AttributeSet::INVALID_POS; in render()
556 if (colorIndex == AttributeSet::INVALID_POS) { in render()
559 colorIndex = leafIter->attributeSet().find("Cd"); in render()
564 PopulateColorFromVelocityOp<PointDataTree> populateColor(colorIndex, velocityIndex, in render()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/
H A DBarChart.cpp165 auto colorIndex = 0; in onDataChanged() local
174 values << QPair<qreal, QColor>(value, colors->item(colorIndex).value<QColor>()); in onDataChanged()
177 colorIndex++; in onDataChanged()
190 colorIndex++; in onDataChanged()
192 colorIndex = 0; in onDataChanged()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DColorBox.cpp174 unsigned int ColorBox::colorIndex(const QColor &c) in colorIndex() function in ColorBox
183 QColor ColorBox::color(unsigned int colorIndex) in color() argument
185 if (colorIndex < colors_count) in color()
186 return colors[colorIndex]; in color()
188 QColor qc = QColor::fromRgba(colorIndex); in color()
H A DColorBox.h51 static unsigned int colorIndex(const QColor &c);
53 static QColor color(unsigned int colorIndex);
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dlayervector.cpp34 bool LayerVector::usesColor(int colorIndex) in usesColor() argument
41 bUseColor = bUseColor || pVecImage->usesColor(colorIndex); in usesColor()
47 void LayerVector::removeColor(int colorIndex) in removeColor() argument
52 pVecImage->removeColor(colorIndex); in removeColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DClearTest.cpp1913 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
1920 drawBuffers[colorIndex] = GL_COLOR_ATTACHMENT0 + colorIndex; in TEST_P()
1941 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
1943 glReadBuffer(GL_COLOR_ATTACHMENT0 + colorIndex); in TEST_P()
2000 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2007 drawBuffers[colorIndex] = GL_COLOR_ATTACHMENT0 + colorIndex; in TEST_P()
2034 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2036 strstr << "layout(location = " << colorIndex << ") out vec4 value" << colorIndex << ";\n"; in TEST_P()
2040 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
2057 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp793 for (uint32_t colorIndex = 0; in Framebuffer() local
794 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
920 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1696 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
1969 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1978 mFloat32ColorAttachmentBits.reset(colorIndex); in setAttachmentImpl()
1985 mState.mColorAttachmentsMask.set(colorIndex); in setAttachmentImpl()
1990 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
2112 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2409 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp793 for (uint32_t colorIndex = 0; in Framebuffer() local
794 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
920 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1696 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
1969 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1978 mFloat32ColorAttachmentBits.reset(colorIndex); in setAttachmentImpl()
1985 mState.mColorAttachmentsMask.set(colorIndex); in setAttachmentImpl()
1990 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
2112 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2409 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp793 for (uint32_t colorIndex = 0; in Framebuffer() local
794 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
920 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1696 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local
1969 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1978 mFloat32ColorAttachmentBits.reset(colorIndex); in setAttachmentImpl()
1985 mState.mColorAttachmentsMask.set(colorIndex); in setAttachmentImpl()
1990 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, in setAttachmentImpl()
2112 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2409 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DStitch.h53 int colorIndex; variable
94 int colorIndex; variable
114 int colorIndex; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet352.java47 static int colorIndex = 0; field in Snippet352
70 info = new CircleInfo(newPoint, display.getSystemColor((colorIndex + 2) % PAINTABLE_COLORS)); in main()
71 colorIndex++; in main()
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DPlane.cpp84 std::size_t Plane::addText(const UnsignedByte colorIndex, const Float size, const Containers::Array… in addText() argument
102 colorIndex}; in addText()
106 void Plane::setText(const std::size_t id, const UnsignedByte colorIndex, const Float size, const Co… in setText() argument
125 colorIndex}; in setText()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/
H A DFramebuffer.cpp625 for (uint32_t colorIndex = 0; in Framebuffer() local
626 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
732 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1739 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1740 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1750 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1751 mState.mDrawBufferTypeMask.setIndex(getDrawbufferWriteType(colorIndex), colorIndex); in setAttachmentImpl()
1825 ASSERT(colorIndex < mState.mColorAttachments.size()); in getAttachmentFromSubjectIndex()
1826 return &mState.mColorAttachments[colorIndex]; in getAttachmentFromSubjectIndex()
2070 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/frontlib/ipc/
H A Dipcprotocol.c217 if(team->colorIndex<0 || team->colorIndex>=flib_teamcolor_count) { in flib_ipc_append_addteam()
218 flib_log_e("Color index out of bounds for team %s: %i", team->name, team->colorIndex); in flib_ipc_append_addteam()
221 …age(tempvector, "eaddteam %s %"PRIu32" %s", md5Hex, flib_teamcolors[team->colorIndex], team->name); in flib_ipc_append_addteam()
289 while(clan<clanCount && clanColors[clan] != team->colorIndex) { in flib_ipc_append_fullconfig()
295 clanColors[clan] = team->colorIndex; in flib_ipc_append_fullconfig()
/dports/math/fricas/fricas-1.3.7/src/lib/
H A Dspadcolors.c201 unsigned long **colorIndex, int *total_Shades) in makeColors() argument
228 *colorIndex = hiya; in makeColors()
293 free(*colorIndex); in makeColors()
296 …*colorIndex = (unsigned long *) saymem("while allocating the colormap for FriCAS ", 2, sizeof(unsi… in makeColors()
297 (*colorIndex)[0] = BlackPixel(dsply, scrn); in makeColors()
298 (*colorIndex)[1] = WhitePixel(dsply, scrn); in makeColors()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/frontlib/ipc/
H A Dipcprotocol.c217 if(team->colorIndex<0 || team->colorIndex>=flib_teamcolor_count) { in flib_ipc_append_addteam()
218 flib_log_e("Color index out of bounds for team %s: %i", team->name, team->colorIndex); in flib_ipc_append_addteam()
221 …age(tempvector, "eaddteam %s %"PRIu32" %s", md5Hex, flib_teamcolors[team->colorIndex], team->name); in flib_ipc_append_addteam()
289 while(clan<clanCount && clanColors[clan] != team->colorIndex) { in flib_ipc_append_fullconfig()
295 clanColors[clan] = team->colorIndex; in flib_ipc_append_fullconfig()
/dports/astro/marble/marble-21.12.3/src/plugins/runner/pn2/
H A DPn2Runner.cpp181 quint8 colorIndex; in parseForVersion1() local
182 m_stream >> colorIndex; in parseForVersion1()
185 polyStyle.setColorIndex( colorIndex ); in parseForVersion1()
277 quint8 colorIndex; in parseForVersion2() local
278 m_stream >> colorIndex; in parseForVersion2()
281 polyStyle.setColorIndex( colorIndex ); in parseForVersion2()
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DIndexedLineSet.cpp238 if (!node->colorIndex.getNum()) binding = PER_VERTEX; in findMaterialBinding()
242 if (node->colorIndex.getNum()) binding = PER_LINE_INDEXED; in findMaterialBinding()
284 mindices = this->colorIndex.getNum() ? this->colorIndex.getValues(0) : NULL; in GLRender()
471 matindices = this->colorIndex.getNum() ? this->colorIndex.getValues(0) : NULL; in generatePrimitives()
H A DIndexedShape.cpp92 SO_VRMLNODE_ADD_EMPTY_MFIELD(colorIndex); in SoVRMLIndexedShape()
125 mindices = this->colorIndex.getValues(0); in getVertexData()
126 if (this->colorIndex.getNum() <= 0 || mindices[0] < 0) mindices = NULL; in getVertexData()
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dcgcolor.pro305 FUNCTION cgColor, theColour, colorIndex, $
787 colorIndex = Fix(colorIndex[0])
794 colorIndex = Fix(theColor)
816 colorIndex = Fix(colorIndex[0])
819 ENDIF ELSE colorIndex = 0S > colorIndex < Fix((!D.Table_Size - 1))
831 colorIndex = Fix(colorIndex[0])
834 ENDIF ELSE colorIndex = 0S > colorIndex < Fix(!D.Table_Size - 1)
843 1: colorIndex = Fix(Indgen(ncolors) + colorIndex)
931 IF N_Elements(colorIndex) EQ 0 THEN colorIndex = Fix(!D.Table_Size - ncolors - 2)
932 IF colorIndex LT 0 THEN $
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dcolorpalettewidget.cpp136 int colorIndex = ui->colorListWidget->count(); in addItem() local
140 mObject->addColorAtIndex(colorIndex, ref); in addItem()
149 QListWidgetItem* item = ui->colorListWidget->item(colorIndex); in addItem()
175 void ColorPaletteWidget::setColor(QColor newColor, int colorIndex) in setColor() argument
178 ui->colorListWidget->setCurrentRow(colorIndex); in setColor()
180 if (colorIndex >= 0) in setColor()
350 int colorIndex = ui->colorListWidget->row(currentItem); in clickColorListItem() local
352 emit colorNumberChanged(colorIndex); in clickColorListItem()
585 int colorIndex = mObject->getColorCount(); in clickAddColorButton() local
591 editor()->color()->setColorNumber(colorIndex); in clickAddColorButton()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataPolyStyle.cpp118 void GeoDataPolyStyle::setColorIndex( quint8 colorIndex ) in setColorIndex() argument
120 d->m_colorIndex = colorIndex; in setColorIndex()
123 quint8 GeoDataPolyStyle::colorIndex() const in colorIndex() function in Marble::GeoDataPolyStyle

12345678910>>...44