OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_x
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller_unittest.cc
68
float
curr_x
= scroller.GetCurrX();
local
73
EXPECT_EQ(
curr_x
, scroller.GetCurrX());
140
float
curr_x
= scroller.GetCurrX();
local
145
EXPECT_EQ(
curr_x
, scroller.GetCurrX());
/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
Completed in 229 milliseconds