Home
last modified time | relevance | path

Searched refs:CFX_GraphStateData (Results 1 – 25 of 38) sorted by relevance

12

/external/pdfium/core/fxge/
Dcfx_graphstatedata.cpp9 CFX_GraphStateData::CFX_GraphStateData() = default;
11 CFX_GraphStateData::CFX_GraphStateData(const CFX_GraphStateData& src) = default;
13 CFX_GraphStateData::CFX_GraphStateData(CFX_GraphStateData&& src) = default;
15 CFX_GraphStateData::~CFX_GraphStateData() = default;
17 CFX_GraphStateData& CFX_GraphStateData::operator=(
18 const CFX_GraphStateData& that) = default;
20 CFX_GraphStateData& CFX_GraphStateData::operator=(CFX_GraphStateData&& that) =
32 : CFX_GraphStateData(src) {} in CFX_RetainableGraphStateData()
Dcfx_graphstatedata.h15 class CFX_GraphStateData {
29 CFX_GraphStateData();
30 CFX_GraphStateData(const CFX_GraphStateData& src);
31 CFX_GraphStateData(CFX_GraphStateData&& src);
32 ~CFX_GraphStateData();
34 CFX_GraphStateData& operator=(const CFX_GraphStateData& that);
35 CFX_GraphStateData& operator=(CFX_GraphStateData&& that);
46 public CFX_GraphStateData {
Dcfx_graphstate.cpp25 CFX_GraphStateData* pData = m_Ref.GetPrivateCopy(); in SetLineDash()
40 CFX_GraphStateData::LineCap CFX_GraphState::GetLineCap() const { in GetLineCap()
42 : CFX_GraphStateData::LineCapButt; in GetLineCap()
44 void CFX_GraphState::SetLineCap(CFX_GraphStateData::LineCap cap) { in SetLineCap()
48 CFX_GraphStateData::LineJoin CFX_GraphState::GetLineJoin() const { in GetLineJoin()
50 : CFX_GraphStateData::LineJoinMiter; in GetLineJoin()
53 void CFX_GraphState::SetLineJoin(CFX_GraphStateData::LineJoin join) { in SetLineJoin()
Dcfx_graphstate.h28 CFX_GraphStateData::LineCap GetLineCap() const;
29 void SetLineCap(CFX_GraphStateData::LineCap cap);
31 CFX_GraphStateData::LineJoin GetLineJoin() const;
32 void SetLineJoin(CFX_GraphStateData::LineJoin join);
38 const CFX_GraphStateData* GetObject() const { return m_Ref.GetObject(); } in GetObject()
Dcfx_renderdevice.h23 class CFX_GraphStateData; variable
76 const CFX_GraphStateData* pGraphState);
80 const CFX_GraphStateData* pGraphState, in DrawPath()
89 const CFX_GraphStateData* pGraphState,
171 const CFX_GraphStateData* pGraphState,
230 const CFX_GraphStateData* pGraphState,
Drenderdevicedriver_iface.h20 class CFX_GraphStateData; variable
53 const CFX_GraphStateData* pGraphState);
56 const CFX_GraphStateData* pGraphState,
Dcfx_renderdevice.cpp479 const CFX_GraphStateData* pGraphState) { in SetClip_PathStroke()
509 const CFX_GraphStateData* pGraphState, in DrawPathWithBlend()
580 CFX_GraphStateData graphState; in DrawPathWithBlend()
617 const CFX_GraphStateData* pGraphState, in DrawFillStrokePath()
706 CFX_GraphStateData graph_state; in DrawCosmeticLine()
1049 const CFX_GraphStateData* pGraphState, in DrawTextPath()
1114 CFX_GraphStateData gsd; in DrawStrokeRect()
1131 CFX_GraphStateData gsd; in DrawStrokeLine()
1221 CFX_GraphStateData gsd; in DrawBorder()
1231 CFX_GraphStateData gsd; in DrawBorder()
[all …]
Drenderdevicedriver_iface.cpp24 const CFX_GraphStateData* pGraphState) { in SetClip_PathStroke()
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp18 static_assert(CFX_GraphStateData::LineCapButt == FPDF_LINECAP_BUTT,
20 static_assert(CFX_GraphStateData::LineCapRound == FPDF_LINECAP_ROUND,
22 static_assert(CFX_GraphStateData::LineCapSquare ==
26 static_assert(CFX_GraphStateData::LineJoinMiter == FPDF_LINEJOIN_MITER,
28 static_assert(CFX_GraphStateData::LineJoinRound == FPDF_LINEJOIN_ROUND,
30 static_assert(CFX_GraphStateData::LineJoinBevel == FPDF_LINEJOIN_BEVEL,
Dfpdf_editpage.cpp808 static_cast<int>(CFX_GraphStateData::LineJoin::LineJoinMiter); in FPDFPageObj_SetLineJoin()
810 static_cast<int>(CFX_GraphStateData::LineJoin::LineJoinBevel); in FPDFPageObj_SetLineJoin()
815 static_cast<CFX_GraphStateData::LineJoin>(line_join)); in FPDFPageObj_SetLineJoin()
833 static_cast<int>(CFX_GraphStateData::LineCap::LineCapButt); in FPDFPageObj_SetLineCap()
835 static_cast<int>(CFX_GraphStateData::LineCap::LineCapSquare); in FPDFPageObj_SetLineCap()
840 static_cast<CFX_GraphStateData::LineCap>(line_cap)); in FPDFPageObj_SetLineCap()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp18 CFX_GraphStateData::LineCap LineCapToFXGE(XFA_AttributeValue iLineCap) { in LineCapToFXGE()
21 return CFX_GraphStateData::LineCapRound; in LineCapToFXGE()
23 return CFX_GraphStateData::LineCapButt; in LineCapToFXGE()
27 return CFX_GraphStateData::LineCapSquare; in LineCapToFXGE()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h70 const CFX_GraphStateData* pGraphState);
74 const CFX_GraphStateData* pGraphState,
103 void SetGraphState(const CFX_GraphStateData* pGraphState);
130 CFX_GraphStateData m_CurGraphState;
Dwin32_int.h49 const CFX_GraphStateData* pGraphState,
91 const CFX_GraphStateData* pGraphState) override;
94 const CFX_GraphStateData* pGraphState,
242 const CFX_GraphStateData* pGraphState) override;
245 const CFX_GraphStateData* pGraphState,
306 const CFX_GraphStateData* pGraphState) override;
309 const CFX_GraphStateData* pGraphState,
Dfx_win32_gdipext.cpp384 Gdiplus::GpPen* GdipCreatePenImpl(const CFX_GraphStateData* pGraphState, in GdipCreatePenImpl()
403 case CFX_GraphStateData::LineCapButt: in GdipCreatePenImpl()
406 case CFX_GraphStateData::LineCapRound: in GdipCreatePenImpl()
411 case CFX_GraphStateData::LineCapSquare: in GdipCreatePenImpl()
419 case CFX_GraphStateData::LineJoinMiter: in GdipCreatePenImpl()
422 case CFX_GraphStateData::LineJoinRound: in GdipCreatePenImpl()
425 case CFX_GraphStateData::LineJoinBevel: in GdipCreatePenImpl()
810 const CFX_GraphStateData* pGraphState, in DrawPath()
Dfx_win32_device.cpp85 HPEN CreateExtPen(const CFX_GraphStateData* pGraphState, in CreateExtPen()
104 case CFX_GraphStateData::LineCapButt: in CreateExtPen()
107 case CFX_GraphStateData::LineCapRound: in CreateExtPen()
110 case CFX_GraphStateData::LineCapSquare: in CreateExtPen()
115 case CFX_GraphStateData::LineJoinMiter: in CreateExtPen()
118 case CFX_GraphStateData::LineJoinRound: in CreateExtPen()
121 case CFX_GraphStateData::LineJoinBevel: in CreateExtPen()
956 const CFX_GraphStateData* pGraphState, in DrawPath()
1110 const CFX_GraphStateData* pGraphState) { in SetClip_PathStroke()
Dfx_win32_print.cpp440 const CFX_GraphStateData* pGraphState) { in SetClip_PathStroke()
447 const CFX_GraphStateData* pGraphState, in DrawPath()
564 const CFX_GraphStateData* pGraphState) { in SetClip_PathStroke()
570 const CFX_GraphStateData* pGraphState, in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h20 class CFX_GraphStateData; variable
55 const CFX_GraphStateData* pGraphState) override;
58 const CFX_GraphStateData* pGraphState,
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.h18 class CFX_GraphStateData; variable
42 const CFX_GraphStateData* pGraphState,
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h56 const CFX_GraphStateData*
63 const CFX_GraphStateData* pGraphState,
152 const CFX_GraphStateData* pGraphState,
Dfx_skia_device_embeddertest.cpp59 CFX_GraphStateData graphState; in CommonTest()
77 graphState.m_LineCap = CFX_GraphStateData::LineCapRound; in CommonTest()
Dfx_skia_device.cpp738 const CFX_GraphStateData* pDrawState, in DrawPath()
1084 const CFX_GraphStateData* pGraphState) { in SetClipStroke()
1155 const CFX_GraphStateData* pState, in DrawChanged()
1185 bool StateChanged(const CFX_GraphStateData* pState, in StateChanged()
1186 const CFX_GraphStateData& refState) const { in StateChanged()
1187 CFX_GraphStateData identityState; in StateChanged()
1197 bool DashChanged(const CFX_GraphStateData* pState, in DashChanged()
1198 const CFX_GraphStateData& refState) const { in DashChanged()
1499 CFX_GraphStateData m_clipState;
1500 CFX_GraphStateData m_drawState;
[all …]
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h44 void SetLineCap(CFX_GraphStateData::LineCap lineCap);
64 CFX_GraphStateData graphState;
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp418 CFX_GraphStateData::LineCap lineCap = pPageObj->m_GraphState.GetLineCap(); in ProcessGraphics()
419 if (lineCap != CFX_GraphStateData::LineCapButt) in ProcessGraphics()
421 CFX_GraphStateData::LineJoin lineJoin = pPageObj->m_GraphState.GetLineJoin(); in ProcessGraphics()
422 if (lineJoin != CFX_GraphStateData::LineJoinMiter) in ProcessGraphics()
460 << static_cast<int>(CFX_GraphStateData::LineCapButt) << " J " in ProcessDefaultGraphics()
461 << static_cast<int>(CFX_GraphStateData::LineJoinMiter) << " j\n"; in ProcessDefaultGraphics()
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp90 CFX_GraphStateData stateData; in RenderDeviceResult()
107 CFX_GraphStateData data; in RenderDeviceResult()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp63 static_cast<CFX_GraphStateData::LineCap>(pObject->GetInteger())); in ProcessExtGS()
67 static_cast<CFX_GraphStateData::LineJoin>(pObject->GetInteger())); in ProcessExtGS()

12