Home
last modified time | relevance | path

Searched refs:coversEverything (Results 1 – 8 of 8) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DShapeImpl.java12 private boolean coversEverything; field in ShapeImpl.ImageImpl
14 ImageImpl(MappedImage image, boolean coversEverything) { in ImageImpl() argument
17 this.coversEverything = coversEverything; in ImageImpl()
21 public boolean coversEverything() { in coversEverything() method in ShapeImpl.ImageImpl
22 return coversEverything; in coversEverything()
45 public boolean coversEverything() { in coversEverything() method in ShapeImpl.ImageReferenceImpl
46 return image.coversEverything(); in coversEverything()
H A DRegion.java43 coversEverything = true; in Region()
215 public boolean coversEverything() { in coversEverything() method in Region
216 return coversEverything; in coversEverything()
219 private boolean coversEverything; field in Region
H A DFrameImpl.java31 if (shape.getContent().coversEverything()) { in merge()
H A DVideoEncoder.java92 boolean coversEverything(); in coversEverything() method
H A DScreenRecorder.java252 content = new ShapeImpl.ImageImpl(region.getImage(), region.coversEverything()); in getMovie()
254 if (frameDimension==null && region.coversEverything()) { in getMovie()
H A DMovieEditorDialog.java272 while (startIdx>0 && !coversEverything(startIdx)) { in getImage()
304 boolean coversEverything(int entryIdx) { in coversEverything() method in MovieEditorDialog.FrameEntry
306 if (shape.getContent().coversEverything()) { in coversEverything()
H A DSwfEncoder.java222 if (shape.getContent().coversEverything() || imgLayer==maxImgLayer) { in encode()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...