Searched refs:pL1N (Results 1 – 1 of 1) sorted by relevance
222 sal_uInt8 * pL0N, * pL1N, * pCbN, * pCrN; // wie oben, nur fuer das naechste Zeilen-Paar in ReadImage() local235 pL1N=(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage()240 pL0N == NULL || pL1N == NULL || pCbN == NULL || pCrN == NULL) in ReadImage()247 rtl_freeMemory((void*)pL1N); in ReadImage()258 pPCD->Read( pL1N, nWidth ); in ReadImage()268 pt=pL1; pL1=pL1N; pL1N=pt; in ReadImage()276 pPCD->Read( pL1N, nWidth ); in ReadImage()379 rtl_freeMemory((void*)pL1N); in ReadImage()
Completed in 10 milliseconds