Home
last modified time | relevance | path

Searched refs:pPicS (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx761 pPic->lcb = SVBT32ToUInt32( pPicS->lcb ); in WW8PicShadowToReal()
763 pPic->MFP.mm = SVBT16ToShort( pPicS->MFP.mm ); in WW8PicShadowToReal()
766 pPic->MFP.hMF = SVBT16ToShort( pPicS->MFP.hMF ); in WW8PicShadowToReal()
769 pPic->dxaGoal = SVBT16ToShort( pPicS->dxaGoal ); in WW8PicShadowToReal()
770 pPic->dyaGoal = SVBT16ToShort( pPicS->dyaGoal ); in WW8PicShadowToReal()
771 pPic->mx = SVBT16ToShort( pPicS->mx ); in WW8PicShadowToReal()
772 pPic->my = SVBT16ToShort( pPicS->my ); in WW8PicShadowToReal()
777 pPic->brcl = pPicS->aBits1[0] & 0x0f; in WW8PicShadowToReal()
779 pPic->fBitmap = (pPicS->aBits1[0] & 0x20) >> 5; in WW8PicShadowToReal()
781 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal()
[all …]

Completed in 12 milliseconds