Home
last modified time | relevance | path

Searched refs:nMeth (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaljp2structure.cpp323 GByte nMeth; in DumpCOLRBox() local
326 nMeth = *pabyIter; in DumpCOLRBox()
327 AddField(psDecodedContent, "METH", nMeth, in DumpCOLRBox()
328 (nMeth == 0) ? "Enumerated Colourspace": in DumpCOLRBox()
329 (nMeth == 0) ? "Restricted ICC profile": NULL); in DumpCOLRBox()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaljp2structure.cpp396 GByte nMeth; in DumpCOLRBox() local
400 nMeth = *pabyIter; in DumpCOLRBox()
401 AddField(psDecodedContent, psLastChild, "METH", nMeth, in DumpCOLRBox()
402 (nMeth == 0) ? "Enumerated Colourspace": in DumpCOLRBox()
403 (nMeth == 1) ? "Restricted ICC profile": nullptr); in DumpCOLRBox()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaljp2structure.cpp396 GByte nMeth;
400 nMeth = *pabyIter;
401 AddField(psDecodedContent, psLastChild, "METH", nMeth,
402 (nMeth == 0) ? "Enumerated Colourspace":
403 (nMeth == 1) ? "Restricted ICC profile": nullptr);
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaljp2structure.cpp396 GByte nMeth; in DumpCOLRBox() local
400 nMeth = *pabyIter; in DumpCOLRBox()
401 AddField(psDecodedContent, psLastChild, "METH", nMeth, in DumpCOLRBox()
402 (nMeth == 0) ? "Enumerated Colourspace": in DumpCOLRBox()
403 (nMeth == 1) ? "Restricted ICC profile": nullptr); in DumpCOLRBox()