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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 514 v ->nColors = 0;
543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
553 memmove(NewNC->List, v ->List, v->nColors * sizeof(_cmsNAMEDCOLOR));
554 NewNC ->nColors = v ->nColors;
568 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {
573 NamedColorList ->List[NamedColorList ->nColors].DeviceColorant[i] = Colorant == NULL? 0 : Colorant[i];
576 NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? 0 : PCS[i];
580 strncpy(NamedColorList ->List[NamedColorList ->nColors].Name, Name, cmsMAX_PATH-1);
581 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...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp 124 int nColors = 2 << (indexSizeBits -1); //2^indexSizeBits
125 int paletteSizeBytes = nColors*colorSizeBytes;
  /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/src/fxcodec/codec/
fx_codec_flate.cpp 323 int bpc, int nColors, int nPixels)
325 int row_size = (nPixels * bpc * nColors + 7) / 8;
326 int BytesPerPixel = (bpc * nColors + 7) / 8;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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/extensions/
XKBproto.h 807 CARD16 nColors B16;
828 CARD16 nColors B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 792 CARD16 nColors B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 792 CARD16 nColors B16;
    [all...]

Completed in 9048 milliseconds