Searched refs:mpFastColorTable (Results 1 – 2 of 2) sorted by relevance
56 mpFastColorTable( NULL ), in XPMReader()171 mpFastColorTable = new sal_uInt8[ 256 * 256 ]; in ReadXPM()176 mpFastColorTable[ j ] = (sal_uInt8)i; in ReadXPM()195 delete[] mpFastColorTable; in ReadXPM()278 if ( mpFastColorTable ) in ImplGetScanLine()284 sal_uInt8 k = (sal_uInt8)mpFastColorTable[ j ]; in ImplGetScanLine()
95 sal_uInt8* mpFastColorTable; member in XPMReader
Completed in 10 milliseconds