Home
last modified time | relevance | path

Searched refs:colorBg (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_button.cpp187 unsigned colorBg = UiGetColor( uiBackground, uiClassButton, 0, 0x808080 ); //GetColor(0); in Paint() local
190 DrawBorder( gc, rect, ColorTone( colorBg, +20 ) ); in Paint()
192 DrawBorder( gc, rect, ColorTone( colorBg, -200 ) ); in Paint()
195 gc.SetFillColor( colorBg ); in Paint()
202 Draw3DButtonW2( gc, rect, colorBg, false ); in Paint()
212 Draw3DButtonW2( gc, rect, colorBg, true ); in Paint()
H A Dswl_sbutton.cpp110 unsigned colorBg = UiGetColor( uiBackground, 0, 0, 0xFFFFFF ); in Paint() local
112 gc.SetFillColor( colorBg ); //CCC in Paint()
127 gc.SetFillColor( colorBg ); in Paint()
H A Dswl_editline.cpp521 unsigned colorBg = UiGetColor( uiBackground, 0, 0, 0xFFFFFF ); in Paint() local
587 gc.SetFillColor( colorBg ); //GetColor(IC_EDIT_TEXT_BG)); in Paint()
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/psv/
H A DdebugScreen.h29 …h = H; h < toH; h++)for(int w = W; w < toW; w++)((uint32_t*)base)[h*SCREEN_FB_WIDTH + w] = colorBg;
33 static uint32_t defaultBg = 0xFF000000, colorBg = 0xFF000000; variable
77 uint32_t unit = arg[c] % 10, mode = arg[c] / 10, *color = mode&1 ? &colorFg : &colorBg; in psvDebugScreenEscape()
142 *pixel++ = (*font&mask)?colorFg:colorBg; in psvDebugScreenPuts()
145 *pixel++ = colorBg;// right margin in psvDebugScreenPuts()
149 *pixel++ = colorBg;// bottom margin in psvDebugScreenPuts()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dtoolbar.cpp171 unsigned colorBg = UiGetColor( uiBackground, 0, 0, 0x808080 ); //GetColor(0); in Paint() local
173 unsigned splitColor1 = ColorTone( colorBg, -70 ); in Paint()
174 unsigned splitColor2 = ColorTone( colorBg, 70 ); in Paint()
178 Draw3DButtonW2( gc, rect, colorBg, true ); in Paint()
183 gc.SetFillColor( colorBg ); in Paint()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINBarcode.php22 protected $colorFg, $colorBg; // Color Foreground, Barckground variable in CodeItNow\\BarcodeBundle\\Generator\\CINBarcode
76 return $this->colorBg;
87 $this->colorBg = $code;
89 $this->colorBg = new CINColor($code);
93 $label->setBackgroundColor($this->colorBg);
263 $label->setBackgroundColor($this->colorBg);
400 return $this->colorBg->allocate($im);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DTouchControlLayoutScreen.cpp121 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
129 dc.Draw()->DrawImageRotated(roundId_, centerX + spacing, centerY, scale_, 0, colorBg, false); in Draw()
134 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY + spacing, scale_, 0, colorBg, false); in Draw()
141 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY - spacing, scale_, 0, colorBg, false); in Draw()
146 dc.Draw()->DrawImageRotated(roundId_, centerX - spacing, centerY, scale_, 0, colorBg, false); in Draw()
251 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
267 dc.Draw()->DrawImageRotated(dirImage, x, y, scale_, angle + PI, colorBg, false); in Draw()
294 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
300 …dc.Draw()->DrawImage(stickBg, bounds_.centerX(), bounds_.centerY(), scale_, colorBg, ALIGN_CENTER); in Draw()
301 …dc.Draw()->DrawImage(stickImage, bounds_.centerX(), bounds_.centerY(), scale_ * spacing_, colorBg,… in Draw()
H A DGamepadEmu.cpp136 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
145 …bounds_.centerX(), bounds_.centerY(), scale, bgAngle_ * (M_PI * 2 / 360.0f), colorBg, flipImageH_); in Draw()
349 uint32_t colorBg = colorAlpha(GetButtonColor(), imgOpacity); in Draw() local
352 dc.Draw()->DrawImageRotated(arrowIndex_, x, y, imgScale, angle + PI, colorBg, false); in Draw()
378 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
393 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
397 …e_ * scale_, stickY - dy * stick_size_ * scale_, 1.0f * scale_ * headScale, colorBg, ALIGN_CENTER); in Draw()
482 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
498 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
501 …ckY - dy * stick_size_ * scale_, 1.0f*scale_*g_Config.fRightStickHeadScale, colorBg, ALIGN_CENTER); in Draw()
H A DComboKeyMappingScreen.cpp100 uint32_t colorBg = colorAlpha(g_Config.iTouchButtonStyle != 0 ? 0xFFFFFF : 0xc0b080, opacity); in Draw() local
103 dc.Draw()->DrawImageRotated(bgImg_, x_, y_, 1.0f, rotS_*PI/180, colorBg, flipS_); in Draw()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DTouchControlLayoutScreen.cpp121 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
129 dc.Draw()->DrawImageRotated(roundId_, centerX + spacing, centerY, scale_, 0, colorBg, false); in Draw()
134 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY + spacing, scale_, 0, colorBg, false); in Draw()
141 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY - spacing, scale_, 0, colorBg, false); in Draw()
146 dc.Draw()->DrawImageRotated(roundId_, centerX - spacing, centerY, scale_, 0, colorBg, false); in Draw()
251 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
267 dc.Draw()->DrawImageRotated(dirImage, x, y, scale_, angle + PI, colorBg, false); in Draw()
294 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
300 …dc.Draw()->DrawImage(stickBg, bounds_.centerX(), bounds_.centerY(), scale_, colorBg, ALIGN_CENTER); in Draw()
301 …dc.Draw()->DrawImage(stickImage, bounds_.centerX(), bounds_.centerY(), scale_ * spacing_, colorBg,… in Draw()
H A DGamepadEmu.cpp136 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
145 …bounds_.centerX(), bounds_.centerY(), scale, bgAngle_ * (M_PI * 2 / 360.0f), colorBg, flipImageH_); in Draw()
349 uint32_t colorBg = colorAlpha(GetButtonColor(), imgOpacity); in Draw() local
352 dc.Draw()->DrawImageRotated(arrowIndex_, x, y, imgScale, angle + PI, colorBg, false); in Draw()
378 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
393 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
397 …e_ * scale_, stickY - dy * stick_size_ * scale_, 1.0f * scale_ * headScale, colorBg, ALIGN_CENTER); in Draw()
482 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
498 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
501 …ckY - dy * stick_size_ * scale_, 1.0f*scale_*g_Config.fRightStickHeadScale, colorBg, ALIGN_CENTER); in Draw()
H A DComboKeyMappingScreen.cpp100 uint32_t colorBg = colorAlpha(g_Config.iTouchButtonStyle != 0 ? 0xFFFFFF : 0xc0b080, opacity); in Draw() local
103 dc.Draw()->DrawImageRotated(bgImg_, x_, y_, 1.0f, rotS_*PI/180, colorBg, flipS_); in Draw()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DTouchControlLayoutScreen.cpp121 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
129 dc.Draw()->DrawImageRotated(roundId_, centerX + spacing, centerY, scale_, 0, colorBg, false); in Draw()
134 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY + spacing, scale_, 0, colorBg, false); in Draw()
141 dc.Draw()->DrawImageRotated(roundId_, centerX, centerY - spacing, scale_, 0, colorBg, false); in Draw()
146 dc.Draw()->DrawImageRotated(roundId_, centerX - spacing, centerY, scale_, 0, colorBg, false); in Draw()
251 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
267 dc.Draw()->DrawImageRotated(dirImage, x, y, scale_, angle + PI, colorBg, false); in Draw()
294 uint32_t colorBg = colorAlpha(GetButtonColor(), GetButtonOpacity()); in Draw() local
300 …dc.Draw()->DrawImage(stickBg, bounds_.centerX(), bounds_.centerY(), scale_, colorBg, ALIGN_CENTER); in Draw()
301 …dc.Draw()->DrawImage(stickImage, bounds_.centerX(), bounds_.centerY(), scale_ * spacing_, colorBg,… in Draw()
H A DGamepadEmu.cpp136 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
145 …bounds_.centerX(), bounds_.centerY(), scale, bgAngle_ * (M_PI * 2 / 360.0f), colorBg, flipImageH_); in Draw()
349 uint32_t colorBg = colorAlpha(GetButtonColor(), imgOpacity); in Draw() local
352 dc.Draw()->DrawImageRotated(arrowIndex_, x, y, imgScale, angle + PI, colorBg, false); in Draw()
378 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
393 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
397 …e_ * scale_, stickY - dy * stick_size_ * scale_, 1.0f * scale_ * headScale, colorBg, ALIGN_CENTER); in Draw()
482 uint32_t colorBg = colorAlpha(GetButtonColor(), opacity); in Draw() local
498 dc.Draw()->DrawImage(bgImg_, stickX, stickY, 1.0f * scale_, colorBg, ALIGN_CENTER); in Draw()
501 …ckY - dy * stick_size_ * scale_, 1.0f*scale_*g_Config.fRightStickHeadScale, colorBg, ALIGN_CENTER); in Draw()
H A DComboKeyMappingScreen.cpp100 uint32_t colorBg = colorAlpha(g_Config.iTouchButtonStyle != 0 ? 0xFFFFFF : 0xc0b080, opacity); in Draw() local
103 dc.Draw()->DrawImageRotated(bgImg_, x_, y_, 1.0f, rotS_*PI/180, colorBg, flipS_); in Draw()
/dports/misc/kcd/kcd-7.15.0/
H A Dconfobj.h181 void SetAttr(AttrConfig &cfg, int colorFg, int colorBg, in SetAttr()
184 cfg.colorBackground = colorBg; in SetAttr()
/dports/comms/qsstv/qsstv/widgets/
H A Dvumeter.h35 QColor colorBg() const { return colBack; } in colorBg() function
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/windows/
H A Di_video_render_win.h92 const uint32_t colorBg,
H A Dvideo_render_direct3d9.h174 const uint32_t colorBg,
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.cpp2403 QString colorBg = q.value(4).toString(); in loadLabels() local
2415 if (!colorBg.isEmpty()) in loadLabels()
2444 << colorText << colorBg in newLabel()
2450 if (!colorBg.isEmpty()) in newLabel()
2481 QString colorBg = treeWidgetItem->text(3); in editLabel() local
2488 labelDialog->colorBgStr_ = colorBg; in editLabel()
2498 colorBg = labelDialog->colorBgStr_; in editLabel()
2502 treeWidgetItem->setText(3, colorBg); in editLabel()
2506 if (!colorBg.isEmpty()) in editLabel()
2653 q.addBindValue(colorBg); in applyLabels()
[all …]
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dconfigtabappearance.cpp400 QColor colorBg = (buttonBg == nullptr) ? m_theme.color("bg") in updateFontButtons() local
403 pix.fill(colorBg); in updateFontButtons()
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/config_files/
H A Dbibble.config424 'zShadowPlug.colorBg' => { },
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/config_files/
H A Dbibble.config424 'zShadowPlug.colorBg' => { },
/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dmainwindow.cpp1320 void MainWindow::console(const QString &str, const QColor &colorFg, const QColor &colorBg, int type… in console() argument
1329 m_consoleFormat.setBackground(colorBg); in console()
1354 QColor colorBg = sColorBg; in console() local
1380 colorBg = ui->console->palette().color(QPalette::Base); in console()
1407 colorBg = lookup[x - '0']; in console()
1416 sColorBg = colorBg; in console()
H A Dmainwindow.h179 …void console(const QString &str, const QColor &colorFg = Qt::black, const QColor &colorBg = Qt::wh…

12