HomeSort by relevance Sort by last modified time
    Searched refs:mtRotate (Results 1 - 10 of 10) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffexclgroup.cpp 25 CFX_Matrix mtRotate;
26 GetRotateMatrix(mtRotate);
28 mtRotate.Concat(*pMatrix);
30 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffimage.cpp 40 CFX_Matrix mtRotate;
41 GetRotateMatrix(mtRotate);
43 mtRotate.Concat(*pMatrix);
45 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
64 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
xfa_ffpath.cpp 77 CFX_Matrix mtRotate;
78 GetRotateMatrix(mtRotate);
80 mtRotate.Concat(*pMatrix);
101 pGS->StrokePath(&linePath, &mtRotate);
119 CFX_Matrix mtRotate;
120 GetRotateMatrix(mtRotate);
122 mtRotate.Concat(*pMatrix);
129 DrawBorder(pGS, arcObj, rtArc, &mtRotate);
152 CFX_Matrix mtRotate;
153 GetRotateMatrix(mtRotate);
    [all...]
xfa_ffsignature.cpp 28 CFX_Matrix mtRotate;
29 GetRotateMatrix(mtRotate);
31 mtRotate.Concat(*pMatrix);
33 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
35 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate);
36 RenderCaption(pGS, &mtRotate);
37 DrawHighlight(pGS, &mtRotate, dwStatus, FALSE);
41 pDocProvider->RenderCustomWidget(this, pGS, &mtRotate, rtWidget);
xfa_ffimageedit.cpp 50 CFX_Matrix mtRotate;
51 GetRotateMatrix(mtRotate);
53 mtRotate.Concat(*pMatrix);
55 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
57 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate);
58 RenderCaption(pGS, &mtRotate);
77 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi,
xfa_ffpushbutton.cpp 34 CFX_Matrix mtRotate;
35 GetRotateMatrix(mtRotate);
37 mtRotate.Concat(*pMatrix);
39 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
40 RenderHighlightCaption(pGS, &mtRotate);
45 mt.Concat(mtRotate);
xfa_fftext.cpp 27 CFX_Matrix mtRotate;
28 GetRotateMatrix(mtRotate);
30 mtRotate.Concat(*pMatrix);
32 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
57 mtRotate.TransformRect(rtClip);
58 mt.Concat(mtRotate);
xfa_ffbarcode.cpp 47 CFX_Matrix mtRotate;
48 GetRotateMatrix(mtRotate);
50 mtRotate.Concat(*pMatrix);
52 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
54 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate);
55 RenderCaption(pGS, &mtRotate);
60 mt.Concat(mtRotate);
xfa_ffcheckbutton.cpp 218 CFX_Matrix mtRotate;
219 GetRotateMatrix(mtRotate);
221 mtRotate.Concat(*pMatrix);
223 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
225 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate,
229 RenderCaption(pGS, &mtRotate);
230 DrawHighlight(pGS, &mtRotate, dwStatus,
234 mt.Concat(mtRotate);
xfa_fffield.cpp 62 CFX_Matrix mtRotate;
63 GetRotateMatrix(mtRotate);
65 mtRotate.Concat(*pMatrix);
67 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
69 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate);
70 RenderCaption(pGS, &mtRotate);
71 DrawHighlight(pGS, &mtRotate, dwStatus, FALSE);
76 mt.Concat(mtRotate);

Completed in 93 milliseconds