Searched refs:rcBody (Results 1 – 1 of 1) sorted by relevance
1058 CFX_FloatRect rcBody = in GenerateFormAP() local1061 rcBody.Normalize(); in GenerateFormAP()1112 vt.SetPlateRect(rcBody); in GenerateFormAP()1142 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f); in GenerateFormAP()1149 if (rcContent.Width() > rcBody.Width() || in GenerateFormAP()1150 rcContent.Height() > rcBody.Height()) { in GenerateFormAP()1151 sAppStream << rcBody.left << " " << rcBody.bottom << " " in GenerateFormAP()1152 << rcBody.Width() << " " << rcBody.Height() in GenerateFormAP()1172 CFX_FloatRect rcButton = rcBody; in GenerateFormAP()1175 CFX_FloatRect rcEdit = rcBody; in GenerateFormAP()[all …]