Home
last modified time | relevance | path

Searched refs:nSize (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/core/include/fxcrt/
Dfx_basic.h471 int32_t nSize = src.GetSize();
472 if (!nSize) {
475 FXSYS_assert(nStart > -1 && nStart < nSize);
477 nCount = nSize;
479 if (nStart + nCount > nSize) {
480 nCount = nSize - nStart;
485 nSize = m_nSize;
487 ObjectClass* pStartObj = (ObjectClass*)GetDataPtr(nSize);
488 nSize = nStart + nCount;
489 for (int32_t i = nStart; i < nSize; i++, pStartObj++) {
[all …]
Dfx_stream.h140 size_t nSize,
146 size_t nSize,
/external/skia/tests/
DAnnotationTest.cpp18 size_t nSize = strlen(needle); in ContainsString() local
19 for (size_t i = 0; i < dataSize - nSize; i++) { in ContainsString()
20 if (strncmp(&data[i], needle, nSize) == 0) { in ContainsString()
/external/pdfium/core/src/fxcrt/
Dextension.h107 CFX_MemoryStream(uint8_t* pBuffer, size_t nSize, FX_BOOL bTakeOver) in CFX_MemoryStream() argument
109 m_nTotalSize(nSize), in CFX_MemoryStream()
110 m_nCurSize(nSize), in CFX_MemoryStream()
262 size_t nSize,
269 m_nTotalSize = m_nCurSize = nSize;
Dfx_basic_bstring.cpp61 pdfium::base::CheckedNumeric<int> nSize = nLen; in Create() local
62 nSize += overhead; in Create()
68 nSize += 7; in Create()
69 int totalSize = nSize.ValueOrDie() & ~7; in Create()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.c977 DWORD dwLanguageId, LPSTR lpBuffer, DWORD nSize, in FormatMessageA() argument
1012 buffer_new_len = nSize; in FormatMessageA()
1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) in GetModuleFileNameA() argument
1035 if (nSize == 0) in GetModuleFileNameA()
1042 filename_w = malloc (sizeof (wchar_t) * nSize); in GetModuleFileNameA()
1046 len = GetModuleFileNameW (hModule, filename_w, nSize); in GetModuleFileNameA()
1055 filename_w[nSize - 1] = '\0'; in GetModuleFileNameA()
1061 strncpy (lpFilename, filename_c, nSize); in GetModuleFileNameA()
1063 lpFilename[nSize - 1] = '\0'; in GetModuleFileNameA()
/external/opencv/otherlibs/highgui/
Dimage.cpp84 if( m_img && m_img->nSize == sizeof(IplImage)) in Create()
108 ((img) != 0 && ((const IplImage*)(img))->nSize == sizeof(IplImage) && \
/external/tpm2/
DMathFunctions_fp.h28 const UINT32 nSize, // IN: modulus size
DMathFunctions.c443 const UINT32 nSize, // IN: modulus size in _math__ModExp() argument
468 || BN_bin2bn(n, nSize, bnN) == NULL) in _math__ModExp()
/external/libgdx/gdx/jni/gdx2d/
Djpgd.cpp38 static inline void *jpgd_malloc(size_t nSize) { return malloc(nSize); } in jpgd_malloc() argument
878 void *jpeg_decoder::alloc(size_t nSize, bool zero) in alloc() argument
880 nSize = (JPGD_MAX(nSize, 1) + 3) & ~3; in alloc()
884 if ((b->m_used_count + nSize) <= b->m_size) in alloc()
887 b->m_used_count += nSize; in alloc()
893 int capacity = JPGD_MAX(32768 - 256, (nSize + 2047) & ~2047); in alloc()
897 b->m_used_count = nSize; in alloc()
901 if (zero) memset(rv, 0, nSize); in alloc()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c147 if (ppfd->nSize != sizeof( PIXELFORMATDESCRIPTOR ) || ppfd->nVersion != 1) in wglChoosePixelFormat()
Dstw_pixelformat.c147 pfi->pfd.nSize = sizeof pfi->pfd; in stw_pixelformat_add()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp943 int32_t nSize = m_SelRangePtrArr.GetSize(); in AddSelRange() local
944 if (nSize <= 0) { in AddSelRange()
953 lpTemp = m_SelRangePtrArr[nSize - 1]; in AddSelRange()
966 for (int32_t i = 0; i < nSize; i++) { in AddSelRange()
1470 int32_t nSize = m_PagePtrArray.GetSize(); in UpdatePages() local
1471 if (nSize == nPageCount) { in UpdatePages()
1474 if (nSize > nPageCount) { in UpdatePages()
1477 for (i = nSize - 1; i >= nPageCount; i--) { in UpdatePages()
1487 if (nSize < nPageCount) { in UpdatePages()
1490 for (i = nSize; i < nPageCount; i++) { in UpdatePages()
/external/sqlite/dist/
DAndroid.patch102 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp158 int nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont() local
159 if (nSize == 0) { in FindNativeTrueTypeFont()
161 nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont()
164 for (int i = 0; i < nSize; ++i) { in FindNativeTrueTypeFont()
Dfpdfview.cpp112 FX_FILESIZE nSize = GetSize(); in ReadBlock() local
113 if (m_nCurPos >= nSize) in ReadBlock()
115 FX_FILESIZE dwAvail = nSize - m_nCurPos; in ReadBlock()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp582 int nSize = params.size(); in submitForm() local
583 if (nSize < 1) { in submitForm()
598 if (nSize > 1) in submitForm()
600 if (nSize > 2) in submitForm()
602 if (nSize > 3) in submitForm()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h677 int nSize = this->GetSize(); variable
678 QuickSort(0, nSize - 1, bAscent, pCompare);
/external/deqp/framework/platform/win32/
DtcuWGL.cpp209 pixelFormatDesc.nSize = sizeof(pixelFormatDesc); in Library()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h232 void SetBufSize(int32_t nSize) { m_nBufSize = nSize; } in SetBufSize() argument
/external/skia/src/utils/win/
DSkWGL_win.cpp253 dummyPFD.nSize = sizeof(dummyPFD); in SkWGLExtensions()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c242 if(ppfd->nSize != sizeof(PIXELFORMATDESCRIPTOR) || ppfd->nVersion != 1) in wglChoosePixelFormat()
/external/opencv/cxcore/include/
Dcxtypes.h367 int nSize; /* sizeof(IplImage) */ member
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp177 int nSize = m_XFAPageList.GetSize(); in GetPage() local
178 for (int i = 0; i < nSize; i++) { in GetPage()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h271 …ORY_ROUTINE64)(HANDLE hProcess,DWORD64 qwBaseAddress,PVOID lpBuffer,DWORD nSize,LPDWORD lpNumberOf…
285 …_MEMORY_ROUTINE)(HANDLE hProcess,DWORD lpBaseAddress,PVOID lpBuffer,DWORD nSize,PDWORD lpNumberOfB…

12