OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:position_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/native_theme/
common_theme.cc
131
int
position_x
= rect.x() + rect.width() / 2;
local
132
canvas->drawLine(
position_x
, rect.y(),
position_x
, rect.bottom(), paint);
/external/chromium_org/cc/test/
layer_tree_json_parser.cc
33
double
position_x
, position_y;
local
34
success &= list->GetDouble(0, &
position_x
);
91
new_layer->SetPosition(gfx::PointF(
position_x
, position_y));
Completed in 104 milliseconds