Home
last modified time | relevance | path

Searched refs:cmap_count (Results 1 – 10 of 10) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsfcid2.c271 uint cmap_count; in gs_cmap_from_type42_cmap() local
275 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
276 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
288 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsfcid2.c271 uint cmap_count; in gs_cmap_from_type42_cmap() local
275 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
276 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
288 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfcid2.c274 uint cmap_count; in gs_cmap_from_type42_cmap() local
278 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
279 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
291 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsfcid2.c273 uint cmap_count; in gs_cmap_from_type42_cmap() local
277 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
278 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
290 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsfcid2.c273 uint cmap_count; in gs_cmap_from_type42_cmap() local
277 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
278 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
290 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfcid2.c274 uint cmap_count; in gs_cmap_from_type42_cmap() local
278 cmap_count = U16(ttdata); in gs_cmap_from_type42_cmap()
279 for (i = 0; i < cmap_count; ++i) { in gs_cmap_from_type42_cmap()
291 if (i >= cmap_count) /* not found */ in gs_cmap_from_type42_cmap()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py691 cmap_count = 0
721 cmap_count += 1
723 if ihdr_nc == 1 and cmap_count != pclr_NPC:
724 …r('GENERAL', 'cmap box contains %d channel definitions but pclr.NPC = %d' % (cmap_count, pclr_NPC))
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py691 cmap_count = 0
721 cmap_count += 1
723 if ihdr_nc == 1 and cmap_count != pclr_NPC:
724 …r('GENERAL', 'cmap box contains %d channel definitions but pclr.NPC = %d' % (cmap_count, pclr_NPC))
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py691 cmap_count = 0
721 cmap_count += 1
723 if ihdr_nc == 1 and cmap_count != pclr_NPC:
724 …r('GENERAL', 'cmap box contains %d channel definitions but pclr.NPC = %d' % (cmap_count, pclr_NPC))
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd-image-res-load.c1207 gint32 cmap_count = 0; in load_resource_1046() local
1223 cmap = gimp_image_get_colormap (image_id, &cmap_count); in load_resource_1046()
1224 if (cmap && index_count < cmap_count) in load_resource_1046()