Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcPlate

27 	CPDF_Rect rcPlate = GetClientRect();

42 sAppStream << rcPlate.left << " " << rcPlate.bottom << " "
43 << rcPlate.right - rcPlate.left << " " << rcPlate.top - rcPlate.bottom << " re W n\n";
45 sAppStream << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx << " " << rcPlate.bottom + fy << " cm\n";
196 CPDF_Rect rcPlate = this->GetClientRect();
197 fPlateWidth = rcPlate.right - rcPlate.left;
198 fPlateHeight = rcPlate.top - rcPlate.bottom;
265 CPDF_Rect rcPlate = this->GetClientRect();
266 fPlateWidth = rcPlate.right - rcPlate.left;
267 fPlateHeight = rcPlate.top - rcPlate.bottom;