Home
last modified time | relevance | path

Searched refs:CXFA_Graphics (Results 1 – 25 of 107) sorted by relevance

12345

/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp101 CXFA_Graphics::CXFA_Graphics(CFX_RenderDevice* renderDevice) in CXFA_Graphics() function in CXFA_Graphics
108 CXFA_Graphics::~CXFA_Graphics() {} in ~CXFA_Graphics()
110 void CXFA_Graphics::SaveGraphState() { in SaveGraphState()
118 void CXFA_Graphics::RestoreGraphState() { in RestoreGraphState()
131 void CXFA_Graphics::SetLineCap(CFX_GraphStateData::LineCap lineCap) { in SetLineCap()
137 void CXFA_Graphics::SetLineDash(float dashPhase, in SetLineDash()
157 void CXFA_Graphics::SetSolidLineDash() { in SetSolidLineDash()
162 void CXFA_Graphics::SetLineWidth(float lineWidth) { in SetLineWidth()
167 void CXFA_Graphics::EnableActOnDash() { in EnableActOnDash()
172 void CXFA_Graphics::SetStrokeColor(const CXFA_GEColor& color) { in SetStrokeColor()
[all …]
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.h35 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
37 void OnDrawWidget(CXFA_Graphics* pGraphics,
92 void DrawBackground(CXFA_Graphics* pGraphics,
95 void DrawHeadBK(CXFA_Graphics* pGraphics,
98 void DrawLButton(CXFA_Graphics* pGraphics,
101 void DrawRButton(CXFA_Graphics* pGraphics,
104 void DrawCaption(CXFA_Graphics* pGraphics,
107 void DrawSeperator(CXFA_Graphics* pGraphics,
110 void DrawDatesInBK(CXFA_Graphics* pGraphics,
113 void DrawWeek(CXFA_Graphics* pGraphics,
[all …]
Dcfwl_widgetmgr.h22 class CXFA_Graphics; variable
33 CXFA_Graphics* pGraphics,
82 std::unique_ptr<CXFA_Graphics> pOffscreen;
103 CXFA_Graphics* pGraphics,
105 CXFA_Graphics* DrawWidgetBefore(CFWL_Widget* pWidget,
106 CXFA_Graphics* pGraphics,
Dcfwl_listbox.h45 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
49 void OnDrawWidget(CXFA_Graphics* pGraphics,
88 void DrawBkground(CXFA_Graphics* pGraphics,
91 void DrawItems(CXFA_Graphics* pGraphics,
94 void DrawItem(CXFA_Graphics* pGraphics,
100 void DrawStatic(CXFA_Graphics* pGraphics, IFWL_ThemeProvider* pTheme);
Dcfwl_scrollbar.h33 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
35 void OnDrawWidget(CXFA_Graphics* pGraphics,
69 void DrawTrack(CXFA_Graphics* pGraphics,
73 void DrawArrowBtn(CXFA_Graphics* pGraphics,
77 void DrawThumb(CXFA_Graphics* pGraphics,
Dcfwl_edit.h61 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
65 void OnDrawWidget(CXFA_Graphics* pGraphics,
111 void DrawTextBk(CXFA_Graphics* pGraphics,
114 void DrawContent(CXFA_Graphics* pGraphics,
117 void DrawSpellCheck(CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix);
Dcfwl_datetimepicker.h43 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
46 void OnDrawWidget(CXFA_Graphics* pGraphics,
72 void DrawDropDownButton(CXFA_Graphics* pGraphics,
90 void DisForm_DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix);
Dcfwl_monthcalendar.cpp149 void CFWL_MonthCalendar::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
181 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground()
195 void CFWL_MonthCalendar::DrawHeadBK(CXFA_Graphics* pGraphics, in DrawHeadBK()
209 void CFWL_MonthCalendar::DrawLButton(CXFA_Graphics* pGraphics, in DrawLButton()
223 void CFWL_MonthCalendar::DrawRButton(CXFA_Graphics* pGraphics, in DrawRButton()
237 void CFWL_MonthCalendar::DrawCaption(CXFA_Graphics* pGraphics, in DrawCaption()
257 void CFWL_MonthCalendar::DrawSeperator(CXFA_Graphics* pGraphics, in DrawSeperator()
271 void CFWL_MonthCalendar::DrawDatesInBK(CXFA_Graphics* pGraphics, in DrawDatesInBK()
301 void CFWL_MonthCalendar::DrawWeek(CXFA_Graphics* pGraphics, in DrawWeek()
327 void CFWL_MonthCalendar::DrawToday(CXFA_Graphics* pGraphics, in DrawToday()
[all …]
Dcfwl_caret.h28 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
30 void OnDrawWidget(CXFA_Graphics* pGraphics,
47 void DrawCaretBK(CXFA_Graphics* pGraphics,
Dcfwl_pushbutton.h31 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
33 void OnDrawWidget(CXFA_Graphics* pGraphics,
37 void DrawBkground(CXFA_Graphics* pGraphics,
Dcfwl_form.h37 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
39 void OnDrawWidget(CXFA_Graphics* pGraphics,
49 void DrawBackground(CXFA_Graphics* pGraphics, IFWL_ThemeProvider* pTheme);
Dcfwl_combobox.h55 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
59 void OnDrawWidget(CXFA_Graphics* pGraphics,
96 void DrawStretchHandler(CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix);
137 void DisForm_DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix);
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.h39 CXFA_Graphics* pGraphics,
43 void DrawSignCheck(CXFA_Graphics* pGraphics,
47 void DrawSignCircle(CXFA_Graphics* pGraphics,
51 void DrawSignCross(CXFA_Graphics* pGraphics,
55 void DrawSignDiamond(CXFA_Graphics* pGraphics,
59 void DrawSignSquare(CXFA_Graphics* pGraphics,
63 void DrawSignStar(CXFA_Graphics* pGraphics,
Dcfwl_widgettp.h57 void DrawBorder(CXFA_Graphics* pGraphics,
60 void FillBackground(CXFA_Graphics* pGraphics,
63 void FillSoildRect(CXFA_Graphics* pGraphics,
67 void DrawAxialShading(CXFA_Graphics* pGraphics,
77 void DrawFocus(CXFA_Graphics* pGraphics,
80 void DrawArrow(CXFA_Graphics* pGraphics,
85 void DrawBtn(CXFA_Graphics* pGraphics,
89 void DrawArrowBtn(CXFA_Graphics* pGraphics,
Dcfwl_scrollbartp.h32 void DrawThumbBtn(CXFA_Graphics* pGraphics,
38 void DrawTrack(CXFA_Graphics* pGraphics,
44 void DrawMaxMinBtn(CXFA_Graphics* pGraphics,
49 void DrawPaw(CXFA_Graphics* pGraphics,
Dcfwl_widgettp.cpp48 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()
103 void CFWL_WidgetTP::DrawBorder(CXFA_Graphics* pGraphics, in DrawBorder()
119 void CFWL_WidgetTP::FillBackground(CXFA_Graphics* pGraphics, in FillBackground()
125 void CFWL_WidgetTP::FillSoildRect(CXFA_Graphics* pGraphics, in FillSoildRect()
140 void CFWL_WidgetTP::DrawAxialShading(CXFA_Graphics* pGraphics, in DrawAxialShading()
163 void CFWL_WidgetTP::DrawFocus(CXFA_Graphics* pGraphics, in DrawFocus()
179 void CFWL_WidgetTP::DrawArrow(CXFA_Graphics* pGraphics, in DrawArrow()
233 void CFWL_WidgetTP::DrawBtn(CXFA_Graphics* pGraphics, in DrawBtn()
252 void CFWL_WidgetTP::DrawArrowBtn(CXFA_Graphics* pGraphics, in DrawArrowBtn()
Dcfwl_checkboxtp.cpp66 void CFWL_CheckBoxTP::DrawSignCheck(CXFA_Graphics* pGraphics, in DrawSignCheck()
82 void CFWL_CheckBoxTP::DrawSignCircle(CXFA_Graphics* pGraphics, in DrawSignCircle()
94 void CFWL_CheckBoxTP::DrawSignCross(CXFA_Graphics* pGraphics, in DrawSignCross()
112 void CFWL_CheckBoxTP::DrawSignDiamond(CXFA_Graphics* pGraphics, in DrawSignDiamond()
132 void CFWL_CheckBoxTP::DrawSignSquare(CXFA_Graphics* pGraphics, in DrawSignSquare()
145 void CFWL_CheckBoxTP::DrawSignStar(CXFA_Graphics* pGraphics, in DrawSignStar()
284 CXFA_Graphics* pGraphics, in DrawCheckSign()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.h25 CXFA_Graphics* pGS,
42 CXFA_Graphics* pGS,
45 void StrokeEmbossed(CXFA_Graphics* pGS,
49 void StrokeLowered(CXFA_Graphics* pGS,
53 void StrokeRaised(CXFA_Graphics* pGS,
57 void StrokeEtched(CXFA_Graphics* pGS,
61 void StrokeRect(CXFA_Graphics* pGraphic,
Dcxfa_fill.h15 class CXFA_Graphics; variable
31 void Draw(CXFA_Graphics* pGS,
39 void DrawStipple(CXFA_Graphics* pGS,
43 void DrawRadial(CXFA_Graphics* pGS,
47 void DrawLinear(CXFA_Graphics* pGS,
51 void DrawPattern(CXFA_Graphics* pGS,
Dcxfa_box.h20 class CXFA_Graphics; variable
37 void Draw(CXFA_Graphics* pGS,
62 CXFA_Graphics* pGS,
66 void StrokeArcOrRounded(CXFA_Graphics* pGS,
Dcxfa_fill.cpp90 void CXFA_Fill::Draw(CXFA_Graphics* pGS, in Draw()
118 void CXFA_Fill::DrawStipple(CXFA_Graphics* pGS, in DrawStipple()
128 void CXFA_Fill::DrawRadial(CXFA_Graphics* pGS, in DrawRadial()
138 void CXFA_Fill::DrawLinear(CXFA_Graphics* pGS, in DrawLinear()
148 void CXFA_Fill::DrawPattern(CXFA_Graphics* pGS, in DrawPattern()
Dcxfa_stroke.h22 class CXFA_Graphics; variable
25 void XFA_StrokeTypeSetLineDash(CXFA_Graphics* pGraphics,
51 void Stroke(CXFA_GEPath* pPath, CXFA_Graphics* pGS, const CFX_Matrix& matrix);
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.h27 void RenderWidget(CXFA_Graphics* pGS,
58 void OnDrawWidget(CXFA_Graphics* pGraphics,
72 void RenderCaption(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
79 void DrawHighlight(CXFA_Graphics* pGS,
83 void DrawFocus(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
Dcxfa_ffwidget.h24 class CXFA_Graphics; variable
34 void XFA_DrawImage(CXFA_Graphics* pGS,
70 virtual void RenderWidget(CXFA_Graphics* pGS,
149 void DrawBorder(CXFA_Graphics* pGS,
153 void DrawBorderWithFlag(CXFA_Graphics* pGS,
Dcxfa_ffpushbutton.h26 void RenderWidget(CXFA_Graphics* pGS,
35 void OnDrawWidget(CXFA_Graphics* pGraphics,
42 void RenderHighlightCaption(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);

12345