Home
last modified time | relevance | path

Searched refs:source_top (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DScanView.java68 private MemoryImageSource source_top; field in ScanView
83 source_top = new MemoryImageSource(width, height, image_data, 0, width); in ScanView()
84 source_top.setAnimated(true); in ScanView()
85 image_top = createImage(source_top); in ScanView()
174 source_top.newPixels(); in updateView()
H A DCutView.java77 private MemoryImageSource source_top; field in CutView
93 source_top = new MemoryImageSource(width, height, image_data, 0, width); in CutView()
94 source_top.setAnimated(true); in CutView()
95 image_top = createImage(source_top); in CutView()
228 source_top.newPixels(); in updateView()
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/core/
H A Dclipperi.inc133 source_left, source_top, source_right, source_bottom: Real;
153 source_top := ASource.Top;
159 clipped_source_top := source_top;
179 source_delta_top := clipped_source_top - source_top;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Drange.cc370 Node* source_top = source_cont; in compareBoundaryPoints() local
373 while (source_top->parentNode()) in compareBoundaryPoints()
374 source_top = source_top->parentNode(); in compareBoundaryPoints()
375 if (this_top != source_top) { // in different DocumentFragments in compareBoundaryPoints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Drange.cc371 Node* source_top = source_cont; in compareBoundaryPoints() local
374 while (source_top->parentNode()) in compareBoundaryPoints()
375 source_top = source_top->parentNode(); in compareBoundaryPoints()
376 if (this_top != source_top) { // in different DocumentFragments in compareBoundaryPoints()
/dports/editors/emacs/emacs-27.2/src/
H A Dimage.c8786 ssize_t source_left, source_top; in imagemagick_compute_animated_image() local
8795 &source_left, &source_top); in imagemagick_compute_animated_image()
8823 if (source_top > 0) in imagemagick_compute_animated_image()
8825 PixelSetIteratorRow (dest_iterator, source_top); in imagemagick_compute_animated_image()
8826 lines = source_top; in imagemagick_compute_animated_image()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dimage.c9532 ssize_t source_left, source_top; in imagemagick_compute_animated_image() local
9541 &source_left, &source_top); in imagemagick_compute_animated_image()
9569 if (source_top > 0) in imagemagick_compute_animated_image()
9571 PixelSetIteratorRow (dest_iterator, source_top); in imagemagick_compute_animated_image()
9572 lines = source_top; in imagemagick_compute_animated_image()