Searched refs:SWAPSHORT (Results 1 – 13 of 13) sorted by relevance
49 rHead.Magic =SWAPSHORT(rHead.Magic ); in operator >>()50 rHead.Version=SWAPSHORT(rHead.Version); in operator >>()51 rHead.Typ =SWAPSHORT(rHead.Typ ); in operator >>()52 rHead.Xsize =SWAPSHORT(rHead.Xsize ); in operator >>()53 rHead.Ysize =SWAPSHORT(rHead.Ysize ); in operator >>()54 rHead.Xoffs =SWAPSHORT(rHead.Xoffs ); in operator >>()55 rHead.Yoffs =SWAPSHORT(rHead.Yoffs ); in operator >>()56 rHead.Planes =SWAPSHORT(rHead.Planes ); in operator >>()57 rHead.SwGrCol=SWAPSHORT(rHead.SwGrCol); in operator >>()58 rHead.OfsLo =SWAPSHORT(rHead.OfsLo ); in operator >>()[all …]
43 p.x=SWAPSHORT(p.x); \44 p.y=SWAPSHORT(p.y); }50 p.Paper.Size.x=SWAPSHORT(p.Paper.Size.x); \51 p.Paper.Size.y=SWAPSHORT(p.Paper.Size.y); \52 p.Paper.RandL =SWAPSHORT(p.Paper.RandL ); \53 p.Paper.RandR =SWAPSHORT(p.Paper.RandR ); \54 p.Paper.RandO =SWAPSHORT(p.Paper.RandO ); \55 p.Paper.RandU =SWAPSHORT(p.Paper.RandU ); \59 rPage.HlpLnH[iTemp]=SWAPSHORT(rPage.HlpLnH[iTemp]); \60 rPage.HlpLnV[iTemp]=SWAPSHORT(rPage.HlpLnV[iTemp]); }}[all …]
39 { nValue = SWAPSHORT( nValue ); } in Swap()41 { nValue = SWAPSHORT( nValue ); } in Swap()
147 pMfp->mm = SWAPSHORT( pMfp->mm ); in SwWw6ReadMetaStream()148 pMfp->xExt = SWAPSHORT( pMfp->xExt ); in SwWw6ReadMetaStream()149 pMfp->yExt = SWAPSHORT( pMfp->yExt ); in SwWw6ReadMetaStream()
1304 nGrouped = (sal_Int16)SWAPSHORT( nGrouped ); in ReadGroup()
2132 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()
110 return bSwap ? SWAPSHORT( nVal ) : nVal; in GetShort()208 nVal = SWAPSHORT( nVal ); in PutAt()
175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) macro
202 return SWAPSHORT( n ); in SwapShort()
339 *pBuf = SWAPSHORT( *pBuf ); in ReadVBAProject()
3750 *pBuf = SWAPSHORT( *pBuf ); in MSDFFReadZString()
80 { r = SWAPSHORT(r); } in DBG_NAME()82 { r = SWAPSHORT(r); } in SwapShort()
1951 *pWork = SWAPSHORT( *pWork ); in WW8Read_xstz()