Home
last modified time | relevance | path

Searched refs:mBackground (Results 1 – 25 of 143) sorted by relevance

123456

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dplayerbox.cpp47 mBackground(), in PlayerBox()
66 mBackground(), in PlayerBox()
83 Theme::unloadRect(mBackground, 0, 8); in ~PlayerBox()
98 mSkin = theme->loadSkinRect(mBackground, in init()
121 mBackground.grid[f] = nullptr; in init()
143 if (mBackground.grid[a] != nullptr) in draw()
144 mBackground.grid[a]->setAlpha(alpha); in draw()
165 graphics->drawImageRect(0, 0, w, h, mBackground); in drawFrame()
182 graphics->drawImageRect(0, 0, w, h, mBackground); in safeDrawFrame()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/snippingArea/
H A DAbstractSnippingArea.cpp24 mBackground(nullptr), in AbstractSnippingArea()
47 delete mBackground; in ~AbstractSnippingArea()
85 mBackground = new QPixmap(background); in setBackgroundImage()
86 mSelector->setBackgroundImage(mBackground); in setBackgroundImage()
91 delete mBackground; in clearBackgroundImage()
92 mBackground = nullptr; in clearBackgroundImage()
142 return *mBackground; in background()
171 painter.drawPixmap(snippingAreaGeometry, *mBackground); in paintEvent()
192 return mBackground == nullptr; in isBackgroundTransparent()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DGridTileComponent.cpp7 GridTileComponent::GridTileComponent(Window* window) : GuiComponent(window), mBackground(window) in GridTileComponent()
28 mBackground.setOrigin(0.5f, 0.5f); in GridTileComponent()
30 addChild(&mBackground); in GridTileComponent()
54 mBackground.setImagePath(mCurrentProperties.mBackgroundImage); in update()
57 mBackground.setCenterColor(mCurrentProperties.mBackgroundCenterColor); in update()
58 mBackground.setEdgeColor(mCurrentProperties.mBackgroundEdgeColor); in update()
244 mBackground.setCornerSize(mCurrentProperties.mBackgroundCornerSize); in resize()
245 mBackground.fitTo(mCurrentProperties.mSize - mBackground.getCornerSize() * 2); in resize()
308 return mBackground.getPosition() + mPosition; in getBackgroundPosition()
H A DBusyComponent.cpp17 mBackground(window, ":/frame.png"), mGrid(window, Vector2i(5, 3)) in BusyComponent()
27 addChild(&mBackground); in BusyComponent()
49mBackground.fitTo(Vector2f(mGrid.getColWidth(1) + mGrid.getColWidth(2) + mGrid.getColWidth(3), tex… in onSizeChanged()
H A DMenuComponent.cpp11 mBackground(window), mGrid(window, Vector2i(1, 3)) in MenuComponent()
13 addChild(&mBackground); in MenuComponent()
16 mBackground.setImagePath(":/frame.png"); in MenuComponent()
71 mBackground.fitTo(mSize, Vector3f::Zero(), Vector2f(-32, -32)); in onSizeChanged()
/dports/x11-wm/compiz/compiz-0.8.8/kde/window-decorator-kde4/
H A Dswitcher.cpp51 mBackground = new Plasma::FrameSvg(); in Switcher()
52 mBackground->setImagePath ("dialogs/background"); in Switcher()
53 mBackground->setEnabledBorders(Plasma::FrameSvg::AllBorders); in Switcher()
55 mBorder.left = mBackground->marginSize(Plasma::LeftMargin); in Switcher()
56 mBorder.right = mBackground->marginSize(Plasma::RightMargin); in Switcher()
57 mBorder.top = mBackground->marginSize(Plasma::TopMargin); in Switcher()
58 mBorder.bottom = mBackground->marginSize(Plasma::BottomMargin) + in Switcher()
95 delete mBackground; in ~Switcher()
156 mBackground->resizeFrame (QSizeF (contentWidth, contentHeight)); in redrawPixmap()
157 mBackground->paintFrame (&p, QRect (0, 0, contentWidth, contentHeight)); in redrawPixmap()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DRootNode.h1147 self.mBackground = Local::convertValue(other.mBackground);
1176 mBackground = other.mBackground;
2992 child.resetBackground(other.mBackground, mBackground);
3002 other.mBackground, mBackground);
3021 child.resetBackground(other.mBackground, mBackground);
3025 child.resetBackground(other.mBackground, mBackground);
3029 getChild(i), other.mBackground, mBackground);
3042 child.resetBackground(other.mBackground, mBackground);
3058 other.mBackground, mBackground);
3248 op(args.setARef(mBackground).setBRef(other.mBackground));
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DBackgroundControl.cpp14 mBackground(nullptr), in BackgroundControl()
28 assignWidget(mBackground, "Background"); in OnInitialise()
40 mBackground->setColour(_colour); in setColour()
41 mBackground->setAlpha(_colour.alpha); in setColour()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DBackgroundControl.cpp14 mBackground(nullptr), in BackgroundControl()
28 assignWidget(mBackground, "Background"); in OnInitialise()
40 mBackground->setColour(_colour); in setColour()
41 mBackground->setAlpha(_colour.alpha); in setColour()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DBackgroundControl.cpp14 mBackground(nullptr), in BackgroundControl()
28 assignWidget(mBackground, "Background"); in OnInitialise()
40 mBackground->setColour(_colour); in setColour()
41 mBackground->setAlpha(_colour.alpha); in setColour()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DBackgroundControl.cpp14 mBackground(nullptr), in BackgroundControl()
28 assignWidget(mBackground, "Background"); in OnInitialise()
40 mBackground->setColour(_colour); in setColour()
41 mBackground->setAlpha(_colour.alpha); in setColour()
/dports/misc/dartsim/dart-6.11.1/dart/gui/glut/
H A DGraphWindow.cpp54 mBackground[0] = 1.0; in GraphWindow()
55 mBackground[1] = 1.0; in GraphWindow()
56 mBackground[2] = 1.0; in GraphWindow()
57 mBackground[3] = 1.0; in GraphWindow()
H A DWin2D.cpp169 glClearColor(mBackground[0], mBackground[1], mBackground[2], mBackground[3]); in initGL()
H A DGlutWindow.cpp72 mBackground[0] = 0.3; in Window()
73 mBackground[1] = 0.3; in Window()
74 mBackground[2] = 0.3; in Window()
75 mBackground[3] = 1.0; in Window()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dmainmenu.cpp28 , mBackground(nullptr) in MainMenu()
153 if (mBackground && !show) in showBackground()
155 MyGUI::Gui::getInstance().destroyWidget(mBackground); in showBackground()
156 mBackground = nullptr; in showBackground()
191 if (!mBackground) in showBackground()
193mBackground = MyGUI::Gui::getInstance().createWidgetReal<BackgroundImage>("ImageBox", 0,0,1,1, in showBackground()
195 mBackground->setBackgroundImage("textures\\menu_morrowind.dds", true, stretch); in showBackground()
197 mBackground->setVisible(true); in showBackground()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/gamelist/
H A DISimpleGameListView.cpp11 mHeaderText(window), mHeaderImage(window), mBackground(window) in ISimpleGameListView()
24 mBackground.setResize(mSize.x(), mSize.y()); in ISimpleGameListView()
25 mBackground.setDefaultZIndex(0); in ISimpleGameListView()
28 addChild(&mBackground); in ISimpleGameListView()
34 mBackground.applyTheme(theme, getName(), "background", ALL); in onThemeChanged()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/example/
H A Devasapp.cpp96 mBackground = evas_object_rectangle_add(mEvas); in setup()
97 evas_object_color_set(mBackground, 70, 70, 70, 255); in setup()
98 evas_object_show(mBackground); in setup()
104 evas_object_resize(mBackground, w, h); in resize()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/example/
H A Devasapp.cpp104 mBackground = evas_object_rectangle_add(mEvas); in setup()
105 evas_object_color_set(mBackground, 70, 70, 70, 255); in setup()
106 evas_object_show(mBackground); in setup()
112 evas_object_resize(mBackground, w, h); in resize()
/dports/graphics/cfdg/cfdg-3.3_1/src-win/
H A DWinCanvas.cpp46 mBackground(bkgrnd), in WinCanvas()
76 mWidth, mHeight, mBackground); in Make8bitCopy()
79 eight->start(true, mBackground, cropWidth(), cropHeight()); in Make8bitCopy()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/guis/
H A DGuiFastSelect.cpp10 mBackground(window), mSortText(window), mLetterText(window), mGameList(gamelist) in GuiFastSelect()
18 mBackground.applyTheme(theme, "fastSelect", "windowBackground", PATH); in GuiFastSelect()
19 mBackground.fitTo(mSize); in GuiFastSelect()
20 addChild(&mBackground); in GuiFastSelect()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DDenseSparseTools.h199 mBackground(background), in SparseExtractor()
202 mMask( new ResultTreeType(mBackground)) in SparseExtractor()
210 mBackground(background), in SparseExtractor()
213 mMask( new ResultTreeType(mBackground)) in SparseExtractor()
223 mBackground(other.mBackground), mBBox(other.mBBox), in SparseExtractor()
225 mMask(new ResultTreeType(mBackground)), in SparseExtractor()
303 leaf->fill(mBackground); in operator()
423 mResult(new ResultTreeType(mBackground)) in SparseMaskedExtractor()
427 mDense(other.mDense), mBackground(other.mBackground), mBBox(other.mBBox), in SparseMaskedExtractor()
475 leaf->fill(mBackground); in operator()
[all …]
/dports/misc/visp/visp-3.4.0/modules/ar/src/ogre-simulator/
H A DvpAROgre.cpp81 …mImageRGBA(), mImage(), mPixelBuffer(), mBackground(NULL), mBackgroundHeight(0), mBackgroundWidth(… in vpAROgre()
786 mBackground = new Ogre::Rectangle2D(true); // true = textured in createBackground()
787 mBackground->setCorners(-1.0, 1.0, 1.0, -1.0); // Spread all over the window in createBackground()
788 mBackground->setBoundingBox(Ogre::AxisAlignedBox(-100000.0 * Ogre::Vector3::UNIT_SCALE, in createBackground()
838 mBackground->setRenderQueueGroup(Ogre::RENDER_QUEUE_BACKGROUND); // To be rendered in Background in createBackground()
842 BackgroundNode->attachObject(mBackground); in createBackground()
854 mBackground = new Ogre::Rectangle2D(true); // true = textured in createBackground()
855 mBackground->setCorners(-1.0, 1.0, 1.0, -1.0); // Spread all over the window in createBackground()
856 mBackground->setBoundingBox(Ogre::AxisAlignedBox(-100000.0 * Ogre::Vector3::UNIT_SCALE, in createBackground()
911 mBackground->setRenderQueueGroup(Ogre::RENDER_QUEUE_BACKGROUND); // To be rendered in Background in createBackground()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/
H A DDropdownPopupWindowImpl.java45 private Drawable mBackground; field in DropdownPopupWindowImpl
85 mBackground = ApiCompatibilityUtils.getDrawable( in DropdownPopupWindowImpl()
88 context, mAnchorView, mBackground, mContentView, rectProvider); in DropdownPopupWindowImpl()
94 mBackground.getPadding(paddingRect); in DropdownPopupWindowImpl()
119 mBackground.setBounds(anchorRect); in onPreLayoutChange()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dscreen.h96 const Color &background() const { return mBackground; } in NAMESPACE_BEGIN()
99 void setBackground(const Color &background) { mBackground = background; } in NAMESPACE_BEGIN()
197 Color mBackground; in NAMESPACE_BEGIN() local
/dports/games/zdoom/zdoom-2.8.1/src/intermission/
H A Dintermission.cpp92 const char *texname = desc->mBackground; in Init()
116 mBackground = TexMan.CheckForTexture(texname, FTexture::TEX_MiscPatch); in Init()
181 if (mBackground.isValid()) in Drawer()
185 screen->DrawTexture (TexMan[mBackground], 0, 0, DTA_Fullscreen, true, TAG_DONE); in Drawer()
189 screen->FlatFill (0,0, SCREENWIDTH, SCREENHEIGHT, TexMan[mBackground]); in Drawer()
255 if (mFlatfill || !mBackground.isValid()) return -1; in Ticker()
261 if (!mFlatfill && mBackground.isValid()) in Drawer()
269 …screen->DrawTexture (TexMan[mBackground], 0, 0, DTA_Fullscreen, true, DTA_ColorOverlay, color, TAG… in Drawer()
647 mFirstPic = mBackground; in Init()
659 mBackground = mSecondPic; in Responder()
[all …]

123456