Home
last modified time | relevance | path

Searched defs:scale_y (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c124 float scale_y; in xa_yuv_planar_blit() local
/third_party/ffmpeg/libavfilter/
Dtransform.c111 float scale_y, in ff_get_matrix()
Dvf_deshake_opencl.c958 float scale_y, in transform_center_scale()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c37 float scale_y; member
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h2629 …tmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x,… in stbtt_GetGlyphBitmapBoxSubpixel()
2647 …tGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int… in stbtt_GetGlyphBitmapBox()
2652 …BoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x… in stbtt_GetCodepointBitmapBoxSubpixel()
2657 …ntBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int… in stbtt_GetCodepointBitmapBox()
3330 …*result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x… in stbtt__rasterize()
3535 …ness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x… in stbtt_Rasterize()
3553 …btt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x… in stbtt_GetGlyphBitmapSubpixel()
3593 …char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, in… in stbtt_GetGlyphBitmap()
3598 …ed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x… in stbtt_MakeGlyphBitmapSubpixel()
3617 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap()
[all …]
/third_party/skia/third_party/externals/harfbuzz/util/
Dfont-options.hh98 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse() local
/third_party/libdrm/exynos/
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/ffmpeg/libavcodec/
Dh264_metadata_bsf.c397 double scale_x, scale_y, angle; in h264_metadata_handle_display_orientation() local
/third_party/mesa3d/src/gallium/drivers/iris/
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/
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/
Dftcolor.h1168 FT_Fixed scale_y; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c1253 uint32_t scale_y; in pvr_get_isp_num_tiles_xy() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2843 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin_or_cos() local