Searched refs:nGoalHeight (Results 1 – 4 of 4) sorted by relevance
240 << SwapLong( rPicType.nGoalHeight in WriteBMPHeader()241 ? rPicType.nGoalHeight * 1000L / 254L // dito in WriteBMPHeader()415 case RTF_PICHGOAL: rPicType.nGoalHeight = nVal; break; in ReadBmpData()
1342 pPicType->nGoalWidth && pPicType->nGoalHeight ) in _SetPictureSize()1345 aSize.Height() =pPicType->nGoalHeight; in _SetPictureSize()1359 … aSize.Height() = (pPicType->nGoalHeight?pPicType->nGoalHeight:(pPicType->nHeight*144)/254); in _SetPictureSize()
134 sal_uInt16 nGoalWidth, nGoalHeight; member
47 nType = nGoalWidth = nGoalHeight = 0; in ResetValues()