Home | History | Annotate | Download | only in fpdfapi

Lines Matching refs:CFX_RenderDevice

22 class CFX_RenderDevice;

103 void Render(CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions = NULL,
106 void DrawObjectList(CFX_RenderDevice* pDevice, CPDF_PageObjects* pObjs,
133 void Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj,
143 CFX_RenderDevice* pBitmapDevice,
169 void Start(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice,
184 CFX_RenderDevice* m_pDevice;
208 static void DrawTextString(CFX_RenderDevice* pDevice, int left, int top,
214 static void DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y,
225 static FX_BOOL DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
231 static FX_BOOL DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
235 static FX_BOOL DrawType3Text(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
247 virtual void OutputPage(CFX_RenderDevice* pDevice, CPDF_Page* pPage,