Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:size_y

749                 int size_y,
763 *scale_y = size_y / page_height;
765 *scale_x = size_y / page_width;
774 int size_y,
779 GetScaling(pPage, size_x, size_y, rotate, &scale_x, &scale_y);
797 if (size_x > size_y)
803 offset_y = start_y + size_y - size_y_bm - start_y_bm;
815 offset_y = start_y + size_y - size_y_bm - start_x_bm;
828 int size_y,
835 size_y, rotate, mask_box);
878 int size_y,
901 pBitmap->Create(size_x, size_y, FXDIB_Argb);
916 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
928 GetMaskBitmap(pPage, start_x, start_y, size_x, size_y, rotate,
947 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
964 pDst->Create(size_x, size_y, FXDIB_Rgb32);
965 memset(pDst->GetBuffer(), -1, pitch * size_y);
966 pDst->CompositeBitmap(0, 0, size_x, size_y, pBitmap, 0, 0,
968 WinDC.StretchDIBits(pDst, 0, 0, size_x, size_y);
983 int size_y,
1001 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
1054 int size_y) {
1062 FPDF_RECORDER recorder = skDevice->CreateRecorder(size_x, size_y);
1064 FPDF_RenderPage_Retail(pContext, page, 0, 0, size_x, size_y, 0, 0, true,
1116 int size_y,
1126 pPage->DeviceToPage(start_x, start_y, size_x, size_y, rotate, device_x,
1130 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
1144 int size_y,
1156 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y,
1160 pPage->GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
1271 int size_y,
1281 start_x, start_y, size_x, size_y, rotate),
1282 FX_RECT(start_x, start_y, start_x + size_x, start_y + size_y),