/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 101 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 …]
|
D | cxfa_graphics.h | 35 class CXFA_Graphics { 37 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice); 38 ~CXFA_Graphics();
|
/external/pdfium/xfa/fwl/ |
D | cfwl_monthcalendar.h | 35 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 …]
|
D | cfwl_widgetmgr.h | 22 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,
|
D | cfwl_listbox.h | 45 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);
|
D | cfwl_scrollbar.h | 33 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,
|
D | cfwl_edit.h | 61 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);
|
D | cfwl_datetimepicker.h | 43 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);
|
D | cfwl_pushbutton.h | 31 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override; 33 void OnDrawWidget(CXFA_Graphics* pGraphics, 37 void DrawBkground(CXFA_Graphics* pGraphics,
|
D | cfwl_caret.h | 28 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override; 30 void OnDrawWidget(CXFA_Graphics* pGraphics, 47 void DrawCaretBK(CXFA_Graphics* pGraphics,
|
D | cfwl_form.h | 37 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);
|
D | cfwl_combobox.h | 55 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/ |
D | cfwl_checkboxtp.h | 39 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,
|
D | cfwl_widgettp.h | 57 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,
|
D | cfwl_scrollbartp.h | 32 void DrawThumbBtn(CXFA_Graphics* pGraphics, 38 void DrawTrack(CXFA_Graphics* pGraphics, 44 void DrawMaxMinBtn(CXFA_Graphics* pGraphics, 49 void DrawPaw(CXFA_Graphics* pGraphics,
|
D | cfwl_widgettp.cpp | 48 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()
|
D | cfwl_checkboxtp.cpp | 66 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/ |
D | cxfa_rectangle.h | 25 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,
|
D | cxfa_fill.h | 15 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,
|
D | cxfa_box.h | 20 class CXFA_Graphics; variable 37 void Draw(CXFA_Graphics* pGS, 62 CXFA_Graphics* pGS, 66 void StrokeArcOrRounded(CXFA_Graphics* pGS,
|
D | cxfa_fill.cpp | 90 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()
|
D | cxfa_stroke.h | 22 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/ |
D | cxfa_fffield.h | 27 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);
|
D | cxfa_ffpushbutton.h | 26 void RenderWidget(CXFA_Graphics* pGS, 35 void OnDrawWidget(CXFA_Graphics* pGraphics, 42 void RenderHighlightCaption(CXFA_Graphics* pGS, CFX_Matrix* pMatrix);
|
D | cxfa_ffwidget.h | 24 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,
|