Home
last modified time | relevance | path

Searched refs:colorIndex (Results 251 – 275 of 1085) sorted by relevance

1...<<11121314151617181920>>...44

/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A Dscatter3.sci240 markFg = colorIndex(argins(nextArgin+1));
247 markFg = colorIndex(argins(nextArgin+1));
255 markBg = colorIndex(argins(nextArgin+1));
263 markBg = colorIndex(argins(nextArgin+1));
296 function colorInd = colorIndex(colorSpec)
358 function colorIndex = scatterLinearColorMap(colorValue)
364 colorIndex = (numColors-1)*(colorValue - cMin)/(cMax - cMin) + 1;
366 colorIndex = 1; // default color index
/dports/graphics/wdune/wdune-1.926/warbird/
H A Dp_fly_glass.wrl169 colorIndex [
335 colorIndex [
/dports/graphics/qgis/qgis-3.22.3/src/gui/raster/
H A Dqgspalettedrendererwidget.cpp192 QModelIndex colorIndex; in setSelectionColor() local
199 colorIndex = mModel->index( index.row(), QgsPalettedRendererModel::ColorColumn ); in setSelectionColor()
200 mModel->setData( colorIndex, color, Qt::EditRole ); in setSelectionColor()
246 …QModelIndex colorIndex = mModel->index( sel.first().top(), QgsPalettedRendererModel::ColorColumn ); in changeColor() local
247 QColor currentColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeColor()
272 …QModelIndex colorIndex = mModel->index( sel.first().top(), QgsPalettedRendererModel::ColorColumn ); in changeOpacity() local
273 QColor currentColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeOpacity()
291 colorIndex = mModel->index( index.row(), QgsPalettedRendererModel::ColorColumn ); in changeOpacity()
293 QColor newColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeOpacity()
295 mModel->setData( colorIndex, newColor, Qt::EditRole ); in changeOpacity()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/raster/
H A Dqgspalettedrendererwidget.cpp194 QModelIndex colorIndex; in setSelectionColor() local
201 colorIndex = mModel->index( index.row(), QgsPalettedRendererModel::ColorColumn ); in setSelectionColor()
202 mModel->setData( colorIndex, color, Qt::EditRole ); in setSelectionColor()
248 …QModelIndex colorIndex = mModel->index( sel.first().top(), QgsPalettedRendererModel::ColorColumn ); in changeColor() local
249 QColor currentColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeColor()
274 …QModelIndex colorIndex = mModel->index( sel.first().top(), QgsPalettedRendererModel::ColorColumn ); in changeOpacity() local
275 QColor currentColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeOpacity()
293 colorIndex = mModel->index( index.row(), QgsPalettedRendererModel::ColorColumn ); in changeOpacity()
295 QColor newColor = mModel->data( colorIndex, Qt::DisplayRole ).value<QColor>(); in changeOpacity()
297 mModel->setData( colorIndex, newColor, Qt::EditRole ); in changeOpacity()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibppmcolor.c265 unsigned int colorIndex; in readOpenColorFile() local
267 for (colorIndex = 0; colorIndex < nColorsDone; ++colorIndex) in readOpenColorFile()
268 pm_strfree(colornames[colorIndex]); in readOpenColorFile()
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DPlane.h104 …std::size_t addText(UnsignedByte colorIndex, Float size, Containers::ArrayView<const char> text, c…
106 …void setText(std::size_t id, UnsignedByte colorIndex, Float size, Containers::ArrayView<const char…
/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/src/
H A Dpalette.c89 void setUndo2Color(uint8_t colorIndex)
91 undo2ColIndex = colorIndex;
92 undo2Col = theRightColors[colorIndex];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dtextblobcolortrans.cpp83 size_t colorIndex = 0; in onDraw() local
86 paint.setColor(colors[colorIndex++ % count]); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dtextblobcolortrans.cpp83 size_t colorIndex = 0; in onDraw() local
86 paint.setColor(colors[colorIndex++ % count]); in onDraw()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dplanarity_test.cc222 check(pc.colorIndex(n) >= 0 && pc.colorIndex(n) < num, in checkColoring()
226 check(pc.colorIndex(graph.u(e)) != pc.colorIndex(graph.v(e)), in checkColoring()
/dports/math/lemon/lemon-1.3.1/test/
H A Dplanarity_test.cc222 check(pc.colorIndex(n) >= 0 && pc.colorIndex(n) < num, in checkColoring()
226 check(pc.colorIndex(graph.u(e)) != pc.colorIndex(graph.v(e)), in checkColoring()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/shaders/
H A Dtexture3dslice.frag8 uniform highp vec4 colorIndex[256];
91 curColor = colorIndex[int(curColor.r * 255.0)];
111 curColor = colorIndex[int(curColor.r * 255.0)];
131 curColor = colorIndex[int(curColor.r * 255.0)];
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/
H A DRoomStateManager.java80 void requestAddTeam(Team team, int colorIndex); in requestAddTeam() argument
82 void changeTeamColorIndex(String teamname, int colorIndex); in changeTeamColorIndex() argument
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/
H A DRoomStateManager.java80 void requestAddTeam(Team team, int colorIndex); in requestAddTeam() argument
82 void changeTeamColorIndex(String teamname, int colorIndex); in changeTeamColorIndex() argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DVolumeRendererStructured.cxx449 vtkm::Id colorIndex = in operator ()() local
451 if (colorIndex < 0) in operator ()()
452 colorIndex = 0; in operator ()()
453 if (colorIndex > ColorMapSize) in operator ()()
454 colorIndex = ColorMapSize; in operator ()()
598 vtkm::Id colorIndex = in operator ()() local
600 if (colorIndex < 0) in operator ()()
601 colorIndex = 0; in operator ()()
602 if (colorIndex > ColorMapSize) in operator ()()
603 colorIndex = ColorMapSize; in operator ()()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DVolumeRendererStructured.cxx463 vtkm::Id colorIndex = in operator ()() local
465 if (colorIndex < 0) in operator ()()
466 colorIndex = 0; in operator ()()
467 if (colorIndex > ColorMapSize) in operator ()()
468 colorIndex = ColorMapSize; in operator ()()
612 vtkm::Id colorIndex = in operator ()() local
614 if (colorIndex < 0) in operator ()()
615 colorIndex = 0; in operator ()()
616 if (colorIndex > ColorMapSize) in operator ()()
617 colorIndex = ColorMapSize; in operator ()()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/trace/potrace/
H A Dinkscape-potrace.cpp574 for (int colorIndex=0 ; colorIndex<iMap->nrColors ; colorIndex++) { in traceQuant() local
579 if (indx == colorIndex) { in traceQuant()
593 RGB rgb = iMap->clut[colorIndex]; in traceQuant()
602 … ustring msg = ustring::compose(_("Trace: %1. %2 nodes"), colorIndex, nodeCount); in traceQuant()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCSystemColors.m128 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
131 …if (colorIndex < ((useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_System…
132 result = (useAppleColor ? appleColors : sColors)[colorIndex];
135 …ound, returning black.", __FILE__, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCSystemColors.m128 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
131 …if (colorIndex < (useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemC…
132 result = (useAppleColor ? appleColors : sColors)[colorIndex];
135 …ound, returning black.", __FILE__, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCSystemColors.m128 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
131 …if (colorIndex < ((useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_System…
132 result = (useAppleColor ? appleColors : sColors)[colorIndex];
135 …ound, returning black.", __FILE__, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DCSystemColors.m131 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
134 …if (colorIndex < (useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemC…
135 result = (useAppleColor ? appleColors : sColors)[colorIndex];
138 …und, returning black.", THIS_FILE, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCSystemColors.m131 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor {
134 …if (colorIndex < (useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemC…
135 result = (useAppleColor ? appleColors : sColors)[colorIndex];
138 …und, returning black.", THIS_FILE, __FUNCTION__, (useAppleColor) ? "Apple" : "System", colorIndex);
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/examples/contacts/
H A Dmain.qml23 property int colorIndex : 0
32 color: colors[colorIndex]
297 var index = rect.colorIndex;
299 rect.colorIndex = index;

1...<<11121314151617181920>>...44