Searched refs:nWidth (Results 1 – 8 of 8) sorted by relevance
/external/fastrpc/src/ |
D | std_strlprintf.c | 67 int32 nWidth; // number preceding '.' : controls padding member 553 AEEVA_ARG(args, ff.nWidth, int32); in std_strlprintf_inner() 556 ff.nWidth = ScanDecimal(&pcIn); in std_strlprintf_inner() 558 if ((ff.flags & FF_MINUS) && ff.nWidth > 0) { in std_strlprintf_inner() 559 ff.nWidth = -ff.nWidth; in std_strlprintf_inner() 681 ff.nNumWidth = ff.nWidth - ff.nPrefix; in std_strlprintf_inner() 689 BufBound_Putnc(&bb, ' ', smath_Sub(ff.nWidth,nLen2)); in std_strlprintf_inner() 693 BufBound_Putnc(&bb, ' ', smath_Sub(-nLen2, ff.nWidth)); in std_strlprintf_inner()
|
/external/pdfium/core/fxcrt/ |
D | widestring.cpp | 68 int nWidth = 0; in GuessSizeForVSWPrintf() local 73 nWidth = va_arg(argList, int); in GuessSizeForVSWPrintf() 78 if (nWidth == 0) { in GuessSizeForVSWPrintf() 79 nWidth = FXSYS_wtoi(pStr); in GuessSizeForVSWPrintf() 83 if (nWidth < 0 || nWidth > 128 * 1024) in GuessSizeForVSWPrintf() 187 if (nItemLen < nWidth) { in GuessSizeForVSWPrintf() 188 nItemLen = nWidth; in GuessSizeForVSWPrintf() 204 if (nItemLen < nWidth + nPrecision) { in GuessSizeForVSWPrintf() 205 nItemLen = nWidth + nPrecision; in GuessSizeForVSWPrintf() 216 if (nItemLen < nWidth + nPrecision) { in GuessSizeForVSWPrintf() [all …]
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 114 void CPDFSDK_BAAnnot::SetBorderWidth(int nWidth) { in SetBorderWidth() argument 118 pBorder->SetNewAt<CPDF_Number>(2, nWidth); in SetBorderWidth() 123 pBSDict->SetNewFor<CPDF_Number>("W", nWidth); in SetBorderWidth()
|
D | fpdf_editimg.cpp | 320 const float nWidth = pImgObj->GetRect().Width(); in FPDFImageObj_GetImageMetadata() local 323 if (nWidth != 0 && nHeight != 0) { in FPDFImageObj_GetImageMetadata() 324 metadata->horizontal_dpi = nPixelWidth / nWidth * nPointsPerInch; in FPDFImageObj_GetImageMetadata()
|
D | cpdfsdk_baannot.h | 55 void SetBorderWidth(int nWidth);
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 203 unsigned int nWidth = WINDOW_WIDTH; in WinMain() local 214 SetRect(&sRect, 0, 0, nWidth, nHeight); in WinMain() 217 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL); in WinMain()
|
/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 | 1784 x = mi.rcWork.left + (mi.rcWork.right - mi.rcWork.left - _theme->nWidth) / 2; in CreateMainWindow() 1797 _theme->nWidth, in CreateMainWindow()
|