/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_yuv.c | 124 float scale_y; in xa_yuv_planar_blit() local 141 scale_y = (float)src_h / (float)dst_h; in xa_yuv_planar_blit() 152 (float)src_y + scale_y * (y - dst_y), in xa_yuv_planar_blit() 153 scale_x * w, scale_y * h, x, y, w, h, yuv); in xa_yuv_planar_blit()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 857 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 870 STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint); 876 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_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 codepoint); 880 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_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 oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 884 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1); 891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1); 897 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 899 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, in [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 857 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 870 STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint); 876 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_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 codepoint); 880 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_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 oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 884 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1); 891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1); 897 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 899 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, in [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264_metadata_bsf.c | 397 double scale_x, scale_y, angle; in h264_metadata_handle_display_orientation() local 406 scale_y = hypot(dmatrix[1], dmatrix[4]); in h264_metadata_handle_display_orientation() 414 scale_y = -scale_y; in h264_metadata_handle_display_orientation() 419 dmatrix[i + 1] /= scale_y; in h264_metadata_handle_display_orientation()
|
/third_party/libdrm/exynos/ |
H A D | exynos_fimg2d.c | 690 unsigned int scale_x, scale_y; in g2d_copy_with_scale() local 701 scale_y = g2d_get_scaling(src_h, dst_h); in g2d_copy_with_scale() 752 g2d_add_cmd(ctx, SRC_YSCALE_REG, scale_y); in g2d_copy_with_scale() 916 unsigned int scale_x, scale_y; in g2d_scale_and_blend() local 923 scale_y = g2d_get_scaling(src_h, dst_h); in g2d_scale_and_blend() 987 g2d_add_cmd(ctx, SRC_YSCALE_REG, scale_y); in g2d_scale_and_blend()
|
/third_party/ffmpeg/libavfilter/ |
H A D | transform.h | 67 * sin(angle), scale_y * cos(angle), y_shift, 74 * @param scale_y y scale percent (1.0 = 100%) 82 float scale_y,
|
H A D | transform.c | 111 float scale_y, in ff_get_matrix() 118 matrix[4] = scale_y * cos(angle); in ff_get_matrix() 106 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 D | vf_deshake_opencl.c | 958 float scale_y, in transform_center_scale() 971 scale_y, in transform_center_scale() 984 scale_y, in transform_center_scale() 953 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/skia/third_party/externals/harfbuzz/util/ |
H A D | font-options.hh | 98 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse() local 99 hb_font_set_scale (font, scale_x, scale_y); in post_parse()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_cs.c | 37 float scale_y; member 666 *ptr_float++ = drawn->scale_y; in set_viewport() 716 drawn.scale_y = layer->viewport.scale[1] / in draw_layers()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_render.c | 1253 uint32_t scale_y; in pvr_get_isp_num_tiles_xy() local 1263 scale_y = 1; in pvr_get_isp_num_tiles_xy() 1267 scale_y = 2; in pvr_get_isp_num_tiles_xy() 1271 scale_y = 2; in pvr_get_isp_num_tiles_xy() 1275 scale_y = 4; in pvr_get_isp_num_tiles_xy() 1282 *y_out = DIV_ROUND_UP(height * scale_y, tile_samples_y); in pvr_get_isp_num_tiles_xy()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 207 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() local 219 clip_dst_y0, clip_dst_y1, scale_y, true); in apply_blit_scissor() 223 clip_dst_y1, clip_dst_y0, scale_y, false); in apply_blit_scissor()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 245 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() local 257 clip_dst_y0, clip_dst_y1, scale_y, true); in apply_blit_scissor() 261 clip_dst_y1, clip_dst_y0, scale_y, false); in apply_blit_scissor()
|
/third_party/backends/backend/ |
H A D | umax.h | 364 double scale_y; /* y-scaling of optical resolution */ member
|
H A D | umax.c | 1226 unsigned int opt_res = dev->relevant_optical_res * dev->scale_y; in umax_forget_line() 1305 unsigned int CCD_distance = dev->CCD_distance * dev->scale_y; in umax_order_line() 1306 unsigned int length = (dev->scanlength * dev->scale_y * dev->relevant_optical_res) / dev->y_coordinate_base; in umax_order_line() 3387 dev->scale_y = 2; in umax_check_values() 3391 dev->scale_y = 1; in umax_check_values() 3396 dev->scale_y = 0.5; in umax_check_values() 3461 dev->relevant_optical_res * dev->scale_y, dev->y_coordinate_base); in umax_check_values() 4288 dev->pixelline_max = 3 * dev->CCD_distance * dev->scale_y + 2; in umax_reader_process()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftcolor.h | 1146 * scale_y :: 1168 FT_Fixed scale_y; member
|
/third_party/skia/third_party/externals/angle2/util/fuchsia/ |
H A D | ScenicWindow.cpp | 259 mDisplayScaleY = metrics.scale_y; in onViewMetrics()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.c | 625 apaint->u.scale.scale_y = F2DOT14_TO_FIXED( FT_NEXT_SHORT( p ) ); in read_paint() 627 apaint->u.scale.scale_y = apaint->u.scale.scale_x; in read_paint()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 2843 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin_or_cos() local 2850 LLVMValueRef emm2_i = LLVMBuildFPToSI(b, scale_y, bld->int_vec_type, "emm2_i"); in lp_build_sin_or_cos()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 11582 int glyph, float scale_x, float scale_y,float shift_x, float shift_y, in nk_tt_GetGlyphBitmapBoxSubpixel() 11595 if (iy0) *iy0 = nk_ifloorf((float)-y1 * scale_y + shift_y); in nk_tt_GetGlyphBitmapBoxSubpixel() 11597 if (iy1) *iy1 = nk_iceilf ((float)-y0 * scale_y + shift_y); in nk_tt_GetGlyphBitmapBoxSubpixel() 11602 float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in nk_tt_GetGlyphBitmapBox() 11604 nk_tt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in nk_tt_GetGlyphBitmapBox() 12045 int *wcount, int windings, float scale_x, float scale_y, in nk_tt__rasterize() 12049 float y_scale_inv = invert ? -scale_y : scale_y; in nk_tt__rasterize() 12214 float scale_x, float scale_y, float shift_x, float shift_y, in nk_tt_Rasterize() 12217 float scale = scale_x > scale_y in nk_tt_Rasterize() 11581 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...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 684 cfg.scale_y = vp->scale[1]; in agx_upload_viewport_scissor()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 823 SkFixedToScalar(colrv1_paint.u.scale.scale_y), in colrv1_transform()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |