/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 424 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/ |
D | gstximagesrc.c | 676 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/ |
D | device.hpp | 51 unsigned short get_iheight() { return _processor_ptr.get()->imgdata.sizes.iheight; } in get_iheight()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_dump.c | 86 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/ |
D | pngtest.c | 1649 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/ |
D | pngtest.c | 1649 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/ |
D | pngtest.c | 1649 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()
|