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

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

Completed in 149 milliseconds