/third_party/weston/clients/ |
D | simple-touch.c | 163 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument 167 float y = wl_fixed_to_double(y_w); in touch_handle_down() 180 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument 184 float y = wl_fixed_to_double(y_w); in touch_handle_motion()
|
D | simple-egl.c | 599 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument 617 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
|
D | ivi-shell-user-interface.c | 441 wl_fixed_t x_w, wl_fixed_t y_w) in TouchHandleDown() argument 486 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in TouchHandleMotion() argument
|
D | window.c | 3293 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument 3298 float sy = wl_fixed_to_double(y_w); in touch_handle_down() 3323 wl_fixed_to_double(y_w)); in touch_handle_down() 3372 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument 3377 float sy = wl_fixed_to_double(y_w); in touch_handle_motion() 3652 wl_fixed_t x_w, wl_fixed_t y_w, in data_device_enter() argument 3659 float y = wl_fixed_to_double(y_w); in data_device_enter() 3714 uint32_t time, wl_fixed_t x_w, wl_fixed_t y_w) in data_device_motion() argument 3719 float y = wl_fixed_to_double(y_w); in data_device_motion()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/ |
D | IGLOO_viewport_offsetXXX.txt | 41 y_w = (p_y/2) y_d + o_y + 0.5 82 (y_w) 86 (y_w) = ((p_y/2)y_d + o_y + offset) )
|
/third_party/openGLES/extensions/IGLOO/ |
D | IGLOO_viewport_offsetXXX.txt | 41 y_w = (p_y/2) y_d + o_y + 0.5 82 (y_w) 86 (y_w) = ((p_y/2)y_d + o_y + offset) )
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | multi-touch-viewer.c | 146 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument 155 (float)wl_fixed_to_double(y_w), in touch_handle_down() 175 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument 182 (float)wl_fixed_to_double(y_w), in touch_handle_motion()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_point_sprite.txt | 230 centered at the point's (x_w, y_w), with side length equal to the 248 t = 1/2 - (y_f + 1/2 - y_w) / size 251 coordinates of the fragment, and x_w and y_w are the exact, unrounded 277 the point's (x_w, y_w). This region is a circle having diameter
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_clip_control.txt | 134 "The vertex's window coordinates, (x_w y_w z_w)^T are given by: 137 ( y_w ) = ( p_y/2 y_d + o_y )
|
D | EXT_fog_coord.txt | 239 three window coordinates x_w, y_w, and z_w, a clip coordinate 247 floating-point values for its x_w, y_w, and z_w window
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_clip_control.txt | 134 "The vertex's window coordinates, (x_w y_w z_w)^T are given by: 137 ( y_w ) = ( p_y/2 y_d + o_y )
|
D | EXT_fog_coord.txt | 239 three window coordinates x_w, y_w, and z_w, a clip coordinate 247 floating-point values for its x_w, y_w, and z_w window
|
/third_party/openGLES/extensions/NV/ |
D | NV_scissor_exclusive.txt | 95 determines if (x_w, y_w) lies outside the exclusive scissor rectangles 120 * y_w < bottom, or 121 * y_w >= bottom + height.
|
D | NV_point_sprite.txt | 297 centered at the point's (x_w, y_w), with side length equal to the 318 t = 1/2 - (y_f + 1/2 - y_w) / size 321 coordinates of the fragment, and x_w and y_w are the exact, unrounded 345 the point's (x_w, y_w). This region is a circle having diameter
|
/third_party/openGLES/extensions/OES/ |
D | OES_point_sprite.txt | 240 centered at the point's (x_w, y_w), with side length equal to the 258 t = 1/2 - (y_f + 1/2 - y_w) / size 261 coordinates of the fragment, and x_w and y_w are the exact, unrounded 287 the point's (x_w, y_w). This region is a circle having diameter
|
D | OES_viewport_array.txt | 316 The scissor test determines if (x_w, y_w) lies within the scissor rectangle 332 If left <= x_w < left + width and bottom <= y_w < bottom + height
|
/third_party/ffmpeg/libavcodec/ |
D | dnxhdenc.c | 707 int y_w = ctx->m.avctx->width - (mb_x << 4); in dnxhd_get_blocks() local 709 int uv_w = (y_w + 1) / 2; in dnxhd_get_blocks() 717 0, 0, y_w, y_h); in dnxhd_get_blocks() 734 int y_w = ctx->m.avctx->width - (mb_x << 4); in dnxhd_get_blocks() local 736 int uv_w = ctx->is_444 ? y_w : (y_w + 1) / 2; in dnxhd_get_blocks() 744 0, 0, y_w, y_h); in dnxhd_get_blocks()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_point_sprite.txt | 266 centered at the point's (x_w, y_w), with side length equal to the 284 t = 1/2 - (y_f + 1/2 - y_w) / size 287 coordinates of the fragment, and x_w and y_w are the exact, unrounded 313 the point's (x_w, y_w). This region is a circle having diameter
|
D | ARB_fragment_coord_conventions.txt | 147 { H - y_w, if the fragment processing origin 149 { y_w, otherwise 159 where (x_w, y_w, z_w) is the fragment's window-space position, w_c
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_point_sprite.txt | 276 centered at the point's (x_w, y_w), with side length equal to the 294 t = 1/2 - (y_f + 1/2 - y_w) / size 297 coordinates of the fragment, and x_w and y_w are the exact, unrounded 323 the point's (x_w, y_w). This region is a circle having diameter
|
D | ARB_fragment_coord_conventions.txt | 157 { H - y_w, if the fragment processing origin 159 { y_w, otherwise 169 where (x_w, y_w, z_w) is the fragment's window-space position, w_c
|
/third_party/weston/tests/ |
D | weston-test-client-helper.c | 341 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument 346 touch->down_y = wl_fixed_to_int(y_w); in touch_handle_down() 372 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument 376 touch->y = wl_fixed_to_int(y_w); in touch_handle_motion()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_point_sprite.txt | 297 centered at the point's (x_w, y_w), with side length equal to the 318 t = 1/2 - (y_f + 1/2 - y_w) / size 321 coordinates of the fragment, and x_w and y_w are the exact, unrounded 345 the point's (x_w, y_w). This region is a circle having diameter
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | fog_coord.txt | 239 three window coordinates x_w, y_w, and z_w, a clip coordinate 247 floating-point values for its x_w, y_w, and z_w window
|
/third_party/openGLES/docs/ |
D | fog_coord.txt | 239 three window coordinates x_w, y_w, and z_w, a clip coordinate 247 floating-point values for its x_w, y_w, and z_w window
|