Searched refs:pAcc1 (Results 1 – 6 of 6) sorted by relevance
47 pAcc1 ( NULL ), in GIFReader()67 if( pAcc1 ) in ~GIFReader()68 aBmp1.ReleaseAccess( pAcc1 ); in ~GIFReader()101 pAcc1 = aBmp1.AcquireWriteAccess(); in CreateBitmaps()103 if( pAcc1 ) in CreateBitmaps()469 nSize1 = pAcc1->GetScanlineSize(); in FillImages()555 aBmp1.ReleaseAccess( pAcc1 ); in CreateNewBitmaps()556 pAcc1 = NULL; in CreateNewBitmaps()598 aBmp1.ReleaseAccess( pAcc1 ); in GetIntermediateGraphic()601 pAcc1 = aBmp1.AcquireWriteAccess(); in GetIntermediateGraphic()[all …]
39 pAcc1 ( NULL ), in XBMReader()56 if( pAcc1 ) in ~XBMReader()57 aBmp1.ReleaseAccess( pAcc1 ); in ~XBMReader()257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()330 pAcc1 = aBmp1.AcquireWriteAccess(); in ReadXBM()332 if( pAcc1 ) in ReadXBM()334 aWhite = pAcc1->GetBestMatchingColor( Color( COL_WHITE ) ); in ReadXBM()335 aBlack = pAcc1->GetBestMatchingColor( Color( COL_BLACK ) ); in ReadXBM()348 Bitmap aBlackBmp( Size( pAcc1->Width(), pAcc1->Height() ), 1 ); in ReadXBM()350 aBmp1.ReleaseAccess( pAcc1 ), pAcc1 = NULL; in ReadXBM()
314 pAcc1 ( NULL ), in JPEGReader()334 if( pAcc1 ) in ~JPEGReader()335 aBmp1.ReleaseAccess( pAcc1 ); in ~JPEGReader()524 if( pAcc1 ) in CreateIntermediateGraphic()525 aBmp1.ReleaseAccess( pAcc1 ); in CreateIntermediateGraphic()529 pAcc1 = aBmp1.AcquireWriteAccess(); in CreateIntermediateGraphic()534 if( pAcc1 ) in CreateIntermediateGraphic()540 pAcc1->SetFillColor( Color( COL_BLACK ) ); in CreateIntermediateGraphic()542 Size( pAcc1->Width(), nNewLines ) ) ); in CreateIntermediateGraphic()545 aBmp1.ReleaseAccess( pAcc1 ); in CreateIntermediateGraphic()[all …]
61 BitmapWriteAccess* pAcc1; member in XBMReader
58 BitmapWriteAccess* pAcc1; member in JPEGReader
82 BitmapWriteAccess* pAcc1; member in GIFReader
Completed in 22 milliseconds