Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sde/
H A Dsderasterband.cpp472 unsigned short* pushSDECMapData; in ComputeColorTable() local
490 pushSDECMapData = (unsigned short*) phSDEColormapData; in ComputeColorTable()
548 red = pushSDECMapData[j]; in ComputeColorTable()
549 green = pushSDECMapData[j+1]; in ComputeColorTable()
550 blue = pushSDECMapData[j+2]; in ComputeColorTable()
567 red = pushSDECMapData[j]; in ComputeColorTable()
568 green = pushSDECMapData[j+1]; in ComputeColorTable()
569 blue = pushSDECMapData[j+2]; in ComputeColorTable()
570 alpha = pushSDECMapData[j+3]; in ComputeColorTable()