Home
last modified time | relevance | path

Searched refs:image_rect (Results 126 – 150 of 347) sorted by relevance

12345678910>>...14

/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Depf.cc476 const Rect& image_rect, size_t image_ysize, in FilterPipelineInit() argument
485 fp->filters[0].SetInput(&in, in_rect, image_rect, image_ysize); in FilterPipelineInit()
647 PassesDecoderState* dec_state, const Rect& image_rect, const Image3F& input, in PrepareFilterPipeline() argument
651 JXL_DASSERT(image_rect.x0() % GroupBorderAssigner::kPaddingXRound == 0); in PrepareFilterPipeline()
655 JXL_DASSERT(image_rect.xsize() == input_rect.xsize()); in PrepareFilterPipeline()
656 JXL_DASSERT(image_rect.xsize() == output_rect.xsize()); in PrepareFilterPipeline()
659 (fp, lf, input, input_rect, image_rect, image_ysize, out, output_rect); in PrepareFilterPipeline()
663 void ApplyFilters(PassesDecoderState* dec_state, const Rect& image_rect, in ApplyFilters() argument
666 auto fp = PrepareFilterPipeline(dec_state, image_rect, input, input_rect, in ApplyFilters()
670 y < static_cast<ssize_t>(lf.Padding() + image_rect.ysize()); y++) { in ApplyFilters()
[all …]
H A Dsplines.h96 Status AddTo(Image3F* opsin, const Rect& opsin_rect, const Rect& image_rect,
111 Status Apply(Image3F* opsin, const Rect& opsin_rect, const Rect& image_rect,
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimElevImageSource.cpp169 ossimIrect image_rect = getImageRectangle(0); in getTile() local
171 if ( !tile_rect.intersects(image_rect) ) in getTile()
179 ossimIrect clip_rect = tile_rect.clipToRect(image_rect); in getTile()
200 (clip_rect.lr().y - image_rect.ul().y); in getTile()
207 (clip_rect.ul().x - image_rect.ul().x); in getTile()
H A DossimBitMaskTileSource.cpp229 ossimIrect image_rect (getImageRectangle(resLevel)); in getTile() local
230 if (!tile_rect.completely_within(image_rect)) in getTile()
239 ossimIpt image_size (image_rect.size()); in getTile()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dsplines.h96 Status AddTo(Image3F* opsin, const Rect& opsin_rect, const Rect& image_rect,
111 Status Apply(Image3F* opsin, const Rect& opsin_rect, const Rect& image_rect,
/dports/x11/mlterm/mlterm-3.9.1/tool/registobmp/
H A Dmain.c341 SDL_Rect image_rect; in command_text() local
481 image_rect.x = 0; in command_text()
482 image_rect.y = 0; in command_text()
483 image_rect.w = image->w; in command_text()
484 image_rect.h = image->h; in command_text()
490 SDL_BlitSurface(image, &image_rect, regis, &rect); in command_text()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer_unittest.cc147 DesktopRect image_rect = in VerifyFrame() local
149 image_rect.Translate(pos); in VerifyFrame()
154 if (state == MouseCursorMonitor::INSIDE && image_rect.Contains(p)) { in VerifyFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer_unittest.cc143 DesktopRect image_rect =
145 image_rect.Translate(pos);
150 if (state == MouseCursorMonitor::INSIDE && image_rect.Contains(p)) {
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-psp.c1714 guint32 image_rect[4], saved_image_rect[4], mask_rect[4], saved_mask_rect[4]; in read_layer_block() local
1760 || fread (&image_rect, 16, 1, f) < 1 in read_layer_block()
1814 || fread (&image_rect, 16, 1, f) < 1 in read_layer_block()
1847 swab_rect (image_rect); in read_layer_block()
1882 image_rect[2] - image_rect[0], image_rect[3] - image_rect[1], in read_layer_block()
1884 image_rect[0]+saved_image_rect[0], image_rect[1]+saved_image_rect[1], in read_layer_block()
1939 …if (image_rect[0] != 0 || image_rect[1] != 0 || saved_image_rect[0] != 0 || saved_image_rect[1] !=… in read_layer_block()
1941image_rect[0] + saved_image_rect[0], image_rect[1] + saved_image_rect[1]); in read_layer_block()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dtest-fallback-surface.c163 cairo_rectangle_int_t *image_rect, in _test_fallback_surface_release_dest_image() argument
171 image_rect, in _test_fallback_surface_release_dest_image()
H A Dtest-fallback16-surface.c156 cairo_rectangle_int_t *image_rect, in _test_fallback16_surface_release_dest_image() argument
164 image_rect, in _test_fallback16_surface_release_dest_image()
H A Dcairo-qt-surface.cpp560 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_acquire_dest_image() argument
574 image_rect->x = qs->window.x(); in _cairo_qt_surface_acquire_dest_image()
575 image_rect->y = qs->window.y(); in _cairo_qt_surface_acquire_dest_image()
576 image_rect->width = qs->window.width(); in _cairo_qt_surface_acquire_dest_image()
577 image_rect->height = qs->window.height(); in _cairo_qt_surface_acquire_dest_image()
616 image_rect->x = qs->window.x() + offset.x(); in _cairo_qt_surface_acquire_dest_image()
617 image_rect->y = qs->window.y() + offset.y(); in _cairo_qt_surface_acquire_dest_image()
618 image_rect->width = qs->window.width() - offset.x(); in _cairo_qt_surface_acquire_dest_image()
619 image_rect->height = qs->window.height() - offset.y(); in _cairo_qt_surface_acquire_dest_image()
628 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_release_dest_image() argument
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dsplines.h113 const Rect& image_rect) const;
131 const Rect& image_rect) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dtest-fallback-surface.c163 cairo_rectangle_int_t *image_rect, in _test_fallback_surface_release_dest_image() argument
171 image_rect, in _test_fallback_surface_release_dest_image()
H A Dcairo-qt-surface.cpp550 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_acquire_dest_image() argument
564 image_rect->x = qs->window.x(); in _cairo_qt_surface_acquire_dest_image()
565 image_rect->y = qs->window.y(); in _cairo_qt_surface_acquire_dest_image()
566 image_rect->width = qs->window.width(); in _cairo_qt_surface_acquire_dest_image()
567 image_rect->height = qs->window.height(); in _cairo_qt_surface_acquire_dest_image()
604 image_rect->x = qs->window.x() + offset.x(); in _cairo_qt_surface_acquire_dest_image()
605 image_rect->y = qs->window.y() + offset.y(); in _cairo_qt_surface_acquire_dest_image()
606 image_rect->width = qs->window.width() - offset.x(); in _cairo_qt_surface_acquire_dest_image()
607 image_rect->height = qs->window.height() - offset.y(); in _cairo_qt_surface_acquire_dest_image()
616 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_release_dest_image() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dtest-fallback-surface.c163 cairo_rectangle_int_t *image_rect, in _test_fallback_surface_release_dest_image() argument
171 image_rect, in _test_fallback_surface_release_dest_image()
H A Dcairo-qt-surface.cpp550 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_acquire_dest_image() argument
564 image_rect->x = qs->window.x(); in _cairo_qt_surface_acquire_dest_image()
565 image_rect->y = qs->window.y(); in _cairo_qt_surface_acquire_dest_image()
566 image_rect->width = qs->window.width(); in _cairo_qt_surface_acquire_dest_image()
567 image_rect->height = qs->window.height(); in _cairo_qt_surface_acquire_dest_image()
604 image_rect->x = qs->window.x() + offset.x(); in _cairo_qt_surface_acquire_dest_image()
605 image_rect->y = qs->window.y() + offset.y(); in _cairo_qt_surface_acquire_dest_image()
606 image_rect->width = qs->window.width() - offset.x(); in _cairo_qt_surface_acquire_dest_image()
607 image_rect->height = qs->window.height() - offset.y(); in _cairo_qt_surface_acquire_dest_image()
616 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_release_dest_image() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dtest-fallback-surface.c163 cairo_rectangle_int_t *image_rect, in _test_fallback_surface_release_dest_image() argument
171 image_rect, in _test_fallback_surface_release_dest_image()
H A Dcairo-qt-surface.cpp550 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_acquire_dest_image() argument
564 image_rect->x = qs->window.x(); in _cairo_qt_surface_acquire_dest_image()
565 image_rect->y = qs->window.y(); in _cairo_qt_surface_acquire_dest_image()
566 image_rect->width = qs->window.width(); in _cairo_qt_surface_acquire_dest_image()
567 image_rect->height = qs->window.height(); in _cairo_qt_surface_acquire_dest_image()
604 image_rect->x = qs->window.x() + offset.x(); in _cairo_qt_surface_acquire_dest_image()
605 image_rect->y = qs->window.y() + offset.y(); in _cairo_qt_surface_acquire_dest_image()
606 image_rect->width = qs->window.width() - offset.x(); in _cairo_qt_surface_acquire_dest_image()
607 image_rect->height = qs->window.height() - offset.y(); in _cairo_qt_surface_acquire_dest_image()
616 cairo_rectangle_int_t *image_rect, in _cairo_qt_surface_release_dest_image() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Ddiscardable_image_map.cc239 const gfx::Rect& image_rect, in AddImage() argument
261 rects->back().Union(image_rect); in AddImage()
263 rects->push_back(image_rect); in AddImage()
302 image_rect); in AddImage()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/rendering/
H A Dlightpathspickinghandler.cpp121 const AABB2i image_rect( in pick() local
127 const auto final_rect = AABB2i::intersect(rect, image_rect); in pick()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dsplines.h111 const Rect& image_rect) const;
134 const Rect& image_rect) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp1295 FX_RECT image_rect; in StretchDIBits() local
1296 image_rect.left = dest_width > 0 ? dest_left : dest_left + dest_width; in StretchDIBits()
1297 image_rect.right = dest_width > 0 ? dest_left + dest_width : dest_left; in StretchDIBits()
1298 image_rect.top = dest_height > 0 ? dest_top : dest_top + dest_height; in StretchDIBits()
1299 image_rect.bottom = dest_height > 0 ? dest_top + dest_height : dest_top; in StretchDIBits()
1300 FX_RECT clip_rect = image_rect; in StretchDIBits()
1302 clip_rect.Offset(-image_rect.left, -image_rect.top); in StretchDIBits()
1311 !GetDIBits(background, image_rect.left + clip_rect.left, in StretchDIBits()
1312 image_rect.top + clip_rect.top) || in StretchDIBits()
1320 return SetDIBits(background, 0, src_rect, image_rect.left + clip_rect.left, in StretchDIBits()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp1307 FX_RECT image_rect; in StretchDIBits() local
1308 image_rect.left = dest_width > 0 ? dest_left : dest_left + dest_width; in StretchDIBits()
1309 image_rect.right = dest_width > 0 ? dest_left + dest_width : dest_left; in StretchDIBits()
1310 image_rect.top = dest_height > 0 ? dest_top : dest_top + dest_height; in StretchDIBits()
1311 image_rect.bottom = dest_height > 0 ? dest_top + dest_height : dest_top; in StretchDIBits()
1312 FX_RECT clip_rect = image_rect; in StretchDIBits()
1314 clip_rect.Offset(-image_rect.left, -image_rect.top); in StretchDIBits()
1323 !GetDIBits(&background, image_rect.left + clip_rect.left, in StretchDIBits()
1324 image_rect.top + clip_rect.top) || in StretchDIBits()
1333 image_rect.left + clip_rect.left, in StretchDIBits()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp1304 FX_RECT image_rect; in StretchDIBits() local
1305 image_rect.left = dest_width > 0 ? dest_left : dest_left + dest_width; in StretchDIBits()
1306 image_rect.right = dest_width > 0 ? dest_left + dest_width : dest_left; in StretchDIBits()
1307 image_rect.top = dest_height > 0 ? dest_top : dest_top + dest_height; in StretchDIBits()
1308 image_rect.bottom = dest_height > 0 ? dest_top + dest_height : dest_top; in StretchDIBits()
1309 FX_RECT clip_rect = image_rect; in StretchDIBits()
1311 clip_rect.Offset(-image_rect.left, -image_rect.top); in StretchDIBits()
1320 !GetDIBits(&background, image_rect.left + clip_rect.left, in StretchDIBits()
1321 image_rect.top + clip_rect.top) || in StretchDIBits()
1330 image_rect.left + clip_rect.left, in StretchDIBits()
[all …]

12345678910>>...14