OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curr_x
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.c
418
/** advance
curr_x
,y to the next bin */
422
scene->
curr_x
++;
423
if (scene->
curr_x
>= scene->tiles_x) {
424
scene->
curr_x
= 0;
438
scene->
curr_x
= scene->curr_y = -1;
444
* The lp_scene::
curr_x
and ::curr_y fields will be advanced.
455
if (scene->
curr_x
< 0) {
457
scene->
curr_x
= 0;
465
bin = lp_scene_get_bin(scene, scene->
curr_x
, scene->curr_y);
lp_scene.h
168
int
curr_x
, curr_y; /**< for iterating over bins */
member in struct:lp_scene
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c
418
/** advance
curr_x
,y to the next bin */
422
scene->
curr_x
++;
423
if (scene->
curr_x
>= scene->tiles_x) {
424
scene->
curr_x
= 0;
438
scene->
curr_x
= scene->curr_y = -1;
444
* The lp_scene::
curr_x
and ::curr_y fields will be advanced.
455
if (scene->
curr_x
< 0) {
457
scene->
curr_x
= 0;
465
bin = lp_scene_get_bin(scene, scene->
curr_x
, scene->curr_y);
lp_scene.h
168
int
curr_x
, curr_y; /**< for iterating over bins */
member in struct:lp_scene
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js
625
var
curr_x
= this.canvasElement_.offsetLeft +
627
leftPoint = (left_x +
curr_x
) / 2;
635
var
curr_x
= this.canvasElement_.offsetLeft +
637
c.style.width =
curr_x
- leftPoint;
642
var
curr_x
= this.canvasElement_.offsetLeft +
644
c.style.width = ((next_x +
curr_x
) / 2) - leftPoint;
[
all
...]
Completed in 316 milliseconds