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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 514 v ->nColors = 0;
547 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
561 memmove(NewNC->List, v ->List, v->nColors * sizeof(_cmsNAMEDCOLOR));
562 NewNC ->nColors = v ->nColors;
576 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {
581 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
584 NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? 0 : PCS[i];
588 strncpy(NamedColorList ->List[NamedColorList ->nColors].Name, Name, cmsMAX_PATH-1);
589 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 934 int i, nColors;
952 nColors = cmsNamedColorCount(Original);
965 for (i=0; i < nColors; i++) {
    [all...]
lcms2_internal.h 681 cmsUInt32Number nColors;
    [all...]
cmstypes.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 443 WINBOOL WINAPI CMCheckColors(HCMTRANSFORM hcmTransform,LPCOLOR lpaInputColors,DWORD nColors,COLORTYPE ctInput,LPBYTE lpaResult);
463 WINBOOL WINAPI CMTranslateColors(HCMTRANSFORM hcmTransform,LPCOLOR lpaInputColors,DWORD nColors,COLORTYPE ctInput,LPCOLOR lpaOutputColors,COLORTYPE ctOutput);
513 DWORD nColors,
620 DWORD nColors,
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 285 int nColors,
287 int row_size = (nPixels * bpc * nColors + 7) / 8;
288 int BytesPerPixel = (bpc * nColors + 7) / 8;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 807 CARD16 nColors B16;
828 CARD16 nColors B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 807 CARD16 nColors B16;
828 CARD16 nColors B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 792 CARD16 nColors B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 792 CARD16 nColors B16;
    [all...]

Completed in 442 milliseconds