HomeSort by relevance Sort by last modified time
    Searched defs:RenderWidget (Results 1 - 12 of 12) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffexclgroup.cpp 19 void CXFA_FFExclGroup::RenderWidget(CFX_Graphics* pGS,
29 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffimage.cpp 34 void CXFA_FFImage::RenderWidget(CFX_Graphics* pGS,
44 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_fftext.cpp 26 void CXFA_FFText::RenderWidget(CFX_Graphics* pGS,
36 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffbarcode.cpp 144 void CXFA_FFBarcode::RenderWidget(CFX_Graphics* pGS,
154 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffimageedit.cpp 49 void CXFA_FFImageEdit::RenderWidget(CFX_Graphics* pGS,
59 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffpath.cpp 54 void CXFA_FFLine::RenderWidget(CFX_Graphics* pGS,
109 void CXFA_FFArc::RenderWidget(CFX_Graphics* pGS,
136 void CXFA_FFRectangle::RenderWidget(CFX_Graphics* pGS,
xfa_ffsignature.cpp 23 void CXFA_FFSignature::RenderWidget(CFX_Graphics* pGS,
33 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffpushbutton.cpp 33 void CXFA_FFPushButton::RenderWidget(CFX_Graphics* pGS,
43 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffcheckbutton.cpp 211 void CXFA_FFCheckButton::RenderWidget(CFX_Graphics* pGS,
221 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffwidgethandler.cpp 157 void CXFA_FFWidgetHandler::RenderWidget(CXFA_FFWidget* hWidget,
161 hWidget->RenderWidget(pGS, pMatrix,
xfa_fffield.cpp 51 void CXFA_FFField::RenderWidget(CFX_Graphics* pGS,
61 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus);
xfa_ffwidget.cpp 109 void CXFA_FFWidget::RenderWidget(CFX_Graphics* pGS,
    [all...]

Completed in 189 milliseconds