Home
last modified time | relevance | path

Searched refs:nMagic1 (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1486 sal_uInt32 nMagic1(0); in ReadDIBBitmapEx() local
1490 rIStm >> nMagic1 >> nMagic2; in ReadDIBBitmapEx()
1491 bRetval = (0x25091962 == nMagic1) && (0xACB20201 == nMagic2) && !rIStm.GetError(); in ReadDIBBitmapEx()
H A Dimpgraph.cxx1799 sal_uInt32 nMagic1(0), nMagic2(0); in operator >>() local
1802 rIStm >> nMagic1 >> nMagic2; in operator >>()
1807 if( !rIStm.GetError() && ( 0x5344414e == nMagic1 ) && ( 0x494d4931 == nMagic2 ) ) in operator >>()

Completed in 26 milliseconds