HomeSort by relevance Sort by last modified time
    Searched refs:CFX_RenderDevice (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 16 class CFX_RenderDevice;
36 CFX_RenderDevice* pDevice,
52 CFX_RenderDevice* pDevice,
cpdf_annot.h 18 class CFX_RenderDevice;
83 CFX_RenderDevice* pDevice,
93 void DrawBorder(CFX_RenderDevice* pDevice,
cpdf_formcontrol.h 31 class CFX_RenderDevice;
53 void DrawControl(CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 20 class CFX_RenderDevice;
82 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
87 void DrawBorder(CFX_RenderDevice* pDevice,
cpdfsdk_annot.h 20 class CFX_RenderDevice;
cpdfsdk_pageview.h 19 class CFX_RenderDevice;
30 void PageView_OnDraw(CFX_RenderDevice* pDevice,
35 void PageView_OnDraw(CFX_RenderDevice* pDevice,
cpdfsdk_widget.h 22 class CFX_RenderDevice;
127 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView);
137 void DrawAppearance(CFX_RenderDevice* pDevice,
cpdfsdk_annothandlermgr.h 19 class CFX_RenderDevice;
51 CFX_RenderDevice* pDevice,
fpdf_progressive.cpp 16 #include "core/fxge/cfx_renderdevice.h"
88 CFX_RenderDevice* pDevice = pContext->m_pDevice.get();
104 CFX_RenderDevice* pDevice = pContext->m_pDevice.get();
ipdfsdk_annothandler.h 14 class CFX_RenderDevice;
46 CFX_RenderDevice* pDevice,
  /external/pdfium/core/fxge/
cfx_defaultrenderdevice.h 10 #include "core/fxge/cfx_renderdevice.h"
15 class CFX_DefaultRenderDevice : public CFX_RenderDevice {
cfx_renderdevice.cpp 7 #include "core/fxge/cfx_renderdevice.h"
369 CFX_RenderDevice::CFX_RenderDevice()
377 CFX_RenderDevice::~CFX_RenderDevice() {
385 void CFX_RenderDevice::Flush(bool release) {
393 void CFX_RenderDevice::SetDeviceDriver(
399 void CFX_RenderDevice::InitDeviceInfo() {
413 void CFX_RenderDevice::SaveState() {
417 void CFX_RenderDevice::RestoreState(bool bKeepSaved)
    [all...]
cfx_renderdevice.h 88 class CFX_RenderDevice {
92 explicit StateRestorer(CFX_RenderDevice* pDevice);
96 UnownedPtr<CFX_RenderDevice> m_pDevice;
99 CFX_RenderDevice();
100 virtual ~CFX_RenderDevice();
  /external/pdfium/fpdfsdk/pwl/
cpwl_caret.h 19 void DrawThisAppearance(CFX_RenderDevice* pDevice,
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.h 14 #include "core/fxge/cfx_renderdevice.h"
20 class CFX_RenderDevice;
44 bool RenderDeviceResult(CFX_RenderDevice* device,
64 CFX_RenderDevice* device,
68 virtual void ShowDeviceChars(CFX_RenderDevice* device,
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 21 class CFX_RenderDevice;
47 bool DrawString(CFX_RenderDevice* pFxDevice,
96 void RenderString(CFX_RenderDevice* pDevice,
101 void RenderPath(CFX_RenderDevice* pDevice,
  /external/pdfium/core/fpdfapi/render/
cpdf_rendercontext.cpp 19 #include "core/fxge/cfx_renderdevice.h"
56 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
62 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
67 CFX_RenderDevice::StateRestorer restorer(pDevice);
  /external/pdfium/xfa/fde/
cfde_textout.h 16 #include "core/fxge/cfx_renderdevice.h"
22 class CFX_RenderDevice;
27 static bool DrawString(CFX_RenderDevice* device,
49 void DrawLogicText(CFX_RenderDevice* device,
  /external/pdfium/fxbarcode/
cbc_datamatrix.cpp 45 bool CBC_DataMatrix::RenderDevice(CFX_RenderDevice* device,
cbc_pdf417i.cpp 54 bool CBC_PDF417I::RenderDevice(CFX_RenderDevice* device,
cbc_qrcode.cpp 52 bool CBC_QRCode::RenderDevice(CFX_RenderDevice* device,
cbc_codabar.cpp 70 bool CBC_Codabar::RenderDevice(CFX_RenderDevice* device,
cbc_code128.cpp 61 bool CBC_Code128::RenderDevice(CFX_RenderDevice* device,
cbc_code39.cpp 54 bool CBC_Code39::RenderDevice(CFX_RenderDevice* device,
  /external/pdfium/fpdfsdk/formfiller/
cffl_button.cpp 64 CFX_RenderDevice* pDevice,
100 CFX_RenderDevice* pDevice,

Completed in 428 milliseconds

12 3 4 5