Home
last modified time | relevance | path

Searched defs:scale_y (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dtransform.c106 ff_get_matrix( float x_shift, float y_shift, float angle, float scale_x, float scale_y, float *matrix ) ff_get_matrix() argument
H A Dvf_deshake_opencl.c953 transform_center_scale( float x_shift, float y_shift, float angle, float scale_x, float scale_y, float center_w, float center_h, float *matrix ) transform_center_scale() argument
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c124 float scale_y; in xa_yuv_planar_blit() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh98 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c37 float scale_y; member
/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c397 double scale_x, scale_y, angle; in h264_metadata_handle_display_orientation() local
/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c690 unsigned int scale_x, scale_y; in g2d_copy_with_scale() local
916 unsigned int scale_x, scale_y; in g2d_scale_and_blend() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_render.c1253 uint32_t scale_y; in pvr_get_isp_num_tiles_xy() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c207 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c245 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() local
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h1168 FT_Fixed scale_y; member
/third_party/backends/backend/
H A Dumax.h364 double scale_y; /* y-scaling of optical resolution */ member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2843 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin_or_cos() local
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1606 bool scale_x, scale_y; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1659 bool scale_x, scale_y; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1877 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1604 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1602 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1887 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
/third_party/glfw/deps/
H A Dnuklear.h11581 nk_tt_GetGlyphBitmapBoxSubpixel(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBoxSubpixel() argument
11601 nk_tt_GetGlyphBitmapBox(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBox() argument
12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, struct nk_allocator *alloc) nk_tt__rasterize() argument
12212 nk_tt_Rasterize(struct nk_tt__bitmap *result, float flatness_in_pixels, struct nk_tt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, struct nk_allocator *alloc) nk_tt_Rasterize() argument
12231 nk_tt_MakeGlyphBitmapSubpixel(const struct nk_tt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, struct nk_allocator *alloc) nk_tt_MakeGlyphBitmapSubpixel() argument
[all...]

Completed in 80 milliseconds