HomeSort by relevance Sort by last modified time
    Searched refs:iRotate (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffexclgroup.h 17 int32_t iRotate = 0);
xfa_ffpath.h 16 int32_t iRotate = 0);
28 int32_t iRotate = 0);
37 int32_t iRotate = 0);
xfa_ffimage.h 16 int32_t iRotate = 0);
xfa_ffexclgroup.cpp 21 int32_t iRotate) {
xfa_ffimageedit.h 17 int32_t iRotate = 0);
xfa_ffcheckbutton.h 17 int32_t iRotate = 0);
xfa_ffpushbutton.h 20 int32_t iRotate = 0);
xfa_fftext.h 21 int32_t iRotate = 0);
xfa_ffpath.cpp 53 int32_t iRotate) {
110 int32_t iRotate) {
138 int32_t iRotate) {
xfa_ffbarcode.h 18 int32_t iRotate = 0);
xfa_ffimage.cpp 36 int32_t iRotate) {
xfa_ffsignature.h 17 int32_t iRotate = 0);
xfa_ffpageview.h 22 int32_t iRotate) override;
xfa_fffield.h 23 int32_t iRotate = 0);
xfa_ffsignature.cpp 24 int32_t iRotate) {
xfa_ffpageview.cpp 38 int32_t iRotate) {
43 FDE_GetPageMatrix(mt, fdePage, rtDisp, iRotate, 0);
xfa_ffimageedit.cpp 46 int32_t iRotate) {
xfa_ffpushbutton.cpp 30 int32_t iRotate) {
xfa_fftext.cpp 22 int32_t iRotate) {
xfa_ffwidget.h 59 int32_t iRotate = 0);
  /external/pdfium/xfa/src/fdp/include/
fde_rdr.h 15 int32_t iRotate,
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_page.h 51 int iRotate) const;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp 12 int32_t iRotate,
14 FXSYS_assert(iRotate >= 0 && iRotate <= 3);
19 if (iRotate == 0 || iRotate == 2) {
26 m.Rotate(iRotate * 1.57079632675f);
27 switch (iRotate) {
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_page.cpp 231 int iRotate) const {
243 m_pXFAPageView->GetDisplayMatrix(matrix, rect, iRotate);
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate);
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 118 int iRotate) const;

Completed in 141 milliseconds

1 2