Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp204 unsigned int nHeight = WINDOW_HEIGHT; in WinMain() local
214 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain()
217 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL); in WinMain()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp278 const float nHeight = pObj->m_Top - pObj->m_Bottom; in FPDFImageObj_GetImageMetadata() local
280 if (nWidth != 0 && nHeight != 0) { in FPDFImageObj_GetImageMetadata()
282 metadata->vertical_dpi = nPixelHeight / nHeight * nPointsPerInch; in FPDFImageObj_GetImageMetadata()
/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/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1767 y = mi.rcWork.top + (mi.rcWork.bottom - mi.rcWork.top - _theme->nHeight) / 2; in CreateMainWindow()
1780 _theme->nHeight, in CreateMainWindow()
/external/syzkaller/sys/windows/
Dwindows.txt920 CreateBitmap(nWidth int32, nHeight int32, nPlanes int32, nBitCount int32, lpBits ptr[inout, array[i…
1306 …dowName ptr[inout, int8], dwStyle int32, X int32, Y int32, nWidth int32, nHeight int32, hWndParent…
1324 MoveWindow(hWnd ptr[inout, intptr], X int32, Y int32, nWidth int32, nHeight int32, bRepaint int32)
1514 …Func ptr[inout, intptr], lpData int64, nCount int32, X int32, Y int32, nWidth int32, nHeight int32)
1583 CreateCaret(hWnd ptr[inout, intptr], hBitmap ptr[inout, intptr], nWidth int32, nHeight int32)
1661 CreateCursor(hInst ptr[inout, intptr], xHotSpot int32, yHotSpot int32, nWidth int32, nHeight int32,…
1666 CreateIcon(hInstance ptr[inout, intptr], nWidth int32, nHeight int32, cPlanes int8, cBitsPixel int8…
1691 …dowName ptr[inout, int8], dwStyle int32, X int32, Y int32, nWidth int32, nHeight int32, hWndParent…
/external/sqlite/dist/orig/
Dsqlite3.c16266 int nHeight; /* Height of the tree headed by this node */ member
16927 int nHeight; /* Expression tree height of current sub-select */ member
92589 w.pParse->nHeight += pExpr->nHeight;
92590 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
92596 w.pParse->nHeight -= pExpr->nHeight;
93312 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
93315 if( nHeight>mxHeight ){
93335 if( p->nHeight>*pnHeight ){
93336 *pnHeight = p->nHeight;
93371 int nHeight = 0;
[all …]
/external/sqlite/dist/
Dsqlite3.c16266 int nHeight; /* Height of the tree headed by this node */ member
16927 int nHeight; /* Expression tree height of current sub-select */ member
92605 w.pParse->nHeight += pExpr->nHeight;
92606 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
92612 w.pParse->nHeight -= pExpr->nHeight;
93328 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
93331 if( nHeight>mxHeight ){
93351 if( p->nHeight>*pnHeight ){
93352 *pnHeight = p->nHeight;
93387 int nHeight = 0;
[all …]