Home
last modified time | relevance | path

Searched refs:getImage (Results 76 – 100 of 114) sorted by last modified time

12345

/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js250 …ion(a,b,c){this.images[a]={value:b,fallback:c}};mxImageBundle.prototype.getImage=function(a){var b… method in mxImageBundle
907 ….configureShape=function(a){a.shape.apply(a);a.shape.image=a.view.graph.getImage(a);a.shape.indica…
1115 …)for(var b=0;b<this.imageBundles.length;b++){var c=this.imageBundles[b].getImage(a);if(null!=c)ret…
1151 …stants.STYLE_FONTSIZE]||mxConstants.DEFAULT_FONTSIZE,g=0,c=0;null==this.getImage(d)&&null==e[mxCon…
1230getImage=function(a){return null!=a&&null!=a.style?a.style[mxConstants.STYLE_IMAGE]:null};mxGraph.… method in mxGraph
/plugin/diagramsnet/lib/js/
H A Dapp.min.js488 …ion(a,b,c){this.images[a]={value:b,fallback:c}};mxImageBundle.prototype.getImage=function(a){var b… method in mxImageBundle
1145 ….configureShape=function(a){a.shape.apply(a);a.shape.image=a.view.graph.getImage(a);a.shape.indica…
1353 …)for(var b=0;b<this.imageBundles.length;b++){var c=this.imageBundles[b].getImage(a);if(null!=c)ret…
1389 …stants.STYLE_FONTSIZE]||mxConstants.DEFAULT_FONTSIZE,g=0,c=0;null==this.getImage(d)&&null==e[mxCon…
1468getImage=function(a){return null!=a&&null!=a.style?a.style[mxConstants.STYLE_IMAGE]:null};mxGraph.… method in mxGraph
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js4734 return getImage(properties, action);
5440 function getImage(properties, action, url) function
13301 img.style += getImage({}, {}, p.FillColor.url);
/plugin/ol3/
H A Dscript.js8getImage=function(){return n()},e.prototype.getPixelRatio=function(){return this.pixelRatio_},e.pr… method in e
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2514 public function getImage() { function in Google_Instance
H A DGoogle_PlusDomainsService.php722 public function getImage() { function in Google_ActivityActor
950 public function getImage() { function in Google_ActivityObjectActor
1025 public function getImage() { function in Google_ActivityObjectAttachments
1160 public function getImage() { function in Google_ActivityObjectAttachmentsThumbnails
1605 public function getImage() { function in Google_CommentActor
1890 public function getImage() { function in Google_MediaAuthor
2076 public function getImage() { function in Google_Person
H A DGoogle_PlusService.php548 public function getImage() { function in Google_ActivityActor
767 public function getImage() { function in Google_ActivityObjectActor
839 public function getImage() { function in Google_ActivityObjectAttachments
957 public function getImage() { function in Google_ActivityObjectAttachmentsThumbnails
1171 public function getImage() { function in Google_CommentActor
1585 public function getImage() { function in Google_ItemScope
2005 public function getImage() { function in Google_Person
H A DGoogle_BloggerService.php797 public function getImage() { function in Google_CommentAuthor
981 public function getImage() { function in Google_PageAuthor
1164 public function getImage() { function in Google_PostAuthor
H A DGoogle_DriveService.php2836 public function getImage() { function in Google_DriveFileThumbnail
H A DGoogle_YouTubeService.php1683 public function getImage() { function in Google_ChannelBrandingSettings
H A DGoogle_CustomsearchService.php183 public function getImage() { function in Google_Promotion
582 public function getImage() { function in Google_Result
H A DGoogle_OrkutService.php1818 public function getImage() { function in Google_CommunityPoll
2328 public function getImage() { function in Google_OrkutActivitypersonResource
2394 public function getImage() { function in Google_OrkutAuthorResource
2431 public function getImage() { function in Google_OrkutCommunitypolloptionResource
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java196 BufferedImage image = getImage(); in getToolTipImage()
268 BufferedImage getImage() throws IOException { in getImage() method in MovieEditorDialog.FrameEntry
299 return ((ImageReference) shapeContent).getImage().getImage().getImage(); in shapeImage()
301 …om.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image) shapeContent).getImage().getImage(); in shapeImage()
338 mouseImage = Toolkit.getDefaultToolkit().getImage(getClass().getResource("mouse.png")); in MovieEditorDialog()
507 …new Point(0,0), new ImageImpl(new MappedImage(frameEntries[splashIndex].getImage(), imageFormat, n… in buildUI()
897 Image image = frameEntries[playingColumn==-1 ? focusColumn : playingColumn].getImage(); in buildUI()
H A DScreenShot.java108 BufferedImage img = image.getImage(); in call()
138 BufferedImage pimg = prev.image.getImage(); in call()
209 BufferedImage img = regions.get(i).getImage().getImage(); in dump()
H A DShapeImpl.java26 public MappedImage getImage() { in getImage() method in ShapeImpl.ImageImpl
50 public Image getImage() { in getImage() method in ShapeImpl.ImageReferenceImpl
H A DCaptureFrame.java57 setIconImage(Toolkit.getDefaultToolkit().getImage(getClass().getResource("camera.png"))); in CaptureFrame()
226 …Shot = captureConfig.createScreenShot(null, null).call().getRegions().get(0).getImage().getImage(); in capture()
H A DMappedImage.java104 public BufferedImage getImage() throws IOException { in getImage() method in MappedImage
H A DRegion.java46 BufferedImage img = master.getImage(); in Region()
104 public MappedImage getImage() { in getImage() method in Region
178 MappedImage otherImage = other.getImage(); in imageEquals()
186 BufferedImage bImage = image.getImage(); in imageEquals()
187 BufferedImage oImage = otherImage.getImage(); in imageEquals()
H A DScreenRecorder.java252 content = new ShapeImpl.ImageImpl(region.getImage(), region.coversEverything()); in getMovie()
H A DSwfEncoder.java234 image = ((ImageReference) shapeContent).getImage(); in encode()
243 decoder.read(new ByteArrayInputStream(image.getImage().getImageBytes())); in encode()
252 …"Error encoding image ("+image.getImage().getWidth()+"*"+image.getImage().getHeight()+") at frame … in encode()
H A DVideoEncoder.java97 MappedImage getImage(); in getImage() method
108 Image getImage(); in getImage() method
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_js/scripts/
H A Dsources.js452 getImage: function() { return this._image; }, method in Timeline.DefaultEventSource.Event
541 var image = this.getImage();
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2463 },getImage:function(){return this._image; method in Timeline.DefaultEventSource.Event
2506 var B=this.getImage();

12345