Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmorph.cpp727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument
742 (unsigned) anchorX >= (unsigned) cols || in cvCreateStructuringElementEx()
752 element->anchorX = anchorX; in cvCreateStructuringElementEx()
768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx()
879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
/external/opencv/cxcore/include/
Dcxtypes.h416 int anchorX; member
427 int anchorX; member
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h308 float scale, int realScreenWidth, int screenHeight, int anchorX,
DWebViewCore.cpp1125 int anchorX, int anchorY, bool ignoreHeight) in setSizeScreenWidthAndScale() argument
1157 WebCore::IntPoint anchorPoint = WebCore::IntPoint(anchorX, anchorY); in setSizeScreenWidthAndScale()
1164 (anchorX != 0 || anchorY != 0)) { in setSizeScreenWidthAndScale()
1219 leftAlign ? 0.0 : (float) (anchorX - bounds.x()) / bounds.width(); in setSizeScreenWidthAndScale()
1221 leftAlign ? 0.0 : (float) (anchorX - m_scrollOffsetX) / osw; in setSizeScreenWidthAndScale()
4493 jint screenHeight, jint anchorX, jint anchorY, jboolean ignoreHeight) in SetSize() argument
4499 screenWidth, screenHeight, anchorX, anchorY, ignoreHeight); in SetSize()