Home
last modified time | relevance | path

Searched refs:pluginImage (Results 1 – 10 of 10) sorted by relevance

/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/PlugIns/
H A DZoomPlugInCell.m47 NSImage* pluginImage = nil;
49 pluginImage = [[[NSImage alloc] initWithContentsOfFile: imageFile] autorelease];
51 pluginImage = [NSImage imageNamed: @"zoom-app"];
54 BOOL wasFlipped = [pluginImage isFlipped];
55 [pluginImage setCacheMode: NSImageCacheNever];
56 [pluginImage setFlipped: [controlView isFlipped]];
61 if (pluginImage != nil) {
62 NSSize imageSize = [pluginImage size];
66 …[pluginImage drawInRect: NSMakeRect(NSMinX(cellFrame) + 2, NSMinY(cellFrame)+2, drawWidth, drawHei…
76 [pluginImage setFlipped: wasFlipped];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.ui/src/org/eclipse/tips/ui/internal/
H A DTipDialog.java110 …Image pluginImage = ResourceManager.getPluginImage("org.eclipse.tips.ui", "icons/lightbulb.png"); … in configureShell() local
111 if (pluginImage != null) { in configureShell()
112 pNewShell.setImage(pluginImage); in configureShell()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.tests/src/org/eclipse/tips/core/
H A DTestTipProvider.java43 …Image pluginImage = ResourceManager.getPluginImage("org.eclipse.tips.examples", "icons/48/c++.png"… in getImage() local
44 String base64 = ImageUtil.decodeFromImage(pluginImage, SWT.IMAGE_PNG); in getImage()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkControlWidget.cpp546 QSharedPointer<DkImageContainerT> pluginImage; in closePlugin() local
570pluginImage = DkImageContainerT::fromImageContainer(vPlugin->runPlugin("", mViewport->imageContain… in closePlugin()
579 if (!force && pluginImage) { in closePlugin()
580 mViewport->setEditedImage(pluginImage); in closePlugin()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/
H A DSpyFormToolkit.java268 Image pluginImage = PDERuntimePluginImages.get(PDERuntimePluginImages.IMG_PLUGIN_OBJ); in generatePluginDetailsText() local
269 text.setImage("plugin", pluginImage); //$NON-NLS-1$ in generatePluginDetailsText()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Plugins/Engine/
H A DOrthancPlugins.cpp4901 OrthancPluginImage* pluginImage = NULL; in Decode() local
4902 if ((*decoder) (&pluginImage, dicom, size, frame) == OrthancPluginErrorCode_Success && in Decode()
4903 pluginImage != NULL) in Decode()
4905 return reinterpret_cast<ImageAccessor*>(pluginImage); in Decode()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPlugins.cpp5419 OrthancPluginImage* pluginImage = NULL; in Decode() local
5420 if ((*decoder) (&pluginImage, dicom, size, frame) == OrthancPluginErrorCode_Success && in Decode()
5421 pluginImage != NULL) in Decode()
5423 return reinterpret_cast<ImageAccessor*>(pluginImage); in Decode()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Plugins/Engine/
H A DOrthancPlugins.cpp5419 OrthancPluginImage* pluginImage = NULL; in Decode() local
5420 if ((*decoder) (&pluginImage, dicom, size, frame) == OrthancPluginErrorCode_Success && in Decode()
5421 pluginImage != NULL) in Decode()
5423 return reinterpret_cast<ImageAccessor*>(pluginImage); in Decode()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPlugins.cpp5419 OrthancPluginImage* pluginImage = NULL; in Decode() local
5420 if ((*decoder) (&pluginImage, dicom, size, frame) == OrthancPluginErrorCode_Success && in Decode()
5421 pluginImage != NULL) in Decode()
5423 return reinterpret_cast<ImageAccessor*>(pluginImage); in Decode()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPlugins.cpp5419 OrthancPluginImage* pluginImage = NULL; in Decode() local
5420 if ((*decoder) (&pluginImage, dicom, size, frame) == OrthancPluginErrorCode_Success && in Decode()
5421 pluginImage != NULL) in Decode()
5423 return reinterpret_cast<ImageAccessor*>(pluginImage); in Decode()