Searched refs:nHeight (Results 1 – 3 of 3) sorted by relevance
308 OMX_U32 nHeight; member404 OMX_U32 nHeight; member
1785 y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->nHeight) / 2; in CreateMainWindow()1798 _theme->nHeight, in CreateMainWindow()
106604 - 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 …]