/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 101 CFX_Graphics::CFX_Graphics(CFX_RenderDevice* renderDevice) in CFX_Graphics() function in CFX_Graphics 108 CFX_Graphics::~CFX_Graphics() {} in ~CFX_Graphics() 110 void CFX_Graphics::SaveGraphState() { in SaveGraphState() 118 void CFX_Graphics::RestoreGraphState() { in RestoreGraphState() 131 void CFX_Graphics::SetLineCap(CFX_GraphStateData::LineCap lineCap) { in SetLineCap() 137 void CFX_Graphics::SetLineDash(FX_FLOAT dashPhase, in SetLineDash() 157 void CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) { in SetLineDash() 162 void CFX_Graphics::SetLineWidth(FX_FLOAT lineWidth, bool isActOnDash) { in SetLineWidth() 169 void CFX_Graphics::SetStrokeColor(CFX_Color* color) { in SetStrokeColor() 177 void CFX_Graphics::SetFillColor(CFX_Color* color) { in SetFillColor() [all …]
|
D | cfx_graphics.h | 44 class CFX_Graphics { 46 explicit CFX_Graphics(CFX_RenderDevice* renderDevice); 47 ~CFX_Graphics();
|
/external/pdfium/xfa/fwl/ |
D | cfwl_monthcalendar.h | 36 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 38 void OnDrawWidget(CFX_Graphics* pGraphics, 93 void DrawBackground(CFX_Graphics* pGraphics, 96 void DrawHeadBK(CFX_Graphics* pGraphics, 99 void DrawLButton(CFX_Graphics* pGraphics, 102 void DrawRButton(CFX_Graphics* pGraphics, 105 void DrawCaption(CFX_Graphics* pGraphics, 108 void DrawSeperator(CFX_Graphics* pGraphics, 111 void DrawDatesInBK(CFX_Graphics* pGraphics, 114 void DrawWeek(CFX_Graphics* pGraphics, [all …]
|
D | cfwl_widgetmgr.h | 23 class CFX_Graphics; variable 36 CFX_Graphics* pGraphics, 85 std::unique_ptr<CFX_Graphics> pOffscreen; 106 CFX_Graphics* pGraphics, 108 CFX_Graphics* DrawWidgetBefore(CFWL_Widget* pWidget, 109 CFX_Graphics* pGraphics,
|
D | cfwl_listbox.h | 45 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 49 void OnDrawWidget(CFX_Graphics* pGraphics, 88 void DrawBkground(CFX_Graphics* pGraphics, 91 void DrawItems(CFX_Graphics* pGraphics, 94 void DrawItem(CFX_Graphics* pGraphics, 100 void DrawStatic(CFX_Graphics* pGraphics, IFWL_ThemeProvider* pTheme);
|
D | cfwl_spinbutton.h | 31 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 33 void OnDrawWidget(CFX_Graphics* pGraphics, 49 void DrawUpButton(CFX_Graphics* pGraphics, 52 void DrawDownButton(CFX_Graphics* pGraphics,
|
D | cfwl_scrollbar.h | 33 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 35 void OnDrawWidget(CFX_Graphics* pGraphics, 69 void DrawTrack(CFX_Graphics* pGraphics, 73 void DrawArrowBtn(CFX_Graphics* pGraphics, 77 void DrawThumb(CFX_Graphics* pGraphics,
|
D | cfwl_caret.h | 30 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 32 void OnDrawWidget(CFX_Graphics* pGraphics, 49 void DrawCaretBK(CFX_Graphics* pGraphics,
|
D | cfwl_pushbutton.h | 31 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 33 void OnDrawWidget(CFX_Graphics* pGraphics, 37 void DrawBkground(CFX_Graphics* pGraphics,
|
D | cfwl_edit.h | 64 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 68 void OnDrawWidget(CFX_Graphics* pGraphics, 112 void DrawTextBk(CFX_Graphics* pGraphics, 115 void DrawContent(CFX_Graphics* pGraphics, 118 void DrawSpellCheck(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix);
|
D | cfwl_datetimepicker.h | 42 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 45 void OnDrawWidget(CFX_Graphics* pGraphics, 70 void DrawDropDownButton(CFX_Graphics* pGraphics, 91 void DisForm_DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix);
|
D | cfwl_form.h | 41 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 43 void OnDrawWidget(CFX_Graphics* pGraphics, 53 void DrawBackground(CFX_Graphics* pGraphics, IFWL_ThemeProvider* pTheme);
|
D | cfwl_combobox.h | 55 void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; 59 void OnDrawWidget(CFX_Graphics* pGraphics, 98 void DrawStretchHandler(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix); 139 void DisForm_DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix);
|
D | cfwl_caret.cpp | 46 void CFWL_Caret::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() 73 void CFWL_Caret::DrawCaretBK(CFX_Graphics* pGraphics, in DrawCaretBK() 92 void CFWL_Caret::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
|
D | cfwl_themebackground.h | 14 class CFX_Graphics; variable 22 CFX_Graphics* m_pGraphics;
|
D | cfwl_widget.h | 64 virtual void DrawWidget(CFX_Graphics* pGraphics, 71 void OnDrawWidget(CFX_Graphics* pGraphics, 144 void DrawBorder(CFX_Graphics* pGraphics, 176 void DrawBackground(CFX_Graphics* pGraphics,
|
D | ifwl_widgetdelegate.h | 14 class CFX_Graphics; variable 23 virtual void OnDrawWidget(CFX_Graphics* pGraphics,
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.h | 39 CFX_Graphics* pGraphics, 43 void DrawSignCheck(CFX_Graphics* pGraphics, 47 void DrawSignCircle(CFX_Graphics* pGraphics, 51 void DrawSignCross(CFX_Graphics* pGraphics, 55 void DrawSignDiamond(CFX_Graphics* pGraphics, 59 void DrawSignSquare(CFX_Graphics* pGraphics, 63 void DrawSignStar(CFX_Graphics* pGraphics,
|
D | cfwl_widgettp.h | 58 void DrawBorder(CFX_Graphics* pGraphics, 61 void FillBackground(CFX_Graphics* pGraphics, 64 void FillSoildRect(CFX_Graphics* pGraphics, 68 void DrawAxialShading(CFX_Graphics* pGraphics, 78 void DrawFocus(CFX_Graphics* pGraphics, 81 void DrawArrow(CFX_Graphics* pGraphics, 86 void DrawBtn(CFX_Graphics* pGraphics, 90 void DrawArrowBtn(CFX_Graphics* pGraphics,
|
D | cfwl_scrollbartp.h | 32 void DrawThumbBtn(CFX_Graphics* pGraphics, 38 void DrawTrack(CFX_Graphics* pGraphics, 44 void DrawMaxMinBtn(CFX_Graphics* pGraphics, 49 void DrawPaw(CFX_Graphics* pGraphics,
|
D | cfwl_widgettp.cpp | 48 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawText() 99 void CFWL_WidgetTP::DrawBorder(CFX_Graphics* pGraphics, in DrawBorder() 117 void CFWL_WidgetTP::FillBackground(CFX_Graphics* pGraphics, in FillBackground() 123 void CFWL_WidgetTP::FillSoildRect(CFX_Graphics* pGraphics, in FillSoildRect() 140 void CFWL_WidgetTP::DrawAxialShading(CFX_Graphics* pGraphics, in DrawAxialShading() 163 void CFWL_WidgetTP::DrawFocus(CFX_Graphics* pGraphics, in DrawFocus() 181 void CFWL_WidgetTP::DrawArrow(CFX_Graphics* pGraphics, in DrawArrow() 236 void CFWL_WidgetTP::DrawBtn(CFX_Graphics* pGraphics, in DrawBtn() 257 void CFWL_WidgetTP::DrawArrowBtn(CFX_Graphics* pGraphics, in DrawArrowBtn()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fffield.h | 25 void RenderWidget(CFX_Graphics* pGS, 56 void OnDrawWidget(CFX_Graphics* pGraphics, 70 void RenderCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = nullptr); 77 void DrawHighlight(CFX_Graphics* pGS, 81 void DrawFocus(CFX_Graphics* pGS, CFX_Matrix* pMatrix);
|
D | xfa_ffpath.h | 18 void RenderWidget(CFX_Graphics* pGS, 32 void RenderWidget(CFX_Graphics* pGS, 43 void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffpushbutton.h | 25 void RenderWidget(CFX_Graphics* pGS, 34 void OnDrawWidget(CFX_Graphics* pGraphics, 40 void RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = nullptr);
|
/external/pdfium/xfa/fxfa/ |
D | xfa_ffwidget.h | 52 virtual void RenderWidget(CFX_Graphics* pGS, 131 void DrawBorder(CFX_Graphics* pGS, 149 int32_t XFA_StrokeTypeSetLineDash(CFX_Graphics* pGraphics, 153 void XFA_DrawImage(CFX_Graphics* pGS, 185 CFX_Graphics* pGS,
|