Searched refs:aPartArea (Results 1 – 2 of 2) sorted by relevance
1006 Size aPartArea = aTitleSize; in GetTitleRect() local1033 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in GetTitleRect()1034 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in GetTitleRect()3055 Size aPartArea, aSize; in CalculateHandoutAreas() local3066 if( aSize.Height() > aPartArea.Height() ) in CalculateHandoutAreas()3069 aSize.Height() = aPartArea.Height(); in CalculateHandoutAreas()3074 aSize.Width() = aPartArea.Width(); in CalculateHandoutAreas()3077 nX += (aPartArea.Width() - aSize.Width()) / 2; in CalculateHandoutAreas()3078 nY += (aPartArea.Height()- aSize.Height())/ 2; in CalculateHandoutAreas()3082 aSize = aPartArea; in CalculateHandoutAreas()[all …]
280 Size aPartArea = aTitleSize; in ImpXMLAutoLayoutInfo() local284 double fH = (double) aPartArea.Width() / aPageSize.Width(); in ImpXMLAutoLayoutInfo()285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo()292 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in ImpXMLAutoLayoutInfo()293 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in ImpXMLAutoLayoutInfo()
Completed in 46 milliseconds