Home
last modified time | relevance | path

Searched refs:colorId (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/
H A DEps.php81 * @param string $colorId
84 public function drawBackground($colorId) argument
86 $this->setColor($colorId);
96 * @param string $colorId
99 public function drawBlock($x, $y, $colorId) argument
101 $this->setColor($colorId);
119 * @param string $colorId
122 protected function setColor($colorId) argument
124 if ($colorId !== $this->currentColor) {
125 $color = $this->colors[$colorId];
[all …]
H A DSvg.php79 * @param string $colorId
82 public function drawBackground($colorId) argument
89 $rect->addAttribute('fill', '#' . $this->colors[$colorId]);
98 * @param string $colorId
101 public function drawBlock($x, $y, $colorId) argument
108 $this->getRectPrototypeId($colorId),
141 $this->prototypeIds[$colorId] = '#' . $id;
144 return $this->prototypeIds[$colorId];
H A DPng.php74 * @param string $colorId
77 public function drawBackground($colorId) argument
79 imagefill($this->image, 0, 0, $this->colors[$colorId]);
88 * @param string $colorId
91 public function drawBlock($x, $y, $colorId) argument
99 $this->colors[$colorId]
H A DRendererInterface.php39 * @param string $colorId
42 public function drawBackground($colorId); argument
49 * @param string $colorId
52 public function drawBlock($x, $y, $colorId); argument
/dports/deskutils/egroupware/egroupware/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/
H A DEps.php81 * @param string $colorId
84 public function drawBackground($colorId) argument
86 $this->setColor($colorId);
96 * @param string $colorId
99 public function drawBlock($x, $y, $colorId) argument
101 $this->setColor($colorId);
119 * @param string $colorId
122 protected function setColor($colorId) argument
124 if ($colorId !== $this->currentColor) {
125 $color = $this->colors[$colorId];
[all …]
H A DSvg.php79 * @param string $colorId
82 public function drawBackground($colorId) argument
89 $rect->addAttribute('fill', '#' . $this->colors[$colorId]);
98 * @param string $colorId
101 public function drawBlock($x, $y, $colorId) argument
108 $this->getRectPrototypeId($colorId),
141 $this->prototypeIds[$colorId] = '#' . $id;
144 return $this->prototypeIds[$colorId];
H A DPng.php74 * @param string $colorId
77 public function drawBackground($colorId) argument
79 imagefill($this->image, 0, 0, $this->colors[$colorId]);
88 * @param string $colorId
91 public function drawBlock($x, $y, $colorId) argument
99 $this->colors[$colorId]
H A DRendererInterface.php39 * @param string $colorId
42 public function drawBackground($colorId); argument
49 * @param string $colorId
52 public function drawBlock($x, $y, $colorId); argument
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/lib/
H A Dcolor.gi17 [ "colorId", "name" ],
34 return color!.colorId;
110 return c1!.colorId = c2!.colorId;
126 return c1!.colorId < c2!.colorId;
144 rec( colorId := 0, name := "black",
148 rec( colorId := 1, name := "white",
176 rec( colorId := 4, name := "red",
180 rec( colorId := 5, name := "blue",
184 rec( colorId := 6, name := "green",
198 rec( colorId := 4, name := "red",
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dpalette.h50 QColor color(const int colorId) const{ in color() argument
51 if (colorId<0) { in color()
53 } else if (colorId>=_count) { in color()
56 return _colors[colorId]; in color()
66 QRgb rgb(const int colorId) const{ in rgb() argument
67 if (colorId<0) { in rgb()
69 } else if (colorId>=_count) { in rgb()
72 return _rgb[colorId] | 0xff000000; in rgb()
/dports/cad/veroroute/VeroRoute/Src/
H A DColorManager.h84 const int colorId = m_mapNodeIdToColorId[nodeId]; in Fix() local
85 const bool bOK = colorId != BAD_COLORID; assert(bOK); in Fix()
87 m_mapNodeIdToCustomColor[nodeId] = GetPixmapRGB(colorId, false); in Fix()
185 if ( colorId == BAD_COLORID ) { R = G = B = 255; }
186 else if ( colorId == MY_GREY ) { R = G = B = 96; }
187 else if ( colorId == MY_LYR_BOT ) { G = 128; }
188 else if ( colorId == MY_LYR_TOP ) { G = 96; B = 192; }
189 else if ( colorId >= 0 && colorId < MYNUMCOLORS )
191 const MyRGB& rgb = sm_color[colorId % MYNUMCOLORS];
197 assert(colorId == MY_BLACK);
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dsaga.cpp547 colorId = kITEColorTransBlack; in KnownColor2ColorId()
550 colorId = kITEColorBrightWhite; in KnownColor2ColorId()
553 colorId = kITEColorWhite; in KnownColor2ColorId()
556 colorId = kITEColorBlack; in KnownColor2ColorId()
559 colorId = (ColorId)255; in KnownColor2ColorId()
562 colorId = (ColorId)210; in KnownColor2ColorId()
565 colorId = kITEColorBlue; in KnownColor2ColorId()
568 colorId = kITEColorBlack; in KnownColor2ColorId()
571 colorId = (ColorId)96; in KnownColor2ColorId()
602 colorId = (ColorId)(15 - offset); in KnownColor2ColorId()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/examples/CairoUI/
H A DDemoWidgetClickable.hpp31 colorId(0) {} in DemoWidgetClickable()
35 colorId(0) {} in DemoWidgetClickable()
46 switch (colorId) in onCairoDisplay()
85 colorId = (colorId + 1) % 3; in onMouse()
94 uint colorId; member in DemoWidgetClickable
/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/dmetadata/
H A Ddmetadata_labels.cpp128 long colorId = value.toLong(&ok); in getItemColorLabel() local
130 if (ok && (colorId >= NoColorLabel) && (colorId <= WhiteLabel)) in getItemColorLabel()
132 return colorId; in getItemColorLabel()
286 bool DMetadata::setItemColorLabel(int colorId, const DMetadataSettingsContainer& settings) const in setItemColorLabel() argument
288 if ((colorId < NoColorLabel) || (colorId > WhiteLabel)) in setItemColorLabel()
330 switch (colorId) in setItemColorLabel()
377 if (!setXmpTagString(nameSpace, QString::number(colorId))) in setItemColorLabel()
388 if (!setExifTagString(nameSpace, QString::number(colorId))) in setItemColorLabel()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkColorTableTest.cxx30 if( colors->GetColor( colorId ) != rgbPixel ) in ColorTableTestExpectedConditionChecker()
35 << colors->GetColor( colorId ) << std::endl; in ColorTableTestExpectedConditionChecker()
38 if( colors->GetColorName( colorId ) != name ) in ColorTableTestExpectedConditionChecker()
253 unsigned int colorId = 0; in itkColorTableTest() local
255 colors, colorId, pixel, name ); in itkColorTableTest()
268 colorId = 1; in itkColorTableTest()
270 colors, colorId, pixel, name ); in itkColorTableTest()
283 colorId = 2; in itkColorTableTest()
285 colors, colorId, pixel, name ); in itkColorTableTest()
298 colorId = 3; in itkColorTableTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/generic_ui/
H A DAssistantColor.java38 int colorId = context.getResources().getIdentifier( in isValidResourceIdentifier() local
40 if (colorId == 0) { in isValidResourceIdentifier()
44 ApiCompatibilityUtils.getColor(context.getResources(), colorId); in isValidResourceIdentifier() local
69 int colorId = context.getResources().getIdentifier( in createFromResource() local
71 if (colorId == 0) { in createFromResource()
75 return ApiCompatibilityUtils.getColor(context.getResources(), colorId); in createFromResource()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsaga.cpp555 colorId = kITEColorTransBlack; in KnownColor2ColorId()
558 colorId = kITEColorBrightWhite; in KnownColor2ColorId()
561 colorId = kITEColorWhite; in KnownColor2ColorId()
564 colorId = kITEColorBlack; in KnownColor2ColorId()
567 colorId = (ColorId)255; in KnownColor2ColorId()
570 colorId = kITEColorBlue; in KnownColor2ColorId()
573 colorId = kITEColorBlack; in KnownColor2ColorId()
576 colorId = (ColorId)96; in KnownColor2ColorId()
592 colorId = (ColorId)(249 - offset); in KnownColor2ColorId()
607 colorId = (ColorId)(15 - offset); in KnownColor2ColorId()
[all …]
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Drenderer.cpp20 int colorId; member
25 , colorId (0) in LightIds()
38 int colorId; member
50 , colorId (0) in ShaderIds()
151 s->colorId = OpenGL::glGetUniformLocation (id, "color"); in initalizeProgram()
156 s->lightIds[0].colorId = OpenGL::glGetUniformLocation (id, "light1Color"); in initalizeProgram()
159 s->lightIds[1].colorId = OpenGL::glGetUniformLocation (id, "light2Color"); in initalizeProgram()
182 OpenGL::glUniformVec3 (this->activeShaderIndex->lightIds[i].colorId, in setProgram()
214 OpenGL::glUniformVec4 (this->activeShaderIndex->colorId, c.vec4 ()); in setColor()
218 OpenGL::glUniformVec3 (this->activeShaderIndex->colorId, c.vec3 ()); in setColor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/console/
H A DAntConsoleColorProvider.java84 private String getStreamId(String colorId) { in getStreamId() argument
85 if (IAntUIPreferenceConstants.CONSOLE_DEBUG_COLOR.equals(colorId)) { in getStreamId()
87 } else if (IAntUIPreferenceConstants.CONSOLE_ERROR_COLOR.equals(colorId)) { in getStreamId()
89 } else if (IAntUIPreferenceConstants.CONSOLE_INFO_COLOR.equals(colorId)) { in getStreamId()
91 } else if (IAntUIPreferenceConstants.CONSOLE_VERBOSE_COLOR.equals(colorId)) { in getStreamId()
93 } else if (IAntUIPreferenceConstants.CONSOLE_WARNING_COLOR.equals(colorId)) { in getStreamId()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/containers/
H A Diteminfo_labels.cpp114 void ItemInfo::setColorLabel(int colorId) in setColorLabel() argument
116 if (!m_data || (colorId < FirstColorLabel) || (colorId > LastColorLabel)) in setColorLabel()
138 setTag(colorLabelTags[colorId]); in setColorLabel()
142 m_data->colorLabel = colorId; in setColorLabel()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dprogresswidget.cpp38 DotPath colorId { "progress.light.wheel" };
58 self().setImageColor(style().colors().colorf(colorId));
124 v.rgba = style().colors().colorf(colorId) * Vector4f(1, 1, 1, mini? 1.f : 1.9f);
151 Vector4f color = style().colors().colorf(colorId);
185 void ProgressWidget::useMiniStyle(DotPath const &colorId)
188 d->colorId = colorId;
190 setTextColor(colorId);
225 d->colorId = styleId;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Calendar/
H A DCalendarListEntry.php23 public $colorId; variable in Google_Service_Calendar_CalendarListEntry
60 public function setColorId($colorId) argument
62 $this->colorId = $colorId;
66 return $this->colorId;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Calendar/
H A DCalendarListEntry.php23 public $colorId; variable in Google_Service_Calendar_CalendarListEntry
60 public function setColorId($colorId) argument
62 $this->colorId = $colorId;
66 return $this->colorId;
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/traces/calendar/
H A Dquery_all_calendars-async39 < "colorId": "3",
52 < "colorId": "17",
95 < "colorId": "23",
108 < "colorId": "8",
122 < "colorId": "13",
136 < "colorId": "8",
H A Dquery-all-calendars-async-progress-closure39 < "colorId": "12",
52 < "colorId": "17",
95 < "colorId": "17",
108 < "colorId": "8",
122 < "colorId": "13",
136 < "colorId": "8",

12345678910