Searched refs:CPVT_Size (Results 1 – 2 of 2) sorted by relevance
10 class CPVT_Size; variable26 class CPVT_Size {28 CPVT_Size() : x(0.0f), y(0.0f) {} in CPVT_Size() function29 CPVT_Size(FX_FLOAT other_x, FX_FLOAT other_y) { in CPVT_Size() function254 CPVT_Size GetSectionSize(FX_FLOAT fFontSize);283 CPVT_Size GetEditSize(FX_FLOAT fFontSize);307 CPVT_Size GetPlateSize() const { in GetPlateSize()308 return CPVT_Size(GetPlateWidth(), GetPlateHeight()); in GetPlateSize()
94 CPVT_Size CSection::GetSectionSize(FX_FLOAT fFontSize) { in GetSectionSize()384 CPVT_Size CTypeset::GetEditSize(FX_FLOAT fFontSize) { in GetEditSize()388 return CPVT_Size(m_rcRet.Width(), m_rcRet.Height()); in GetEditSize()1577 CPVT_Size szTotal; in IsBigger()1580 CPVT_Size size = pSection->GetSectionSize(fFontSize); in IsBigger()