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

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 34 combined_scroll_pinch_(gfx::Transform()),
276 if (!combined_scroll_pinch_.IsIdentity()) {
277 combined_scroll_pinch_.ConcatTransform(
305 combined_scroll_pinch_.ConcatTransform(GetTransformForEvent(gesture_event));
316 DCHECK(combined_scroll_pinch_ == GetTransformForEvent(gesture_event));
317 combined_scroll_pinch_.
322 SkMScalarToFloat(combined_scroll_pinch_.matrix().get(0, 0));
324 SkMScalarToFloat(combined_scroll_pinch_.matrix().get(0, 3));
326 SkMScalarToFloat(combined_scroll_pinch_.matrix().get(1, 3));
368 // Scroll and pinch events contributing to |combined_scroll_pinch_| will b
    [all...]
gesture_event_filter.h 162 // accumulation of |combined_scroll_pinch_|.
181 gfx::Transform combined_scroll_pinch_; member in class:content::GestureEventFilter

Completed in 1866 milliseconds