Home
last modified time | relevance | path

Searched defs:height (Results 47226 – 47250 of 143501) sorted by relevance

1...<<1881188218831884188518861887188818891890>>...5741

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hugo/
H A Ddisplay.cpp401 byte height = local_fontdata[0]; in writeChr() local
423 static const int16 height[kNumFonts] = {5, 7, 8}; in fontHeight() local
705 byte height = *(_fontdata[_fnt] + offset); in loadFont() local
778 byte height = *(_fontdata[_fnt] + offset); in loadFont() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dsad4d_neon.c33 const int ref_stride, const int height, in sad4x_4d()
143 uint32_t *res, const int height) { in sad8x_4d()
192 uint32_t *res, const int height) { in sad16x_4d()
233 const int height, uint16x8_t *const sum) { in sad32x_4d()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx292 const int width, const int height, RECT &r) in AdjustWindowRectForBorders()
949 int height = ((this->Size[1] > 0) ? this->Size[1] : 300); in CreateAWindow() local
1076 int height = ((this->Size[1] > 0) ? this->Size[1] : 300); in Initialize() local
1440 int height) in CreateOffScreenWindow()
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_draw.cpp270 int R_UploadData (const char* name, unsigned *frame, int width, int height) in R_UploadData()
523 int height; member
555 void R_PushClipRect (int x, int y, int width, int height) in R_PushClipRect()
601 void R_CleanupDepthBuffer (int x, int y, int width, int height) in R_CleanupDepthBuffer()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/AxpyInterface/
H A Dimpl.hpp142 const Int height = *reinterpret_cast<const Int*>(head); in HandleLocalToGlobalData() local
229 const Int height = *reinterpret_cast<const Int*>(recvHead); in HandleGlobalToLocalRequest() local
511 const Int height = X.Height(); in AxpyLocalToGlobal() local
580 const Int height = Y.Height(); in AxpyGlobalToLocal() local
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideobalance.c178 gint width, height; in gst_video_balance_planar_yuv() local
233 gint width, height; in gst_video_balance_semiplanar_yuv() local
289 gint width, height; in gst_video_balance_packed_yuv() local
358 gint i, j, height; in gst_video_balance_packed_rgb() local
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideobalance.c178 gint width, height; in gst_video_balance_planar_yuv() local
233 gint width, height; in gst_video_balance_semiplanar_yuv() local
289 gint width, height; in gst_video_balance_packed_yuv() local
358 gint i, j, height; in gst_video_balance_packed_rgb() local
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideobalance.c178 gint width, height; in gst_video_balance_planar_yuv() local
233 gint width, height; in gst_video_balance_semiplanar_yuv() local
289 gint width, height; in gst_video_balance_packed_yuv() local
358 gint i, j, height; in gst_video_balance_packed_rgb() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkmountoperation-x11.c186 int *height) in find_largest_sizes()
220 int *height, in find_best_size()
351 int *height, in read_rgb_icon()
958 int height; in get_texture_for_window_with_pid() local
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideobalance.c178 gint width, height; in gst_video_balance_planar_yuv() local
233 gint width, height; in gst_video_balance_semiplanar_yuv() local
289 gint width, height; in gst_video_balance_packed_yuv() local
358 gint i, j, height; in gst_video_balance_packed_rgb() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkImageFilterTypes.h300 int32_t height() const { return fData.height(); } in height() function
318 SkScalar height() const { return fData.height(); } in height() function
347 int32_t height() const { return fData.height(); } in height() function
377 SkScalar height() const { return fData.height(); } in height() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c428 unsigned height = src_box->height; in si_compute_copy_image() local
629 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in si_retile_dcc() local
679 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in gfx9_clear_dcc_msaa() local
776 unsigned dsty, unsigned width, unsigned height, in si_compute_clear_render_target()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/codec/
H A Ddecoder.c431 unsigned width, height; /* computed image size */ in decode_image() local
708 unsigned height = height_of_level (level); /* size of state image */ in smooth_image() local
845 unsigned *width, unsigned *height, const wfa_t *wfa) in compute_actual_size()
1150 unsigned height = height_of_level (level - 1); in compute_state_images() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DScreenCaptureHandler.cpp196 void WindowCaptureCallback::ContextData::getSize(osg::GraphicsContext* gc, int& width, int& height) in getSize()
246 int width=0, height=0; in readPixels() local
282 int width=0, height=0; in singlePBO() local
358 int width=0, height=0; in multiPBO() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/java2d/x11/
H A DX11SurfaceData.java71 protected native void initSurface(int depth, int width, int height, in initSurface()
406 int width, int height, in createData()
751 private final int height; field in X11SurfaceData.X11PixmapSurfaceData
756 int width, int height, in X11PixmapSurfaceData()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-screenshot.c146 int height, in do_grab_screenshot()
192 int width, height; in draw_cursor_image() local
272 int width, height; in grab_screenshot() local
521 int height, in shell_screenshot_screenshot_area()
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideobalance.c178 gint width, height; in gst_video_balance_planar_yuv() local
233 gint width, height; in gst_video_balance_semiplanar_yuv() local
289 gint width, height; in gst_video_balance_packed_yuv() local
358 gint i, j, height; in gst_video_balance_packed_rgb() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dmulti-resource.c73 int width, height; member
89 attach_buffer(struct window *window, int width, int height) in attach_buffer()
127 uint32_t edges, int32_t width, int32_t height) in handle_configure()
143 create_window(struct display *display, int width, int height) in create_window()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-pdf-surface-private.h73 int height; member
83 double height; member
100 double height; member
131 double height; member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-pdf-surface-private.h73 int height; member
83 double height; member
100 double height; member
131 double height; member
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/distrho/src/
H A DDistrhoUILV2.cpp209 int lv2ui_resize(uint width, uint height) in lv2ui_resize()
331 void setSize(const uint width, const uint height) in setSize()
432 static void setSizeCallback(void* ptr, uint width, uint height) in setSizeCallback()
612 static int lv2ui_resize(LV2UI_Handle ui, int width, int height) in lv2ui_resize()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/
H A DCairo.cpp379 const int height = static_cast<int>(s.getHeight()); in loadFromMemory() local
632 static cairo_surface_t* getRegion(cairo_surface_t* origsurface, int x, int y, int width, int height in getRegion()
720 void SubWidget::PrivateData::display(const uint width, const uint height, const double autoScaleFac… in display()
781 const uint height = size.getHeight(); in display() local
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/treelayouts/
H A DRectilinearTreeLayout.java86 public Shape getAxisLine(double height) { in getAxisLine()
448 double height = tree.getHeight(node); in constructCartoonNode() local
542 double height = tree.getHeight(node); in constructCollapsedNode() local
611 double height = tree.getHeight(node); in constructHilight() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c428 unsigned height = src_box->height; in si_compute_copy_image() local
629 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in si_retile_dcc() local
679 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in gfx9_clear_dcc_msaa() local
776 unsigned dsty, unsigned width, unsigned height, in si_compute_clear_render_target()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c428 unsigned height = src_box->height; in si_compute_copy_image() local
629 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in si_retile_dcc() local
679 …unsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height… in gfx9_clear_dcc_msaa() local
776 unsigned dsty, unsigned width, unsigned height, in si_compute_clear_render_target()

1...<<1881188218831884188518861887188818891890>>...5741