Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/xpm/
H A Dxpmdataset.cpp628 const char *pszInLine = papszXPMList[iLine + nColorCount + 1]; in ParseXPM() local
630 if( pszInLine == NULL ) in ParseXPM()
640 pszInLine[iPixel] != '\0' && iPixel < *pnXSize; in ParseXPM()
643 int nPixelValue = anCharLookup[(int)pszInLine[iPixel]]; in ParseXPM()