Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_facecache.cpp31 int nHeight, in GammaAdjust() argument
34 int count = nHeight * src_pitch; in GammaAdjust()
42 int nHeight, in ContrastAdjust() argument
48 for (row = 0; row < nHeight; row++) { in ContrastAdjust()
59 for (row = 0; row < nHeight; row++) { in ContrastAdjust()
66 for (row = 0; row < nHeight; row++) { in ContrastAdjust()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp174 unsigned int nHeight = WINDOW_HEIGHT; in WinMain() local
184 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain()
187 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL); in WinMain()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1633 const int nHeight = m_pShell->PVRShellGet(prefHeight); in Run() local
1634 if(m_pShell->PVRShellScreenCaptureBuffer(nWidth, nHeight, &pBuf)) in Run()
1636 …if(m_pShell->PVRShellScreenSave(PVRSHELL_SCREENSHOT_NAME, nWidth, nHeight, pBuf, m_pShell->m_pShel… in Run()
/external/sqlite/dist/orig/
Dsqlite3.c15180 int nHeight; /* Height of the tree headed by this node */ member
15850 int nHeight; /* Expression tree height of current sub-select */ member
90990 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){
90993 pParse->nHeight += pExpr->nHeight;
91007 pNC->pParse->nHeight -= pExpr->nHeight;
91695 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
91698 if( nHeight>mxHeight ){
91718 if( p->nHeight>*pnHeight ){
91719 *pnHeight = p->nHeight;
91755 int nHeight = 0;
[all …]
/external/sqlite/dist/
Dsqlite3.c15180 int nHeight; /* Height of the tree headed by this node */ member
15850 int nHeight; /* Expression tree height of current sub-select */ member
90990 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){
90993 pParse->nHeight += pExpr->nHeight;
91007 pNC->pParse->nHeight -= pExpr->nHeight;
91695 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
91698 if( nHeight>mxHeight ){
91718 if( p->nHeight>*pnHeight ){
91719 *pnHeight = p->nHeight;
91755 int nHeight = 0;
[all …]