/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmstypes.c | 288 void *Type_XYZ_Read(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems… in Type_XYZ_Read() argument 292 *nItems = 0; in Type_XYZ_Read() 301 *nItems = 1; in Type_XYZ_Read() 308 …YZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) in Type_XYZ_Write() argument 312 cmsUNUSED_PARAMETER(nItems); in Type_XYZ_Write() 348 …struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number* nItems, cmsUInt32Number S… in Type_Chromaticity_Read() argument 353 *nItems = 0; in Type_Chromaticity_Read() 385 *nItems = 1; in Type_Chromaticity_Read() 405 …ty_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number nItems) in Type_Chromaticity_Write() argument 418 cmsUNUSED_PARAMETER(nItems); in Type_Chromaticity_Write() [all …]
|
D | cmsgamma.c | 1069 int i, nItems, Zeros, Poles; in cmsSmoothToneCurve() local 1075 nItems = Tab -> nEntries; in cmsSmoothToneCurve() 1077 if (nItems >= MAX_NODES_IN_CURVE) { in cmsSmoothToneCurve() 1082 memset(w, 0, nItems * sizeof(cmsFloat32Number)); in cmsSmoothToneCurve() 1083 memset(y, 0, nItems * sizeof(cmsFloat32Number)); in cmsSmoothToneCurve() 1084 memset(z, 0, nItems * sizeof(cmsFloat32Number)); in cmsSmoothToneCurve() 1086 for (i=0; i < nItems; i++) in cmsSmoothToneCurve() 1092 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve() 1096 for (i=nItems; i > 1; --i) { in cmsSmoothToneCurve() 1106 if (Zeros > (nItems / 3)) { in cmsSmoothToneCurve() [all …]
|
D | cmsnamed.c | 33 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems) in cmsMLUalloc() argument 38 if (nItems <= 0) nItems = 2; in cmsMLUalloc() 47 mlu ->Entries = (_cmsMLUentry*) _cmsCalloc(ContextID, nItems, sizeof(_cmsMLUentry)); in cmsMLUalloc() 54 mlu ->AllocatedEntries = nItems; in cmsMLUalloc()
|
/external/icu/icu4c/source/common/ |
D | listformatter.cpp | 295 int32_t nItems, in format() argument 299 return format(items, nItems, appendTo, -1, offset, errorCode); in format() 304 int32_t nItems, in format() argument 318 if (nItems <= 0) { in format() 321 if (nItems == 1) { in format() 333 nItems == 2 ? data->twoPattern : data->startPattern, in format() 340 if (nItems > 2) { in format() 341 for (int32_t i = 2; i < nItems - 1; ++i) { in format() 354 items[nItems - 1], in format() 356 index == nItems - 1, in format()
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 200 int nItems = pObj->CountItems(); in ProcessObject() local 202 for (int i = 1; i < nItems - 1; i += 2) { in ProcessObject() 217 for (; item_index < nItems; item_index++) { in ProcessObject() 230 if (nItems > 3 && !spacing) { in ProcessObject()
|
D | fpdf_text_int.cpp | 57 const int nItems = pTextObj->CountItems(); in _CalculateBaseSpace() local 58 if (pTextObj->m_TextState.GetObject()->m_CharSpace && nItems >= 3) { in _CalculateBaseSpace() 63 for (int i = 0; i < nItems; i++) { in _CalculateBaseSpace() 73 if (baseSpace < 0.0 || (nItems == 3 && !bAllChar)) { in _CalculateBaseSpace() 1320 FX_STRSIZE nItems = actText.GetLength(); in PreMarkedContent() local 1321 if (nItems < 1) { in PreMarkedContent() 1325 for (FX_STRSIZE i = 0; i < nItems; i++) { in PreMarkedContent() 1338 for (FX_STRSIZE i = 0; i < nItems; i++) { in PreMarkedContent() 1374 FX_STRSIZE nItems = actText.GetLength(); in ProcessMarkedContent() local 1375 if (nItems < 1) { in ProcessMarkedContent() [all …]
|
D | text_int.h | 132 int nItems) const;
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | 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/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 387 cmsUInt32Number* nItems, 394 cmsUInt32Number nItems);
|
D | lcms2.h | 1266 CMSAPI cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems);
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 1989 UINT nItems(1); in GetControlDetails() local 1990 nItems = (controlDetails.cMultipleItems > 0 ? controlDetails.cMultipleItems : 1); in GetControlDetails() 1991 for (UINT i = 0; i < nItems; i++) in GetControlDetails()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1394 int nItems = pData->CountItems(); in CheckObjectVisible() local 1395 for (int i = 0; i < nItems; i++) { in CheckObjectVisible()
|