Home
last modified time | relevance | path

Searched defs:resize_view (Results 1 – 17 of 17) sorted by relevance

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/travesty/
H A Dview.h83 V3_API v3_result (*resize_view) member
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/numeric/
H A Dresample.hpp137 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/numeric/
H A Dresample.hpp137 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/numeric/
H A Dresample.hpp137 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/numeric/
H A Dresample.hpp137 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/numeric/
H A Dresample.hpp137 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/numeric/
H A Dresample.hpp128 void resize_view(const SrcMetaView& src, const DstMetaView& dst, const Sampler& sampler=Sampler()) { in resize_view() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/fb/
H A Dfb.cpp357 FBGui::resize_view(int width, int height) in resize_view() function in gnash::gui::FBGui
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/haiku/
H A Dhaiku.cpp572 HaikuGui::resize_view(int width, int height) in resize_view() function in gnash::HaikuGui
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dresize.c1668 *resize_view; in InterpolativeResizeImage() local
2419 *resize_view; in HorizontalFilter() local
2667 *resize_view; in VerticalFilter() local
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dresize.c1668 *resize_view; in InterpolativeResizeImage() local
2419 *resize_view; in HorizontalFilter() local
2667 *resize_view; in VerticalFilter() local
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/
H A Dgui.cpp430 Gui::resize_view(int width, int height) in resize_view() function in gnash::Gui
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dview.cpp848 void view::resize_view(int32_t Cx1, int32_t Cy1, int32_t Cx2, int32_t Cy2) in resize_view() function in view
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dresize.c1712 *resize_view; in InterpolativeResizeImage() local
3290 *resize_view; in HorizontalFilter() local
3508 *resize_view; in VerticalFilter() local
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dresize.c1712 *resize_view; in InterpolativeResizeImage() local
3290 *resize_view; in HorizontalFilter() local
3508 *resize_view; in VerticalFilter() local
/dports/graphics/rx/rx-0.4.0/src/wgpu/
H A Dmod.rs664 fn resize_view(&mut self, id: ViewId, vw: u32, vh: u32) { in resize_view() method
/dports/graphics/rx/rx-0.4.0/src/gl/
H A Dmod.rs959 fn resize_view(&mut self, id: ViewId, vw: u32, vh: u32) -> Result<(), RendererError> { in resize_view() method