Home
last modified time | relevance | path

Searched refs:f_height (Results 1 – 25 of 129) sorted by relevance

123456

/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dview.c34 static int f_width, f_height, w_x, w_y, w_width, w_height, mag = 1; variable
51 f_height = FieldHeight; in InitView()
55 w_y = f_height / 2; in InitView()
135 if (ye > f_height) in Redraw()
136 ye = f_height; in Redraw()
189 if (w_y >= f_height - 1) in Key()
192 if (w_y > f_height - 1) in Key()
193 w_y = f_height - 1; in Key()
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_image.c++198 f_image.f_height = 0; in TagImage()
692 im.f_height = cinfo.output_height; in LoadJPEG()
694 size = im.f_width * im.f_height; in LoadJPEG()
890 im.f_height = height; in LoadTGA()
1059 || im.f_height != mask.f_height) { in SetAlpha()
1062 im.f_width, im.f_height, mask.f_width, mask.f_height); in SetAlpha()
1065 cnt = im.f_width * im.f_height; in SetAlpha()
1180 f_image.f_height = height; in SetImage()
1298 } while(h < f_image.f_height); in Save()
1321 h = f_image.f_height; in Save()
[all …]
/dports/graphics/sswf/sswf-1.8.4/src/tools/
H A Djpg2swf.c++194 rect.Set(0, bitmap.f_width * 20, 0, bitmap.f_height * 20); in convert_image()
203 matrix.SetTranslate(bitmap.f_width * -10, bitmap.f_height * -10); in convert_image()
208 bitmap.f_height * -10 - 20, bitmap.f_height * 10 + 20); in convert_image()
211 …shape->AddMove(sswf::TagShape::MORPH_MODE_SHAPE0, bitmap.f_width * -10 - 20, bitmap.f_height * -10… in convert_image()
213 shape->AddEdge(sswf::TagShape::MORPH_MODE_SHAPE0, 0, bitmap.f_height * 20 + 40); in convert_image()
215 shape->AddEdge(sswf::TagShape::MORPH_MODE_SHAPE0, 0, -bitmap.f_height * 20 - 40); in convert_image()
225 matrix.SetTranslate(bitmap.f_width * 10, bitmap.f_height * 10); in convert_image()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/
H A Dgif.rs97 let (f_width, f_height, left, top); in read_image()
103 f_height = u32::from(frame.height); in read_image()
113 if (left, top) != (0, 0) || (width, height) != (f_width, f_height) { in read_image()
125 let image = ImageBuffer::from_raw(f_width, f_height, &mut *buf).ok_or_else( in read_image()
128 …rorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)))))?; in read_image()
183 let (left, top, delay, dispose, f_width, f_height); in next()
191 f_height = u32::from(frame.height); in next()
214 let mut frame_buffer = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
219 …edErrorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)), in next()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/codecs/
H A Dgif.rs97 let (f_width, f_height, left, top); in read_image()
103 f_height = u32::from(frame.height); in read_image()
113 if (left, top) != (0, 0) || (width, height) != (f_width, f_height) { in read_image()
125 let image = ImageBuffer::from_raw(f_width, f_height, &mut *buf).ok_or_else( in read_image()
128 …rorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)))))?; in read_image()
183 let (left, top, delay, dispose, f_width, f_height); in next()
191 f_height = u32::from(frame.height); in next()
214 let mut frame_buffer = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
219 …edErrorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)), in next()
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/
H A Dgif.rs97 let (f_width, f_height, left, top); in read_image()
103 f_height = u32::from(frame.height); in read_image()
113 if (left, top) != (0, 0) || (width, height) != (f_width, f_height) { in read_image()
125 let image = ImageBuffer::from_raw(f_width, f_height, &mut *buf).ok_or_else( in read_image()
128 …rorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)))))?; in read_image()
183 let (left, top, delay, dispose, f_width, f_height); in next()
191 f_height = u32::from(frame.height); in next()
214 let mut frame_buffer = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
219 …edErrorKind::GenericFeature(format!("Image dimensions ({}, {}) are too large", f_width, f_height)), in next()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/image-0.22.3/src/
H A Dgif.rs97 let (f_width, f_height, left, top); in read_image()
103 f_height = u32::from(frame.height); in read_image()
113 let image_buffer_raw = ImageBuffer::from_raw(f_width, f_height, buf).ok_or_else(|| in read_image()
162 let (left, top, delay, dispose, f_width, f_height); in next()
170 f_height = u32::from(frame.height); in next()
193 let image_buffer_raw = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
244 for y in top..min(top + f_height, self.height) { in next()
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.22.5/src/
H A Dgif.rs97 let (f_width, f_height, left, top); in read_image()
103 f_height = u32::from(frame.height); in read_image()
113 let image_buffer_raw = ImageBuffer::from_raw(f_width, f_height, buf).ok_or_else(|| in read_image()
162 let (left, top, delay, dispose, f_width, f_height); in next()
170 f_height = u32::from(frame.height); in next()
193 let image_buffer_raw = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
244 for y in top..min(top + f_height, self.height) { in next()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/
H A Dgif.rs98 let (f_width, f_height, left, top); in read_image()
104 f_height = u32::from(frame.height); in read_image()
112 if (left, top) != (0, 0) || (width, height) != (f_width, f_height) { in read_image()
124 let image = ImageBuffer::from_raw(f_width, f_height, &mut *buf).ok_or_else( in read_image()
181 let (left, top, delay, dispose, f_width, f_height); in next()
189 f_height = u32::from(frame.height); in next()
212 let image_buffer_raw = match ImageBuffer::from_raw(f_width, f_height, vec) { in next()
263 for y in top..min(top + f_height, self.height) { in next()
/dports/games/simutrans/simutrans-121.0/display/
H A Dfont.cc56 …p_read_bdf_glyph(FILE *fin, uint8 *data, uint8 *screen_w, int char_limit, int f_height, int f_desc) in dsp_read_bdf_glyph() argument
93 const int top = f_height + f_desc - h - g_desc; in dsp_read_bdf_glyph()
153 int f_height; in dsp_read_bdf_font() local
164 sscanf(str + 15, "%*d %d %*d %d", &f_height, &f_desc); in dsp_read_bdf_font()
187 screen_widths[32] = clamp(f_height / 2, 3, 23); in dsp_read_bdf_font()
192 sint32 chr = dsp_read_bdf_glyph(fin, data, screen_widths, f_chars, f_height, f_desc); in dsp_read_bdf_font()
208 const int real_font_height = ( f_height>CHARACTER_HEIGHT ? CHARACTER_HEIGHT : f_height ); in dsp_read_bdf_font()
221 font->height = f_height; in dsp_read_bdf_font()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ddsutils/
H A Dddsutils.cpp426 int f_height = height; in dds_save_image() local
438 f_size = (f_width * f_height * (bpp >> 3)); in dds_save_image()
447 f_height /= 2; in dds_save_image()
452 if (f_height < 1) in dds_save_image()
453 f_height = 1; in dds_save_image()
458 f_height = height; in dds_save_image()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ddsutils/
H A Dddsutils.cpp465 int f_height = height; in dds_save_image() local
477 f_size = (f_width * f_height * (bpp >> 3)); in dds_save_image()
486 f_height /= 2; in dds_save_image()
491 if (f_height < 1) in dds_save_image()
492 f_height = 1; in dds_save_image()
497 f_height = height; in dds_save_image()
/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c1838 long f_height; in AARGB_BMP() local
1868 f_height = 0; in AARGB_BMP()
1869 f_height += image_buffer[22] << 0; in AARGB_BMP()
1870 f_height += image_buffer[23] << 8; in AARGB_BMP()
1877 f_height, in AARGB_BMP()
1881 f_height-1, in AARGB_BMP()
1901 long f_height; in AARGB_BMP_SEL() local
1931 f_height = 0; in AARGB_BMP_SEL()
1932 f_height += image_buffer[22] << 0; in AARGB_BMP_SEL()
1933 f_height += image_buffer[23] << 8; in AARGB_BMP_SEL()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c617 frame->f_width, frame->f_height); in fimc_lite_try_crop()
637 frame->f_width, frame->f_height); in fimc_lite_try_compose()
684 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
761 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
782 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
887 sel->r.height = f->f_height; in fimc_lite_g_selection()
1047 mf->height = f->f_height; in fimc_lite_subdev_get_fmt()
1100 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1110 source->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1141 sel->r.height = f->f_height; in fimc_lite_subdev_get_selection()
[all …]
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
H A Dfimc-capture.c347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
612 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
636 dst->f_width, dst->f_height); in fimc_capture_try_format()
657 r->height = sink->f_height; in fimc_capture_try_selection()
688 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
689 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
693 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
709 sink->f_width, sink->f_height); in fimc_capture_try_selection()
927 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
1133 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c617 frame->f_width, frame->f_height); in fimc_lite_try_crop()
637 frame->f_width, frame->f_height); in fimc_lite_try_compose()
684 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
761 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
782 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
887 sel->r.height = f->f_height; in fimc_lite_g_selection()
1047 mf->height = f->f_height; in fimc_lite_subdev_get_fmt()
1100 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1110 source->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1141 sel->r.height = f->f_height; in fimc_lite_subdev_get_selection()
[all …]
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c617 frame->f_width, frame->f_height); in fimc_lite_try_crop()
637 frame->f_width, frame->f_height); in fimc_lite_try_compose()
684 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
761 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
782 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
887 sel->r.height = f->f_height; in fimc_lite_g_selection()
1047 mf->height = f->f_height; in fimc_lite_subdev_get_fmt()
1100 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1110 source->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1141 sel->r.height = f->f_height; in fimc_lite_subdev_get_selection()
[all …]
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/
H A Dconvolution.hpp84 const auto f_height = filter_mat.filter_shape_.height_; in convolve_accumulative() local
90 …assertion(filter_mats.shape().size_dim_4_ == f_height, "incorrect number of filter levels in y dir… in convolve_accumulative()
115 for (std::size_t y_filt = 0; y_filt < f_height; ++y_filt) in convolve_accumulative()
127 … for (std::size_t y = 0, y_out = 0; y < in.shape().height_ + 1 - f_height; y += strides_y, ++y_out) in convolve_accumulative()
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/
H A Dglspectrum.c290 static void setBarColor(float f_height) in setBarColor() argument
295 r = -1.f + 2 / BAR_MAX_HEIGHT * f_height; in setBarColor()
296 b = 2.f - 2 / BAR_MAX_HEIGHT * f_height; in setBarColor()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
303 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
303 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
303 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()

123456