HomeSort by relevance Sort by last modified time
    Searched refs:position_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 32 double position_x, position_y; local
34 success &= list->GetDouble(1, &position_y);
72 new_layer->SetPosition(gfx::PointF(position_x, position_y));
  /external/chromium_org/ui/native_theme/
common_theme.cc 126 int position_y = rect.y() + rect.height() / 2; local
127 canvas->drawLine(rect.x(), position_y, rect.right(), position_y, paint);

Completed in 49 milliseconds