Searched refs:aGrTwipSz (Results 1 – 2 of 2) sorted by relevance
546 Size aGrTwipSz(rFly.GetSize()); in WritePICFHeader() local623 …const bool bIsSubstitutedSize = (aGrTwipSz.Width() > SHRT_MAX) || (aGrTwipSz.Height() > SHRT_MAX) … in WritePICFHeader()624 (aGrTwipSz.Width() < 0 ) || (aGrTwipSz.Height() < 0); in WritePICFHeader()627 aGrTwipSz.Width() = nWidth; in WritePICFHeader()628 aGrTwipSz.Height() = nHeight; in WritePICFHeader()774 Size aGrTwipSz(rGrf.GetPrefSize()); in WritePICBulletFHeader() local820 if ( (aGrTwipSz.Width() * 254L / 144 > USHRT_MAX) || (aGrTwipSz.Height() * 254L / 144 > USHRT_MAX) in WritePICBulletFHeader()821 || (aGrTwipSz.Width() < 0 ) || (aGrTwipSz.Height() < 0) ) in WritePICBulletFHeader()823 aGrTwipSz.Width() = nWidth; in WritePICBulletFHeader()824 aGrTwipSz.Height() = nHeight; in WritePICBulletFHeader()[all …]
763 Size aGrTwipSz(rNd.GetTwipSize()); in GetSwappedInSize() local764 if ((!aGrTwipSz.Width() || !aGrTwipSz.Height())) in GetSwappedInSize()771 aGrTwipSz = pGrfNode->GetTwipSize(); in GetSwappedInSize()777 ASSERT(aGrTwipSz.Width() && aGrTwipSz.Height(), "0 x 0 graphic ?"); in GetSwappedInSize()778 return aGrTwipSz; in GetSwappedInSize()
Completed in 32 milliseconds