Searched refs:nPackType (Results 1 – 2 of 2) sorted by relevance
714 sal_uInt16 nRowBytes, nBndX, nBndY, nWidth, nHeight, nVersion, nPackType, nPixelType, in ReadPixMapEtc() local738 *pPict >> nVersion >> nPackType >> nPackSize >> nHRes >> nVRes >> nPixelType >> in ReadPixMapEtc()777 nPackType = 0; in ReadPixMapEtc()844 if ( nRowBytes < 8 || nPackType == 1 ) in ReadPixMapEtc()911 if ( nRowBytes < 8 || nPackType == 1 ) in ReadPixMapEtc()985 if ( nRowBytes < 8 || nPackType == 1 ) in ReadPixMapEtc()989 if ( nRowBytes < 8 || nPackType == 1 ) in ReadPixMapEtc()1000 else if ( nPackType == 2 ) in ReadPixMapEtc()
894 sal_uInt16 nBitsPerPixel, nPackType; in WriteOpcode_BitsRect() local937 nPackType = 1; in WriteOpcode_BitsRect()939 nPackType = 4; in WriteOpcode_BitsRect()948 << (sal_uInt16)nPackType // Packing type in WriteOpcode_BitsRect()976 if ( nPackType == 1 ) // bei 24 bits nWidth == 1 !! in WriteOpcode_BitsRect()1123 nPackType = 1; in WriteOpcode_BitsRect()1125 nPackType = 0; in WriteOpcode_BitsRect()1134 << (sal_uInt16)nPackType // Packing type in WriteOpcode_BitsRect()1200 if ( nPackType == 1 ) in WriteOpcode_BitsRect()
Completed in 24 milliseconds