Home
last modified time | relevance | path

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

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxgraphics/
H A Dcxfa_graphics.cpp112 CXFA_Graphics::CXFA_Graphics(CFX_RenderDevice* renderDevice) in CXFA_Graphics() function in CXFA_Graphics
117 CXFA_Graphics::~CXFA_Graphics() = default;
119 void CXFA_Graphics::SaveGraphState() { in SaveGraphState()
124 void CXFA_Graphics::RestoreGraphState() { in RestoreGraphState()
138 void CXFA_Graphics::SetLineDash(float dashPhase, in SetLineDash()
151 void CXFA_Graphics::SetSolidLineDash() { in SetSolidLineDash()
159 void CXFA_Graphics::EnableActOnDash() { in EnableActOnDash()
176 void CXFA_Graphics::FillPath(CXFA_GEPath* path, in FillPath()
192 CFX_RectF CXFA_Graphics::GetClipRect() const { in GetClipRect()
410 CXFA_Graphics::TInfo::TInfo() in TInfo()
[all …]
H A Dcxfa_graphics.h32 class CXFA_Graphics {
34 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice);
35 ~CXFA_Graphics();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_monthcalendar.h36 void OnDrawWidget(CXFA_Graphics* pGraphics,
94 void DrawHeadBK(CXFA_Graphics* pGraphics,
97 void DrawLButton(CXFA_Graphics* pGraphics,
100 void DrawRButton(CXFA_Graphics* pGraphics,
103 void DrawCaption(CXFA_Graphics* pGraphics,
106 void DrawSeparator(CXFA_Graphics* pGraphics,
109 void DrawDatesInBK(CXFA_Graphics* pGraphics,
112 void DrawWeek(CXFA_Graphics* pGraphics,
115 void DrawToday(CXFA_Graphics* pGraphics,
118 void DrawDatesIn(CXFA_Graphics* pGraphics,
[all …]
H A 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);
H A Dcfwl_scrollbar.h35 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
37 void OnDrawWidget(CXFA_Graphics* pGraphics,
65 void DrawTrack(CXFA_Graphics* pGraphics,
69 void DrawArrowBtn(CXFA_Graphics* pGraphics,
73 void DrawThumb(CXFA_Graphics* pGraphics,
H A Dcfwl_caret.h28 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
30 void OnDrawWidget(CXFA_Graphics* pGraphics,
41 void DrawCaretBK(CXFA_Graphics* pGraphics,
H A Dcfwl_widgetmgr.h18 class CXFA_Graphics; variable
42 CXFA_Graphics* pGraphics,
83 std::unique_ptr<CXFA_Graphics> pOffscreen;
96 CXFA_Graphics* pGraphics,
H A Dcfwl_pushbutton.h29 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
31 void OnDrawWidget(CXFA_Graphics* pGraphics,
35 void DrawBkground(CXFA_Graphics* pGraphics,
H A Dcfwl_caret.cpp41 void CFWL_Caret::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
66 void CFWL_Caret::DrawCaretBK(CXFA_Graphics* pGraphics, in DrawCaretBK()
85 void CFWL_Caret::OnDrawWidget(CXFA_Graphics* pGraphics, in OnDrawWidget()
H A Dcfwl_monthcalendar.cpp125 void CFWL_MonthCalendar::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
158 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground()
172 void CFWL_MonthCalendar::DrawHeadBK(CXFA_Graphics* pGraphics, in DrawHeadBK()
186 void CFWL_MonthCalendar::DrawLButton(CXFA_Graphics* pGraphics, in DrawLButton()
200 void CFWL_MonthCalendar::DrawRButton(CXFA_Graphics* pGraphics, in DrawRButton()
214 void CFWL_MonthCalendar::DrawCaption(CXFA_Graphics* pGraphics, in DrawCaption()
234 void CFWL_MonthCalendar::DrawSeparator(CXFA_Graphics* pGraphics, in DrawSeparator()
278 void CFWL_MonthCalendar::DrawWeek(CXFA_Graphics* pGraphics, in DrawWeek()
304 void CFWL_MonthCalendar::DrawToday(CXFA_Graphics* pGraphics, in DrawToday()
326 void CFWL_MonthCalendar::DrawDatesIn(CXFA_Graphics* pGraphics, in DrawDatesIn()
[all …]
H A Dcfwl_edit.h60 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
64 void OnDrawWidget(CXFA_Graphics* pGraphics,
112 void DrawTextBk(CXFA_Graphics* pGraphics,
115 void DrawContent(CXFA_Graphics* pGraphics,
H A Dcfwl_themebackground.h13 class CXFA_Graphics; variable
21 UnownedPtr<CXFA_Graphics> m_pGraphics;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.h27 CXFA_Graphics* pGraphics,
31 void DrawSignCheck(CXFA_Graphics* pGraphics,
35 void DrawSignCircle(CXFA_Graphics* pGraphics,
39 void DrawSignCross(CXFA_Graphics* pGraphics,
43 void DrawSignDiamond(CXFA_Graphics* pGraphics,
47 void DrawSignSquare(CXFA_Graphics* pGraphics,
51 void DrawSignStar(CXFA_Graphics* pGraphics,
H A Dcfwl_widgettp.h47 void DrawBorder(CXFA_Graphics* pGraphics,
50 void FillBackground(CXFA_Graphics* pGraphics,
53 void FillSolidRect(CXFA_Graphics* pGraphics,
57 void DrawFocus(CXFA_Graphics* pGraphics,
60 void DrawArrow(CXFA_Graphics* pGraphics,
65 void DrawBtn(CXFA_Graphics* pGraphics,
69 void DrawArrowBtn(CXFA_Graphics* pGraphics,
H A 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,
H A Dcfwl_widgettp.cpp45 CXFA_Graphics* pGraphics = pParams.m_pGraphics; in DrawText()
95 void CFWL_WidgetTP::DrawBorder(CXFA_Graphics* pGraphics, in DrawBorder()
111 void CFWL_WidgetTP::FillBackground(CXFA_Graphics* pGraphics, in FillBackground()
117 void CFWL_WidgetTP::FillSolidRect(CXFA_Graphics* pGraphics, in FillSolidRect()
132 void CFWL_WidgetTP::DrawFocus(CXFA_Graphics* pGraphics, in DrawFocus()
148 void CFWL_WidgetTP::DrawArrow(CXFA_Graphics* pGraphics, in DrawArrow()
200 void CFWL_WidgetTP::DrawBtn(CXFA_Graphics* pGraphics, in DrawBtn()
213 void CFWL_WidgetTP::DrawArrowBtn(CXFA_Graphics* pGraphics, in DrawArrowBtn()
H A Dcfwl_checkboxtp.cpp48 void CFWL_CheckBoxTP::DrawSignCheck(CXFA_Graphics* pGraphics, in DrawSignCheck()
64 void CFWL_CheckBoxTP::DrawSignCircle(CXFA_Graphics* pGraphics, in DrawSignCircle()
76 void CFWL_CheckBoxTP::DrawSignCross(CXFA_Graphics* pGraphics, in DrawSignCross()
94 void CFWL_CheckBoxTP::DrawSignDiamond(CXFA_Graphics* pGraphics, in DrawSignDiamond()
114 void CFWL_CheckBoxTP::DrawSignSquare(CXFA_Graphics* pGraphics, in DrawSignSquare()
126 void CFWL_CheckBoxTP::DrawSignStar(CXFA_Graphics* pGraphics, in DrawSignStar()
227 CXFA_Graphics* pGraphics, in DrawCheckSign()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.h25 CXFA_Graphics* pGS,
41 CXFA_Graphics* pGS,
44 void StrokeEmbossed(CXFA_Graphics* pGS,
48 void StrokeLowered(CXFA_Graphics* pGS,
52 void StrokeRaised(CXFA_Graphics* pGS,
56 void StrokeEtched(CXFA_Graphics* pGS,
60 void StrokeRect(CXFA_Graphics* pGraphic,
H A 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,
H A Dcxfa_box.h20 class CXFA_Graphics; variable
37 void Draw(CXFA_Graphics* pGS,
61 CXFA_Graphics* pGS,
65 void StrokeArcOrRounded(CXFA_Graphics* pGS,
H A Dcxfa_fill.cpp89 void CXFA_Fill::Draw(CXFA_Graphics* pGS, in Draw()
117 void CXFA_Fill::DrawStipple(CXFA_Graphics* pGS, in DrawStipple()
127 void CXFA_Fill::DrawRadial(CXFA_Graphics* pGS, in DrawRadial()
137 void CXFA_Fill::DrawLinear(CXFA_Graphics* pGS, in DrawLinear()
147 void CXFA_Fill::DrawPattern(CXFA_Graphics* pGS, in DrawPattern()
H A 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);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_fffield.h35 void RenderWidget(CXFA_Graphics* pGS,
66 void OnDrawWidget(CXFA_Graphics* pGraphics,
82 void RenderCaption(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
89 void DrawHighlight(CXFA_Graphics* pGS,
93 void DrawFocus(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
H A Dcxfa_ffpushbutton.h29 void RenderWidget(CXFA_Graphics* pGS,
37 void OnDrawWidget(CXFA_Graphics* pGraphics,
44 void RenderHighlightCaption(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
H A Dcxfa_ffwidget.h32 class CXFA_Graphics; variable
43 void XFA_DrawImage(CXFA_Graphics* pGS,
85 virtual void RenderWidget(CXFA_Graphics* pGS,
179 void DrawBorder(CXFA_Graphics* pGS,
183 void DrawBorderWithFlag(CXFA_Graphics* pGS,

1234