Home
last modified time | relevance | path

Searched refs:anchor_x (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/common/input/
Dsynthetic_web_input_event_builders.cc124 float anchor_x, in BuildPinchUpdate() argument
131 result.x = anchor_x; in BuildPinchUpdate()
133 result.globalX = anchor_x; in BuildPinchUpdate()
Dsynthetic_web_input_event_builders.h51 float anchor_x,
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.cc1062 jfloat anchor_x, jfloat anchor_y, in PinchBy() argument
1065 WebInputEvent::GesturePinchUpdate, time_ms, anchor_x, anchor_y); in PinchBy()
/external/opencv/cv/include/
Dcv.h318 int cols, int rows, int anchor_x, int anchor_y, in LOAD_CHDL()