Home
last modified time | relevance | path

Searched refs:x_w (Results 1 – 25 of 43) sorted by relevance

12

/third_party/weston/clients/
Dsimple-touch.c163 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
166 float x = wl_fixed_to_double(x_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
183 float x = wl_fixed_to_double(x_w); in touch_handle_motion()
Dsimple-egl.c599 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
Divi-shell-user-interface.c441 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
Dwindow.c3293 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
3297 float sx = wl_fixed_to_double(x_w); in touch_handle_down()
3322 wl_fixed_to_double(x_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
3376 float sx = wl_fixed_to_double(x_w); in touch_handle_motion()
3652 wl_fixed_t x_w, wl_fixed_t y_w, in data_device_enter() argument
3658 float x = wl_fixed_to_double(x_w); in data_device_enter()
3714 uint32_t time, wl_fixed_t x_w, wl_fixed_t y_w) in data_device_motion() argument
3718 float x = wl_fixed_to_double(x_w); in data_device_motion()
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/
DIGLOO_viewport_offsetXXX.txt40 x_w = (p_x/2) x_d + o_x + 0.5
81 "The vertex's window coordinates, (x_w) are given by
85 (x_w) ((p_x/2)x_d + o_x + offset) )
/third_party/openGLES/extensions/IGLOO/
DIGLOO_viewport_offsetXXX.txt40 x_w = (p_x/2) x_d + o_x + 0.5
81 "The vertex's window coordinates, (x_w) are given by
85 (x_w) ((p_x/2)x_d + o_x + offset) )
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c146 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
154 (float)wl_fixed_to_double(x_w), in touch_handle_down()
175 int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
181 (float)wl_fixed_to_double(x_w), in touch_handle_motion()
/third_party/openGLES/extensions/EXT/
DEXT_clip_control.txt134 "The vertex's window coordinates, (x_w y_w z_w)^T are given by:
136 ( x_w ) ( p_x/2 x_d + o_x )
DEXT_fog_coord.txt239 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/
DEXT_clip_control.txt134 "The vertex's window coordinates, (x_w y_w z_w)^T are given by:
136 ( x_w ) ( p_x/2 x_d + o_x )
DEXT_fog_coord.txt239 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/OES/
DOES_point_sprite.txt230 centered at the point's (x_w, y_w), with side length equal to the
247 s = 1/2 + (x_f + 1/2 - x_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
DOES_viewport_array.txt306 The scissor test determines if (x_w, y_w) lies within the scissor rectangle
322 If left <= x_w < left + width and bottom <= y_w < bottom + height
/third_party/openGLES/extensions/NV/
DNV_scissor_exclusive.txt95 determines if (x_w, y_w) lies outside the exclusive scissor rectangles
118 * x_w < left,
119 * x_w >= left + width,
DNV_point_sprite.txt297 centered at the point's (x_w, y_w), with side length equal to the
317 s = 1/2 + (x_f + 1/2 - x_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/
DOES_point_sprite.txt240 centered at the point's (x_w, y_w), with side length equal to the
257 s = 1/2 + (x_f + 1/2 - x_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
DOES_viewport_array.txt316 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/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_point_sprite.txt266 centered at the point's (x_w, y_w), with side length equal to the
283 s = 1/2 + (x_f + 1/2 - x_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
DARB_fragment_coord_conventions.txt143 { x_w - 0.5, if the fragment processing pixel-center
145 { x_w, otherwise
159 where (x_w, y_w, z_w) is the fragment's window-space position, w_c
/third_party/openGLES/extensions/ARB/
DARB_point_sprite.txt276 centered at the point's (x_w, y_w), with side length equal to the
293 s = 1/2 + (x_f + 1/2 - x_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
DARB_fragment_coord_conventions.txt153 { x_w - 0.5, if the fragment processing pixel-center
155 { x_w, otherwise
169 where (x_w, y_w, z_w) is the fragment's window-space position, w_c
/third_party/weston/tests/
Dweston-test-client-helper.c341 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_down() argument
345 touch->down_x = wl_fixed_to_int(x_w); in touch_handle_down()
372 wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion() argument
375 touch->x = wl_fixed_to_int(x_w); in touch_handle_motion()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_point_sprite.txt297 centered at the point's (x_w, y_w), with side length equal to the
317 s = 1/2 + (x_f + 1/2 - x_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/
Dfog_coord.txt239 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/
Dfog_coord.txt239 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

12