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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_yuv.c124 float scale_y; local in function:xa_yuv_planar_blit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c37 float scale_y; member in struct:cs_viewport
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_yuv.c124 float scale_y; local in function:xa_yuv_planar_blit
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-crash-test.c19 run_test(int32_t dst_width,int32_t dst_height,int32_t src_width,int32_t src_height,int32_t src_x,int32_t src_y,int32_t scale_x,int32_t scale_y,pixman_filter_t filter,pixman_repeat_t repeat) argument
H A Daffine-test.c41 pixman_fixed_t scale_x = 65536, scale_y = 65536; local in function:test_composite
H A Dscaling-test.c69 pixman_fixed_t scale_x = 65536, scale_y = 65536; local in function:test_composite
/xsrc/external/mit/xmag/dist/
H A DScaleP.h81 double scale_x, scale_y; member in struct:__anon08a7c0030308
H A DScale.c638 double scale_x, scale_y; local in function:Proportional
[all...]
H A Dxmag.c312 Position scale_x, scale_y; local in function:PopupPixelAP
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c37 float scale_y; member in struct:cs_viewport
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transform.c54 float scale_y = 2.0f / (float) h; local in function:glamor_set_destination_drawable
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.c173 xFixed scale_x, scale_y, scale_dx, scale_dy; local in function:RRTransformCompute
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c169 xFixed scale_x, scale_y, scale_dx, scale_dy; local in function:RRTransformCompute
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-filter.c442 pixman_filter_create_separable_convolution(int * n_values,pixman_fixed_t scale_x,pixman_fixed_t scale_y,pixman_kernel_t reconstruct_x,pixman_kernel_t reconstruct_y,pixman_kernel_t sample_x,pixman_kernel_t sample_y,int subsample_bits_x,int subsample_bits_y) argument
/xsrc/external/mit/libdrm/dist/exynos/
H A Dexynos_fimg2d.c689 unsigned int scale_x, scale_y; local in function:g2d_copy_with_scale
915 unsigned int scale_x, scale_y; local in function:g2d_scale_and_blend
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c206 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); local in function:apply_blit_scissor
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c245 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); local in function:apply_blit_scissor
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c206 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); local in function:apply_blit_scissor
/xsrc/external/mit/bitmap/dist/
H A DGraphics.c1531 ScaleBitmapImage(BitmapWidget BW,XImage * src,double scale_x,double scale_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2967 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local in function:lp_build_sin_or_cos
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2856 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local in function:lp_build_sin_or_cos
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2629 stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,float shift_x,float shift_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
2647 stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
2652 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) argument
2657 stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
3330 stbtt__rasterize(stbtt__bitmap * result,stbtt__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,void * userdata) argument
3535 stbtt_Rasterize(stbtt__bitmap * result,float flatness_in_pixels,stbtt_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,void * userdata) argument
3553 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) argument
3593 stbtt_GetGlyphBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3598 stbtt_MakeGlyphBitmapSubpixel(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 glyph) argument
3617 stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,int glyph) argument
3622 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) argument
3627 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) argument
3632 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) argument
3637 stbtt_GetCodepointBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3642 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) argument
4021 stbtt_MakeGlyphBitmapSubpixelPrefilter(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 prefilter_x,int prefilter_y,float * sub_x,float * sub_y,int glyph) argument
4408 float scale_x = scale, scale_y = scale; local in function:stbtt_GetGlyphSDF
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2629 stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,float shift_x,float shift_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
2647 stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font,int glyph,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
2652 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) argument
2657 stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
3330 stbtt__rasterize(stbtt__bitmap * result,stbtt__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,void * userdata) argument
3535 stbtt_Rasterize(stbtt__bitmap * result,float flatness_in_pixels,stbtt_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,void * userdata) argument
3553 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) argument
3593 stbtt_GetGlyphBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3598 stbtt_MakeGlyphBitmapSubpixel(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 glyph) argument
3617 stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,int glyph) argument
3622 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) argument
3627 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) argument
3632 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) argument
3637 stbtt_GetCodepointBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3642 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) argument
4021 stbtt_MakeGlyphBitmapSubpixelPrefilter(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 prefilter_x,int prefilter_y,float * sub_x,float * sub_y,int glyph) argument
4408 float scale_x = scale, scale_y = scale; local in function:stbtt_GetGlyphSDF
[all...]

Completed in 50 milliseconds