Searched refs:IFDE_Path (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/src/fdp/include/ |
D | fde_pth.h | 9 class IFDE_Path; variable 10 class IFDE_Path { 12 static IFDE_Path* Create(); 13 virtual ~IFDE_Path() {} in ~IFDE_Path() 25 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) = 0;
|
D | fde_rdv.h | 29 virtual FX_BOOL SetClipPath(const IFDE_Path* pClip) = 0; 30 virtual IFDE_Path* GetClipPath() const = 0; 76 const IFDE_Path* pPath, 94 const IFDE_Path* pPath,
|
D | fde_brs.h | 10 class IFDE_Path; variable
|
D | fde_psr.h | 62 virtual IFDE_Path* GetPath(FDE_HVISUALOBJ hPath) = 0;
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.h | 20 virtual FX_BOOL SetClipPath(const IFDE_Path* pClip); 21 virtual IFDE_Path* GetClipPath() const; 67 const IFDE_Path* pPath, 85 const IFDE_Path* pPath,
|
D | fde_gdidevice.h | 24 virtual FX_BOOL SetClipPath(const IFDE_Path* pClip); 25 virtual IFDE_Path* GetClipPath() const; 82 const IFDE_Path* pPath, 117 const IFDE_Path* pPath,
|
D | fde_geobject.h | 12 class CFDE_Path : public IFDE_Path, public CFX_Target { 27 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect);
|
D | fde_geobject.cpp | 11 IFDE_Path* IFDE_Path::Create() { in Create() 209 void CFDE_Path::AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) { in AddPath()
|
D | fde_gedevice.cpp | 85 FX_BOOL CFDE_FxgeDevice::SetClipPath(const IFDE_Path* pClip) { in SetClipPath() 88 IFDE_Path* CFDE_FxgeDevice::GetClipPath() const { in GetClipPath() 278 const IFDE_Path* pPath, in DrawPath() 392 const IFDE_Path* pPath, in FillPath()
|
D | fde_gdidevice.cpp | 74 FX_BOOL CFDE_GdiDevice::SetClipPath(const IFDE_Path* pClip) { in SetClipPath() 79 IFDE_Path* CFDE_GdiDevice::GetClipPath() const { in GetClipPath() 329 const IFDE_Path* pPath, in DrawPath() 447 const IFDE_Path* pPath, in FillPath()
|
D | fde_render.cpp | 218 IFDE_Path* pPath = pPathSet->GetPath(hPath); in RenderPath()
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 849 IFDE_Path* pPath = IFDE_Path::Create(); in DrawLine()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 1892 IFDE_Path* pPath = IFDE_Path::Create(); in RenderPath()
|