HomeSort by relevance Sort by last modified time
    Searched full:page2device (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 675 CPDF_Matrix page2device; local
676 pPage->GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate);
678 device2page.SetReverse(page2device);
693 CPDF_Matrix page2device; local
694 pPage->GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate);
697 page2device.Transform(((FX_FLOAT)page_x), ((FX_FLOAT)page_y), device_x_f, device_y_f);
fsdk_mgr.cpp 90 CPDF_Matrix page2device;
91 pPageView->GetCurrentMatrix(page2device);
93 device2page.SetReverse(page2device);
fsdk_baseform.cpp 468 CFX_AffineMatrix page2device;
469 pPageView->GetCurrentMatrix(page2device);
470 page2device.Transform(((FX_FLOAT)rc.left), ((FX_FLOAT)rc.bottom), rcDevice.left, rcDevice.bottom);
473 page2device.Transform(((FX_FLOAT)rc.right), ((FX_FLOAT)rc.top), rcDevice.right, rcDevice.top);
    [all...]

Completed in 349 milliseconds