Searched refs:nWidth (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | widestring.cpp | 69 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/ |
D | OGLES2HelloAPI_Windows.cpp | 173 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/ |
D | fpdfeditimg.cpp | 277 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()
|
D | cpdfsdk_baannot.cpp | 176 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()
|
D | cpdfsdk_baannot.h | 59 void SetBorderWidth(int nWidth);
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 1632 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/ |
D | PythonBootstrapperApplication.cpp | 1774 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow() 1787 _theme->nWidth, in CreateMainWindow()
|