Home | History | Annotate | Download | only in gfx

Lines Matching defs:delta_x

1286   int delta_x = 0;
1290 delta_x = -display_offset_.x();
1297 delta_x = display_rect_.right() - cursor_bounds_.right();
1303 delta_x = display_rect_.x() - cursor_bounds_.x();
1310 delta_x = negate_rtl * (display_width - (content_width + offset));
1314 Vector2d delta_offset(delta_x, 0);