Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 – 3 of 3) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h308 OMX_U32 nHeight; member
404 OMX_U32 nHeight; member
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1785 y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->nHeight) / 2; in CreateMainWindow()
1798 _theme->nHeight, in CreateMainWindow()
/third_party/chromium/patch/
D0003-ohos-1115.patch106604 - int nHeight = 0;
106605 - heightOfExpr(p->pLeft, &nHeight);
106606 - heightOfExpr(p->pRight, &nHeight);
106607 + int nHeight = p->pLeft ? p->pLeft->nHeight : 0;
106608 + if( p->pRight && p->pRight->nHeight>nHeight ) nHeight = p->pRight->nHeight;
106610 heightOfSelect(p->x.pSelect, &nHeight);
145025 - int nHeight = 0;
145026 - heightOfExpr(p->pLeft, &nHeight);
145027 - heightOfExpr(p->pRight, &nHeight);
145028 + int nHeight = p->pLeft ? p->pLeft->nHeight : 0;
[all …]