HomeSort by relevance Sort by last modified time
    Searched full:position_x (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 33 double position_x, position_y; local
34 success &= list->GetDouble(0, &position_x);
89 new_layer->SetPosition(gfx::PointF(position_x, position_y));
  /external/chromium_org/ui/native_theme/
common_theme.cc 171 int position_x = rect.x() + rect.width() / 2; local
172 canvas->drawLine(position_x, rect.y(), position_x, rect.bottom(), paint);
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.cc 145 fingers[current_finger].position_x = slot->position_x;
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 305 " function(position_x, position_y, opt_callback, "
313 " return BeginTap(position_x, position_y, callback, duration_ms,"
    [all...]

Completed in 268 milliseconds