Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-wayland/
Dwayland.c424 int32_t ix, iy, iwidth, iheight, fwidth, fheight; in wayland_output_update_gl_border() local
434 frame_interior(output->frame, &ix, &iy, &iwidth, &iheight); in wayland_output_update_gl_border()
480 fwidth, fheight - (iy + iheight)); in wayland_output_update_gl_border()
482 cairo_translate(cr, 0, -(iy + iheight)); in wayland_output_update_gl_border()
486 fwidth, fheight - (iy + iheight), in wayland_output_update_gl_border()
543 int32_t ix, iy, iwidth, iheight, fwidth, fheight; in wayland_output_update_shm_border() local
551 frame_interior(buffer->output->frame, &ix, &iy, &iwidth, &iheight); in wayland_output_update_shm_border()
558 cairo_rel_line_to(cr, 0, iheight); in wayland_output_update_shm_border()
585 int32_t ix, iy, iwidth, iheight, fwidth, fheight; in wayland_shm_buffer_attach() local
600 frame_interior(sb->output->frame, &ix, &iy, &iwidth, &iheight); in wayland_shm_buffer_attach()
[all …]
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c676 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
682 iheight = (y + height < ximagesrc->endy) ? in gst_ximage_src_ximage_get()
686 startx, starty, iwidth, iheight, AllPlanes, ZPixmap, in gst_ximage_src_ximage_get()
739 int startx, starty, iwidth, iheight; in gst_ximage_src_ximage_get() local
768 iheight = in gst_ximage_src_ximage_get()
777 iheight = ximagesrc->cursor_image->height; in gst_ximage_src_ximage_get()
787 j < starty + iheight in gst_ximage_src_ximage_get()
/third_party/boost/boost/gil/extension/io/raw/detail/
Ddevice.hpp51 unsigned short get_iheight() { return _processor_ptr.get()->imgdata.sizes.iheight; } in get_iheight()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c86 guint32 version = 0, track_id = 0, iwidth = 0, iheight = 0; in qtdemux_dump_tkhd() local
109 gst_byte_reader_get_uint32_be (data, &iheight)) { in qtdemux_dump_tkhd()
118 GST_LOG ("%*s track height: %g", depth, "", iheight / 65536.0); in qtdemux_dump_tkhd()
/third_party/libpng/
Dpngtest.c1649 png_uint_32 iwidth, iheight; in test_one_file() local
1651 iheight = png_get_image_height(write_ptr, write_info_ptr); in test_one_file()
1653 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()
/third_party/skia/third_party/externals/libpng/
Dpngtest.c1649 png_uint_32 iwidth, iheight; in test_one_file() local
1651 iheight = png_get_image_height(write_ptr, write_info_ptr); in test_one_file()
1653 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngtest.c1649 png_uint_32 iwidth, iheight; in test_one_file() local
1651 iheight = png_get_image_height(write_ptr, write_info_ptr); in test_one_file()
1653 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()