Home
last modified time | relevance | path

Searched refs:updateImage (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/games/openmw/openmw-openmw-0.47.0/components/widgets/
H A Dimagebutton.cpp32 updateImage(); in setTextureRect()
60 updateImage(); in onMouseSetFocus()
67 updateImage(); in onMouseLostFocus()
76 updateImage(); in onMouseButtonPressed()
81 void ImageButton::updateImage() in updateImage() function in Gui::ImageButton
130 updateImage(); in setImage()
138 updateImage(); in onMouseButtonReleased()
147 updateImage(); in onKeySetFocus()
153 updateImage(); in onKeyLostFocus()
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrimageitemeditor.cpp15 updateImage(); in ImageItemEditor()
23 void ImageItemEditor::updateImage() in updateImage() function in ImageItemEditor
37 updateImage(); in on_tbLoadImage_clicked()
43 updateImage(); in on_tbClearImage_clicked()
69 updateImage(); in on_tbResourcePath_clicked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DTrayItem.java371 updateImage (); in setImage()
393 updateImage (); in setHighlightImage()
479 updateImage (); in setVisible()
535 updateImage(); in mouseDown()
539 updateImage (); in mouseDown()
550 updateImage (); in mouseDragged()
555 updateImage (); in mouseDragged()
567 updateImage (); in mouseUp()
593 void updateImage () { in updateImage() method in TrayItem
H A DTaskItem.java289 updateImage (); in setOverlayImage()
323 updateImage (); in setOverlayText()
356 updateImage (); in setProgress()
398 updateImage (); in setProgressState()
409 void updateImage () { in updateImage() method in TaskItem
462 getDisplay ().timerExec (PROGRESS_TIMER, () -> updateImage ()); in updateImage()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DButtonComponent.cpp15 updateImage(); in ButtonComponent()
56 updateImage(); in onFocusGained()
62 updateImage(); in onFocusLost()
68 updateImage(); in setEnabled()
71 void ButtonComponent::updateImage() in updateImage() function in ButtonComponent
/dports/graphics/krita/krita-4.4.8/plugins/paintops/tangentnormal/
H A Dkis_normal_preview_widget.cpp50 updateImage(); in setRedChannel()
58 updateImage(); in setGreenChannel()
66 updateImage(); in setBlueChannel()
69 void KisNormalPreviewWidget::updateImage() in updateImage() function in KisNormalPreviewWidget
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/test/src/com/lightcrafts/ui/metadata/test/
H A DThumbnailUpdater.java43 updateImage(path); in ThumbnailUpdater()
59 updateImage(path); in ThumbnailUpdater()
66 updateImage(path); in valueChanged()
75 private void updateImage(TreePath path) { in updateImage() method in ThumbnailUpdater
H A DPreviewUpdater.java43 updateImage(path); in PreviewUpdater()
59 updateImage(path); in PreviewUpdater()
66 updateImage(path); in valueChanged()
75 private void updateImage(TreePath path) { in updateImage() method in PreviewUpdater
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/
H A DADM_previewNavigate.cpp101 return updateImage(); in samePicture()
114 return updateImage(); in nextPicture()
127 return updateImage(); in previousPicture()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/
H A DADM_previewNavigate.cpp101 return updateImage(); in samePicture()
114 return updateImage(); in nextPicture()
127 return updateImage(); in previousPicture()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/
H A DADM_previewNavigate.cpp101 return updateImage(); in samePicture()
114 return updateImage(); in nextPicture()
127 return updateImage(); in previousPicture()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/
H A DADM_previewNavigate.cpp101 return updateImage(); in samePicture()
114 return updateImage(); in nextPicture()
127 return updateImage(); in previousPicture()
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/qml/components/
H A DSeekPreview.qml34 function updateImage() {
60 updateImage()
68 onFromChanged: d.updateImage()
69 onToChanged: d.updateImage()
70 onValueChanged: d.updateImage()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTransferFunction.cpp59 updateImage(); in allocate()
115 void TransferFunction1D::setColor(float v, const osg::Vec4& color, bool updateImage) in setColor() argument
117 if (!updateImage) in setColor()
187 updateImage(); in assign()
190 void TransferFunction1D::updateImage() in updateImage() function in TransferFunction1D
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTransferFunction.cpp59 updateImage(); in allocate()
111 void TransferFunction1D::setColor(float v, const osg::Vec4& color, bool updateImage) in setColor() argument
113 if (!updateImage) in setColor()
183 updateImage(); in assign()
186 void TransferFunction1D::updateImage() in updateImage() function in TransferFunction1D
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dmagnifying_glass.cpp30 updateImage(); in mouseMoveEvent()
34 void MagnifyingGlass::updateImage(int x, int y) in updateImage() function in MagnifyingGlass
134 void MagnifyingGlass::updateImage() in updateImage() function in MagnifyingGlass
139 updateImage(p.x(), p.y()); in updateImage()
174 updateImage(); in wheelEvent()
267 updateImage(); in keyPressEvent()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dopencl_engine_render_dof.cpp118 connect(&dof, SIGNAL(updateImage()), this, SIGNAL(updateImage())); in RenderDOF()
136 emit updateImage(); in RenderDOF()
237 connect(dofEnginePhase2.get(), SIGNAL(updateImage()), this, SIGNAL(updateImage())); in RenderDOF()
H A Drender_job.cpp494 emit updateImage(); in Execute()
521 emit updateImage(); in Execute()
660 connect(gOpenCl->openClEngineRenderFractal, SIGNAL(updateImage()), this, SIGNAL(updateImage()), in RenderFractalWithOpenCl()
703 connect(gOpenCl->openClEngineRenderSSAO, SIGNAL(updateImage()), this, SIGNAL(updateImage())); in RenderSSAOWithOpenCl()
733 connect(&rendererSSAO, SIGNAL(updateImage()), this, SIGNAL(updateImage())); in RenderSSAOWithOpenCl()
748 emit updateImage(); in RenderSSAOWithOpenCl()
770 connect(gOpenCl->openclEngineRenderPostFilter, &cOpenClEngineRenderPostFilter::updateImage, in RenderPostFiltersWithOpenCl()
771 this, &cRenderJob::updateImage); in RenderPostFiltersWithOpenCl()
832 connect(gOpenCl->openclEngineRenderDOF, SIGNAL(updateImage()), this, SIGNAL(updateImage())); in RenderDOFWithOpenCl()
869 connect(renderer, SIGNAL(updateImage()), this, SIGNAL(updateImage())); in ConnectUpdateSinalsSlots()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/image/
H A Dqvolatileimagedata_symbian.cpp253 updateImage(); in QVolatileImageData()
288 updateImage(); in QVolatileImageData()
330 updateImage(); in ensureFormat()
363 void QVolatileImageData::updateImage() in updateImage() function in QVolatileImageData
413 updateImage(); in initWithBitmap()
471 updateImage(); in ensureImage()
479 updateImage(); in ensureBitmap()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc75 updateImage(&bb, state); in drawImageMask()
80 updateImage(&bb, state); in drawImage()
85 updateImage(&bb, state); in drawMaskedImage()
91 updateImage(&bb, state); in drawSoftMaskedImage()
212 void BBoxOutputDev::updateImage(PDFRectangle *bbA, const GfxState *state) in updateImage() function in BBoxOutputDev
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc75 updateImage(&bb, state); in drawImageMask()
80 updateImage(&bb, state); in drawImage()
85 updateImage(&bb, state); in drawMaskedImage()
91 updateImage(&bb, state); in drawSoftMaskedImage()
212 void BBoxOutputDev::updateImage(PDFRectangle *bbA, const GfxState *state) in updateImage() function in BBoxOutputDev
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc75 updateImage(&bb, state); in drawImageMask()
80 updateImage(&bb, state); in drawImage()
85 updateImage(&bb, state); in drawMaskedImage()
91 updateImage(&bb, state); in drawSoftMaskedImage()
212 void BBoxOutputDev::updateImage(PDFRectangle *bbA, const GfxState *state) in updateImage() function in BBoxOutputDev
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DBBoxOutputDev.cc75 updateImage(&bb, state); in drawImageMask()
80 updateImage(&bb, state); in drawImage()
85 updateImage(&bb, state); in drawMaskedImage()
91 updateImage(&bb, state); in drawSoftMaskedImage()
212 void BBoxOutputDev::updateImage(PDFRectangle *bbA, const GfxState *state) in updateImage() function in BBoxOutputDev
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWLabel.C135 updateImage(element, all, app, 0); in updateDom()
139 updateImage(element, all, app, 1); in updateDom()
143 updateImage(element, all, app, 0); in updateDom()
155 void WLabel::updateImage(DomElement& element, bool all, WApplication *app, in updateImage() function
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qgalleroob/
H A Dviewer.py78 self.updateImage()
96 def updateImage(self): member in Viewer
129 self.updateImage()
136 self.updateImage()
141 self.updateImage()
146 self.updateImage()

12345678910>>...18