Home
last modified time | relevance | path

Searched refs:anchorY (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
DValidationMessageBubble.java46 ContentViewCore contentViewCore, int anchorX, int anchorY, in createAndShow() argument
49 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight); in createAndShow()
85 int anchorX, int anchorY, int anchorWidth, int anchorHeight) { in setPositionRelativeToAnchor() argument
87 contentViewCore, anchorX, anchorY, anchorWidth, anchorHeight); in setPositionRelativeToAnchor()
94 int anchorX, int anchorY, int anchorWidth, int anchorHeight) { in makePixRectInScreen() argument
99 coordinates.fromLocalCssToPix(anchorY) + yOffset, in makePixRectInScreen()
101 coordinates.fromLocalCssToPix(anchorY + anchorHeight) + yOffset); in makePixRectInScreen()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DSelectPopupDropdown.java54 float anchorY = renderCoordinates.fromPixToDip( in SelectPopupDropdown() local
59 renderCoordinates.fromLocalCssToPix(bounds.bottom)) - anchorY; in SelectPopupDropdown()
60 mDropdownPopupWindow.setAnchorRect(anchorX, anchorY, anchorWidth, anchorHeight); in SelectPopupDropdown()
/external/opencv/cv/src/
Dcvmorph.cpp727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument
743 (unsigned) anchorY >= (unsigned) rows ) in cvCreateStructuringElementEx()
753 element->anchorY = anchorY; in cvCreateStructuringElementEx()
768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx()
879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
/external/chromium_org/content/browser/renderer_host/input/
Dgesture_event_queue_unittest.cc104 float anchorY, in SimulateGesturePinchUpdateEvent() argument
109 anchorY, in SimulateGesturePinchUpdateEvent()
Dinput_router_impl_unittest.cc228 float anchorY, in SimulateGesturePinchUpdateEvent() argument
232 scale, anchorX, anchorY, modifiers, sourceDevice)); in SimulateGesturePinchUpdateEvent()
/external/opencv/cxcore/include/
Dcxtypes.h417 int anchorY; member
428 int anchorY; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DLayerTreeModel.js705 this._layerPayload.anchorY || 0,
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura_unittest.cc505 float anchorY, in SimulateGesturePinchUpdateEvent() argument
510 anchorY, in SimulateGesturePinchUpdateEvent()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java3029 float anchorX, float anchorY, float deltaScale);