HomeSort by relevance Sort by last modified time
    Searched refs:nItems (Results 1 - 17 of 17) sorted by null

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 288 void *Type_XYZ_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag)
292 *nItems = 0;
301 *nItems = 1;
308 cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems)
312 cmsUNUSED_PARAMETER(nItems);
348 void *Type_Chromaticity_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number SizeOfTag)
353 *nItems = 0;
385 *nItems = 1;
405 cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems)
418 cmsUNUSED_PARAMETER(nItems);
    [all...]
cmsgamma.c 1069 int i, nItems, Zeros, Poles;
1075 nItems = Tab -> nEntries;
1077 if (nItems >= MAX_NODES_IN_CURVE) {
1082 memset(w, 0, nItems * sizeof(cmsFloat32Number));
1083 memset(y, 0, nItems * sizeof(cmsFloat32Number));
1084 memset(z, 0, nItems * sizeof(cmsFloat32Number));
1086 for (i=0; i < nItems; i++)
1092 if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FALSE;
1096 for (i=nItems; i > 1; --i) {
    [all...]
cmsnamed.c 33 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems)
37 // nItems should be positive if given
38 if (nItems <= 0) nItems = 2;
47 mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry));
54 mlu ->AllocatedEntries = nItems;
  /external/icu/icu4c/source/common/
listformatter.cpp 297 int32_t nItems,
301 return format(items, nItems, appendTo, -1, offset, errorCode);
306 int32_t nItems,
320 if (nItems <= 0) {
323 if (nItems == 1) {
330 if (nItems == 2) {
359 for (i = 2; i < nItems - 1; ++i) {
376 items[nItems - 1],
378 index == nItems - 1,
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 190 int nItems = pObj->CountItems();
192 for(int i = 1; i < nItems - 1; i += 2) {
207 for (; item_index < nItems; item_index ++) {
220 if(nItems > 3 && !spacing) {
fpdf_text_int.cpp     [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 323 nItems = EndSize - StartSize + 1
331 for i in range(nItems):
347 nItems = EndSize - StartSize + 1
349 assert len(DeltaValue) == nItems
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 387 cmsUInt32Number* nItems,
394 cmsUInt32Number nItems);
lcms2.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbxproto.h 513 CARD32 nItems B32;
XIproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 513 CARD32 nItems B32;
XIproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 516 CARD32 nItems B32; /* # of 8, 16, or 32-bit entities in reply */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 516 CARD32 nItems B32; /* # of 8, 16, or 32-bit entities in reply */
    [all...]

Completed in 753 milliseconds