Searched defs:ty (Results 1 - 25 of 109) sorted by relevance

12345

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_transform.c74 sna_transform_is_integer_translation(const PictTransform *t, int16_t *tx, int16_t *ty) argument
50 sna_transform_is_translation(const PictTransform * t,pixman_fixed_t * tx,pixman_fixed_t * ty) argument
100 sna_transform_is_imprecise_integer_translation(const PictTransform * t,int filter,bool precise,int16_t * tx,int16_t * ty) argument
H A Dgen4_source.c71 pixman_fixed_t tx, ty; local in function:gen4_channel_init_linear
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_transform.c74 sna_transform_is_integer_translation(const PictTransform *t, int16_t *tx, int16_t *ty) argument
50 sna_transform_is_translation(const PictTransform * t,pixman_fixed_t * tx,pixman_fixed_t * ty) argument
100 sna_transform_is_imprecise_integer_translation(const PictTransform * t,int filter,bool precise,int16_t * tx,int16_t * ty) argument
H A Dgen4_source.c71 pixman_fixed_t tx, ty; local in function:gen4_channel_init_linear
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dexactrast.c54 float tx = 0.375, ty = 0.375; local in function:Draw
H A Dclip.c57 float tx = Verts[0][0], ty = Verts[0][1]; local in function:RotVerts
H A Dlinehacks.c165 float ty = offsets_alpha[pass][1] / vpHeight * s; local in function:Draw
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-viewport.c33 static float ty = 0; variable in typeref:typename:float
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_compositerects.c50 _pixman_region_init_clipped_rectangles(pixman_region16_t * region,unsigned int num_rects,xRectangle * rects,int tx,int ty,BoxPtr extents) argument
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsglue.h83 CF2_F16Dot16 ty; member in struct:CF2_Matrix_
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-copyarea.c41 fill_rect(struct test_display * t,Drawable d,XRenderPictFormat * format,int use_window,int tx,int ty,uint8_t alu,int x,int y,int w,int h,uint32_t fg) argument
H A Dbasic-stippledrect.c76 int ty = rand() % (2*out.height) - out.height; local in function:unclipped_tests
127 int ty = rand() % (2*out.height) - out.height; local in function:simple_clip_tests
188 int ty = rand() % (2*out.height) - out.height; local in function:complex_clip_tests
17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
[all...]
H A Dbasic-tiledrect.c141 int ty = rand() % (2*out.height) - out.height; local in function:small_tests
214 int ty = rand() % (2*out.height) - out.height; local in function:unclipped_tests
62 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t tile,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
278 int ty = rand() % (2*out.height) - out.height; local in function:simple_clip_tests
352 int ty = rand() % (2*out.height) - out.height; local in function:complex_clip_tests
[all...]
H A Drender-copyarea-mask.c9 fill_rect(struct test_display * t,Picture p,XRenderPictFormat * format,int use_window,int tx,int ty,uint8_t op,int x,int y,int w,int h,int mask_x,int mask_y,int mask_w,int mask_h,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
H A Drender-copyarea.c41 fill_rect(struct test_display * t,Picture p,XRenderPictFormat * format,int use_window,int tx,int ty,uint8_t op,int x,int y,int w,int h,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-copyarea.c41 fill_rect(struct test_display * t,Drawable d,XRenderPictFormat * format,int use_window,int tx,int ty,uint8_t alu,int x,int y,int w,int h,uint32_t fg) argument
H A Dbasic-stippledrect.c76 int ty = rand() % (2*out.height) - out.height; local in function:unclipped_tests
127 int ty = rand() % (2*out.height) - out.height; local in function:simple_clip_tests
188 int ty = rand() % (2*out.height) - out.height; local in function:complex_clip_tests
17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
[all...]
H A Dbasic-tiledrect.c141 int ty = rand() % (2*out.height) - out.height; local in function:small_tests
214 int ty = rand() % (2*out.height) - out.height; local in function:unclipped_tests
62 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t tile,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
278 int ty = rand() % (2*out.height) - out.height; local in function:simple_clip_tests
352 int ty = rand() % (2*out.height) - out.height; local in function:complex_clip_tests
[all...]
H A Drender-copyarea-mask.c9 fill_rect(struct test_display * t,Picture p,XRenderPictFormat * format,int use_window,int tx,int ty,uint8_t op,int x,int y,int w,int h,int mask_x,int mask_y,int mask_w,int mask_h,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifpolycon.c251 GetFPolyYBounds(SppPointPtr pts,int n,double yFtrans,int * by,int * ty) argument
H A Dmipolycon.c223 getPolyYBounds(DDXPointPtr pts,int n,int * by,int * ty) argument
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dmultiarb.c59 float tx = 0.5, ty = 0.5; local in function:Idle
H A Dsinglebuffer.c36 float tx, ty, tz; member in struct:box
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxpbdemo.c316 float ty = -2.0 + 4.0 * Random(); local in function:Render
H A Dpbdemo.c382 float ty = -2.0 + 4.0 * Random(); local in function:Render

Completed in 26 milliseconds

12345