Lines Matching defs:rcPlate
19 CPDF_Rect rcPlate = GetClientRect();
33 sAppStream << rcPlate.left << " " << rcPlate.bottom << " "
34 << rcPlate.right - rcPlate.left << " "
35 << rcPlate.top - rcPlate.bottom << " re W n\n";
37 sAppStream << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx
38 << " " << rcPlate.bottom + fy << " cm\n";
160 CPDF_Rect rcPlate = GetClientRect();
161 fPlateWidth = rcPlate.right - rcPlate.left;
162 fPlateHeight = rcPlate.top - rcPlate.bottom;
216 CPDF_Rect rcPlate = GetClientRect();
217 fPlateWidth = rcPlate.right - rcPlate.left;
218 fPlateHeight = rcPlate.top - rcPlate.bottom;