Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dwidestring.cpp69 int nWidth = 0; in GuessSizeForVSWPrintf() local
74 nWidth = va_arg(argList, int); in GuessSizeForVSWPrintf()
79 if (nWidth == 0) { in GuessSizeForVSWPrintf()
80 nWidth = FXSYS_wtoi(pStr); in GuessSizeForVSWPrintf()
84 if (nWidth < 0 || nWidth > 128 * 1024) in GuessSizeForVSWPrintf()
188 if (nItemLen < nWidth) { in GuessSizeForVSWPrintf()
189 nItemLen = nWidth; in GuessSizeForVSWPrintf()
205 if (nItemLen < nWidth + nPrecision) { in GuessSizeForVSWPrintf()
206 nItemLen = nWidth + nPrecision; in GuessSizeForVSWPrintf()
217 if (nItemLen < nWidth + nPrecision) { in GuessSizeForVSWPrintf()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp173 unsigned int nWidth = WINDOW_WIDTH; in WinMain() local
184 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain()
187 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL); in WinMain()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp277 const float nWidth = pObj->m_Right - pObj->m_Left; in FPDFImageObj_GetImageMetadata() local
280 if (nWidth != 0 && nHeight != 0) { in FPDFImageObj_GetImageMetadata()
281 metadata->horizontal_dpi = nPixelWidth / nWidth * nPointsPerInch; in FPDFImageObj_GetImageMetadata()
Dcpdfsdk_baannot.cpp176 void CPDFSDK_BAAnnot::SetBorderWidth(int nWidth) { in SetBorderWidth() argument
179 pBorder->SetNewAt<CPDF_Number>(2, nWidth); in SetBorderWidth()
185 pBSDict->SetNewFor<CPDF_Number>("W", nWidth); in SetBorderWidth()
Dcpdfsdk_baannot.h59 void SetBorderWidth(int nWidth);
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1632 const int nWidth = m_pShell->PVRShellGet(prefWidth); 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.cpp1774 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow()
1787 _theme->nWidth, in CreateMainWindow()