Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:page_width

756   double page_width = pPage->GetPageWidth();
758 if (page_width < kEpsilonSize || page_height < kEpsilonSize)
762 *scale_x = size_x / page_width;
765 *scale_x = size_y / page_width;