Home
last modified time | relevance | path

Searched refs:psEndColor (Results 1 – 14 of 14) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalcolortable.cpp329 int nEndIndex, const GDALColorEntry *psEndColor ) in CreateColorRamp() argument
342 if( psStartColor == NULL || psEndColor == NULL ) in CreateColorRamp()
362 SetColorEntry( nEndIndex, psEndColor ); in CreateColorRamp()
368 dfSlope1 = ( psEndColor->c1 - psStartColor->c1 ) / (double) nColors; in CreateColorRamp()
369 dfSlope2 = ( psEndColor->c2 - psStartColor->c2 ) / (double) nColors; in CreateColorRamp()
370 dfSlope3 = ( psEndColor->c3 - psStartColor->c3 ) / (double) nColors; in CreateColorRamp()
371 dfSlope4 = ( psEndColor->c4 - psStartColor->c4 ) / (double) nColors; in CreateColorRamp()
401 int nEndIndex, const GDALColorEntry *psEndColor ) in GDALCreateColorRamp() argument
406 nEndIndex, psEndColor ); in GDALCreateColorRamp()
H A Dgdal.h605 int nEndIndex, const GDALColorEntry *psEndColor );
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalcolortable.cpp379 int nEndIndex, const GDALColorEntry *psEndColor ) in CreateColorRamp() argument
392 if( psStartColor == NULL || psEndColor == NULL ) in CreateColorRamp()
412 SetColorEntry( nEndIndex, psEndColor ); in CreateColorRamp()
418 dfSlope1 = ( psEndColor->c1 - psStartColor->c1 ) / (double) nColors; in CreateColorRamp()
419 dfSlope2 = ( psEndColor->c2 - psStartColor->c2 ) / (double) nColors; in CreateColorRamp()
420 dfSlope3 = ( psEndColor->c3 - psStartColor->c3 ) / (double) nColors; in CreateColorRamp()
421 dfSlope4 = ( psEndColor->c4 - psStartColor->c4 ) / (double) nColors; in CreateColorRamp()
456 int nEndIndex, const GDALColorEntry *psEndColor ) in GDALCreateColorRamp() argument
461 nEndIndex, psEndColor ); in GDALCreateColorRamp()
H A Dgdal.h896 int nEndIndex, const GDALColorEntry *psEndColor );
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp383 int nEndIndex, const GDALColorEntry *psEndColor ) in CreateColorRamp() argument
394 if( psStartColor == nullptr || psEndColor == nullptr ) in CreateColorRamp()
411 SetColorEntry( nEndIndex, psEndColor ); in CreateColorRamp()
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()
449 int nEndIndex, const GDALColorEntry *psEndColor ) in GDALCreateColorRamp() argument
455 nEndIndex, psEndColor ); in GDALCreateColorRamp()
H A Dgdal.h1263 int nEndIndex, const GDALColorEntry *psEndColor );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp383 int nEndIndex, const GDALColorEntry *psEndColor ) in CreateColorRamp() argument
394 if( psStartColor == nullptr || psEndColor == nullptr ) in CreateColorRamp()
411 SetColorEntry( nEndIndex, psEndColor ); in CreateColorRamp()
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()
449 int nEndIndex, const GDALColorEntry *psEndColor ) in GDALCreateColorRamp() argument
455 nEndIndex, psEndColor ); in GDALCreateColorRamp()
H A Dgdal.h1263 int nEndIndex, const GDALColorEntry *psEndColor );
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp383 int nEndIndex, const GDALColorEntry *psEndColor ) in CreateColorRamp() argument
394 if( psStartColor == nullptr || psEndColor == nullptr ) in CreateColorRamp()
411 SetColorEntry( nEndIndex, psEndColor ); in CreateColorRamp()
415 const double dfSlope1 = (psEndColor->c1 - psStartColor->c1) / dfColors; in CreateColorRamp()
416 const double dfSlope2 = (psEndColor->c2 - psStartColor->c2) / dfColors; in CreateColorRamp()
417 const double dfSlope3 = (psEndColor->c3 - psStartColor->c3) / dfColors; in CreateColorRamp()
418 const double dfSlope4 = (psEndColor->c4 - psStartColor->c4) / dfColors; in CreateColorRamp()
449 int nEndIndex, const GDALColorEntry *psEndColor ) in GDALCreateColorRamp() argument
455 nEndIndex, psEndColor ); in GDALCreateColorRamp()
H A Dgdal.h1263 int nEndIndex, const GDALColorEntry *psEndColor );
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_1.11.rs3304 psEndColor: *const GDALColorEntry, in GDALCreateColorRamp()
H A Dgdal_2.1.rs6441 psEndColor: *const GDALColorEntry, in GDALCreateColorRamp()
H A Dgdal_2.0.rs6129 psEndColor: *const GDALColorEntry, in GDALCreateColorRamp()
H A Dgdal_2.2.rs6700 psEndColor: *const GDALColorEntry, in GDALCreateColorRamp()