Home
last modified time | relevance | path

Searched refs:GetColorEntryCount (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalcolortable.cpp260 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount() function in GDALColorTable
275 return ((GDALColorTable *) hTable)->GetColorEntryCount(); in GDALGetColorEntryCount()
357 return GetColorEntryCount(); /* it should not proceed */ in CreateColorRamp()
391 return GetColorEntryCount(); in CreateColorRamp()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalcolortable.cpp300 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount() function in GDALColorTable
320 return ((GDALColorTable *) hTable)->GetColorEntryCount(); in GDALGetColorEntryCount()
407 return GetColorEntryCount(); /* it should not proceed */ in CreateColorRamp()
441 return GetColorEntryCount(); in CreateColorRamp()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount() function in GDALColorTable
322 return GDALColorTable::FromHandle( hTable )->GetColorEntryCount(); in GDALGetColorEntryCount()
407 return GetColorEntryCount(); // Only one color. No ramp to create. in CreateColorRamp()
434 return GetColorEntryCount(); in CreateColorRamp()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount() function in GDALColorTable
322 return GDALColorTable::FromHandle( hTable )->GetColorEntryCount(); in GDALGetColorEntryCount()
407 return GetColorEntryCount(); // Only one color. No ramp to create. in CreateColorRamp()
434 return GetColorEntryCount(); in CreateColorRamp()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp301 int GDALColorTable::GetColorEntryCount() const in GetColorEntryCount() function in GDALColorTable
322 return GDALColorTable::FromHandle( hTable )->GetColorEntryCount(); in GDALGetColorEntryCount()
407 return GetColorEntryCount(); // Only one color. No ramp to create. in CreateColorRamp()
434 return GetColorEntryCount(); in CreateColorRamp()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DColorTable.i66 %rename (GetCount) GetColorEntryCount;
68 int GetColorEntryCount() { in GetColorEntryCount() function
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DColorTable.i66 %rename (GetCount) GetColorEntryCount;
68 int GetColorEntryCount() { in GetColorEntryCount() function
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DColorTable.i66 %rename (GetCount) GetColorEntryCount;
68 int GetColorEntryCount() { in GetColorEntryCount() function
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ingr/
H A DIntergraphBand.cpp90 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
95 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
297 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
315 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
867 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1202 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
1205 hHeaderTwo.NumberOfCTEntries = poColorTable->GetColorEntryCount(); in FlushBandHeader()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/png/
H A Dpngdataset.cpp1744 poCT->GetColorEntryCount()); in CreateCopy()
1746 for( iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in CreateCopy()
1758 poCT->GetColorEntryCount() ); in CreateCopy()
1768 for( iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in CreateCopy()
1778 poCT->GetColorEntryCount(), NULL ); in CreateCopy()
2145 for( size_t i = 0; i < poCT->GetColorEntryCount(); i++ ) in SetColorTable()
2280 poCT->GetColorEntryCount()); in write_png_header()
2282 for( iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2294 poCT->GetColorEntryCount() ); in write_png_header()
2304 for( iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp125 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
130 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
1321 hHeaderTwo.NumberOfCTEntries = poColorTable->GetColorEntryCount(); in FlushBandHeader()
/dports/graphics/gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp125 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
130 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
1321 hHeaderTwo.NumberOfCTEntries = poColorTable->GetColorEntryCount(); in FlushBandHeader()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ingr/
H A DIntergraphBand.cpp125 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
130 if (poColorTable->GetColorEntryCount() == 0) in IntergraphRasterBand()
336 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
351 if( poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
978 if( poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1318 if( poColorTable->GetColorEntryCount() > 0 ) in FlushBandHeader()
1321 hHeaderTwo.NumberOfCTEntries = poColorTable->GetColorEntryCount(); in FlushBandHeader()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmt_rgb2pct/
H A DCApp.cpp137 if(ok || band->GetColorTable()->GetColorEntryCount() > 255) in createColorTable()
207 dataset->GetRasterBand(1)->SetNoDataValue(ct->GetColorEntryCount()); in ditherMap()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/png/
H A Dpngdataset.cpp1774 int nEntryCount = poCT->GetColorEntryCount(); in CreateCopy()
2191 for( size_t i = 0; i < static_cast<size_t>( poCT->GetColorEntryCount() ); i++ ) in SetColorTable()
2310 CPLMalloc( sizeof(png_color) * poCT->GetColorEntryCount() ) ); in write_png_header()
2314 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2326 poCT->GetColorEntryCount() ); in write_png_header()
2333 CPLMalloc(poCT->GetColorEntryCount() ) ); in write_png_header()
2335 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2345 poCT->GetColorEntryCount(), NULL ); in write_png_header()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/png/
H A Dpngdataset.cpp1774 int nEntryCount = poCT->GetColorEntryCount(); in CreateCopy()
2191 for( size_t i = 0; i < static_cast<size_t>( poCT->GetColorEntryCount() ); i++ ) in SetColorTable()
2310 CPLMalloc( sizeof(png_color) * poCT->GetColorEntryCount() ) ); in write_png_header()
2314 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2326 poCT->GetColorEntryCount() ); in write_png_header()
2333 CPLMalloc(poCT->GetColorEntryCount() ) ); in write_png_header()
2335 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2345 poCT->GetColorEntryCount(), NULL ); in write_png_header()
/dports/graphics/gdal/gdal-3.3.3/frmts/png/
H A Dpngdataset.cpp1774 int nEntryCount = poCT->GetColorEntryCount(); in CreateCopy()
2191 for( size_t i = 0; i < static_cast<size_t>( poCT->GetColorEntryCount() ); i++ ) in SetColorTable()
2310 CPLMalloc( sizeof(png_color) * poCT->GetColorEntryCount() ) ); in write_png_header()
2314 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2326 poCT->GetColorEntryCount() ); in write_png_header()
2333 CPLMalloc(poCT->GetColorEntryCount() ) ); in write_png_header()
2335 for( int iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in write_png_header()
2345 poCT->GetColorEntryCount(), NULL ); in write_png_header()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pgchip/
H A Dpgchipdataset.cpp730 nbColors = poCT->GetColorEntryCount(); in PGCHIPCreateCopy()
732 sizePalette += sizeof(pgchip_color) * poCT->GetColorEntryCount(); in PGCHIPCreateCopy()
737 for( iColor = 0; iColor < poCT->GetColorEntryCount(); iColor++ ) in PGCHIPCreateCopy()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kea/
H A Dkeaband.cpp633 if( poCT->GetColorEntryCount() > pKEATable->GetRowCount() ) in SetColorTable()
635 pKEATable->SetRowCount(poCT->GetColorEntryCount()); in SetColorTable()
693 for( int nRowIndex = 0; nRowIndex < poCT->GetColorEntryCount(); nRowIndex++ ) in SetColorTable()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/idrisi/
H A DIdrisiDataset.cpp876 ( poDS->poColorTable->GetColorEntryCount() == 0 ) ) in Open()
1821 else if( poGDS->poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1901 if( poGDS->poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
1922 if( poColorTable->GetColorEntryCount() == 0 ) in SetColorTable()
1952 for( i = 0; i < poColorTable->GetColorEntryCount(); i++ ) in SetColorTable()
1961 for( i = poColorTable->GetColorEntryCount(); i <= 255; i++ ) in SetColorTable()
2098 if( GetColorTable() == 0 || GetColorTable()->GetColorEntryCount() == 0 ) in SetDefaultRAT()
2287 bool bHasColorTable = poGDS->poColorTable->GetColorEntryCount() > 0; in GetDefaultRAT()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp942 ( poDS->poColorTable->GetColorEntryCount() == 0 ) ) in Open()
1860 else if( poGDS->poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1940 if( poGDS->poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
1959 if( poColorTable->GetColorEntryCount() == 0 ) in SetColorTable()
1988 for( int i = 0; i < poColorTable->GetColorEntryCount(); i++ ) in SetColorTable()
1997 for( int i = poColorTable->GetColorEntryCount(); i <= 255; i++ ) in SetColorTable()
2132 if( GetColorTable() == nullptr || GetColorTable()->GetColorEntryCount() == 0 ) in SetDefaultRAT()
2314 bool bHasColorTable = poGDS->poColorTable->GetColorEntryCount() > 0; in GetDefaultRAT()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp942 ( poDS->poColorTable->GetColorEntryCount() == 0 ) ) in Open()
1860 else if( poGDS->poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1940 if( poGDS->poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
1959 if( poColorTable->GetColorEntryCount() == 0 ) in SetColorTable()
1988 for( int i = 0; i < poColorTable->GetColorEntryCount(); i++ ) in SetColorTable()
1997 for( int i = poColorTable->GetColorEntryCount(); i <= 255; i++ ) in SetColorTable()
2132 if( GetColorTable() == nullptr || GetColorTable()->GetColorEntryCount() == 0 ) in SetDefaultRAT()
2314 bool bHasColorTable = poGDS->poColorTable->GetColorEntryCount() > 0; in GetDefaultRAT()
/dports/graphics/gdal/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp942 ( poDS->poColorTable->GetColorEntryCount() == 0 ) ) in Open()
1860 else if( poGDS->poColorTable->GetColorEntryCount() > 0 ) in GetColorInterpretation()
1940 if( poGDS->poColorTable->GetColorEntryCount() == 0 ) in GetColorTable()
1959 if( poColorTable->GetColorEntryCount() == 0 ) in SetColorTable()
1988 for( int i = 0; i < poColorTable->GetColorEntryCount(); i++ ) in SetColorTable()
1997 for( int i = poColorTable->GetColorEntryCount(); i <= 255; i++ ) in SetColorTable()
2132 if( GetColorTable() == nullptr || GetColorTable()->GetColorEntryCount() == 0 ) in SetDefaultRAT()
2314 bool bHasColorTable = poGDS->poColorTable->GetColorEntryCount() > 0; in GetDefaultRAT()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/
H A Dgifdataset.cpp485 while( nFullCount < poCT->GetColorEntryCount() ) in CreateCopy()
498 for( ; iColor < poCT->GetColorEntryCount(); iColor++ ) in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/frmts/gif/
H A Dgifdataset.cpp485 while( nFullCount < poCT->GetColorEntryCount() ) in CreateCopy()
498 for( ; iColor < poCT->GetColorEntryCount(); iColor++ ) in CreateCopy()

12345678