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

  /external/pdfium/third_party/lcms/src/
cmsnamed.c 539 v ->nColors = 0;
572 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
586 memmove(NewNC->List, v ->List, v->nColors * sizeof(_cmsNAMEDCOLOR));
587 NewNC ->nColors = v ->nColors;
601 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {
606 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
609 NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? 0 : PCS[i];
613 strncpy(NamedColorList ->List[NamedColorList ->nColors].Name, Name, cmsMAX_PATH-1);
614 NamedColorList ->List[NamedColorList ->nColors].Name[cmsMAX_PATH-1] = 0
    [all...]
cmsps2.c 999 int i, nColors;
1015 nColors = cmsNamedColorCount(NamedColorList);
1018 for (i=0; i < nColors; i++) {
    [all...]
cmsvirt.c 941 int i, nColors;
959 nColors = cmsNamedColorCount(Original);
972 for (i=0; i < nColors; i++) {
    [all...]
lcms2_internal.h 694 cmsUInt32Number nColors;
    [all...]
cmstypes.c     [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 294 int nColors,
296 int row_size = (nPixels * bpc * nColors + 7) / 8;
297 int BytesPerPixel = (bpc * nColors + 7) / 8;

Completed in 192 milliseconds