HomeSort by relevance Sort by last modified time
    Searched refs:CFX_RenderDevice (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 21 CFX_RenderDevice* m_pDevice;
fsdk_baseannot.h 156 void DrawAppearance(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
158 void DrawBorder(CFX_RenderDevice* pDevice, const CPDF_Matrix* pUser2Device,
169 virtual void Annot_OnDraw(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,CPDF_RenderOptions* pOptions);
fsdk_annothandler.h 40 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
44 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
111 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
115 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
180 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags);
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 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,
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Signature.h 24 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
52 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Label.h 38 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Caret.h 31 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ListCtrl.h 33 virtual void DrawChildAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Utils.h 155 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
157 static void DrawFillRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
159 static void DrawStrokeRect(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,const CPDF_Rect & rect,
161 static void DrawStrokeLine(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
163 static void DrawBorder(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
167 static void DrawFillArea(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
169 static void DrawShadow(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
172 static void DrawEditSpellCheck(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit,
190 static void DrawIconAppStream(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
PWL_Note.h 89 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
102 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
117 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
127 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
170 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ScrollBar.h 49 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
109 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ComboBox.h 40 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_IconList.h 42 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ListBox.h 47 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 10 class CFX_QuartzDevice : public CFX_RenderDevice
fx_ge_win32.h 71 class CFX_WindowsDevice : public CFX_RenderDevice
84 class CFX_WinBitmapDevice : public CFX_RenderDevice
fx_ge.h 22 class CFX_RenderDevice;
308 class CFX_RenderDevice : public CFX_Object
311 CFX_RenderDevice();
313 virtual ~CFX_RenderDevice();
478 class CFX_FxgeDevice : public CFX_RenderDevice
493 class CFX_SkiaDevice : public CFX_RenderDevice
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_PushButton.h 20 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
FFL_FormFiller.h 42 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
45 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
165 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
169 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 8 CFX_RenderDevice::CFX_RenderDevice()
13 CFX_RenderDevice::~CFX_RenderDevice()
19 void CFX_RenderDevice::SetDeviceDriver(IFX_RenderDeviceDriver* pDriver)
27 void CFX_RenderDevice::InitDeviceInfo()
42 FX_BOOL CFX_RenderDevice::StartRendering()
46 void CFX_RenderDevice::EndRendering()
50 void CFX_RenderDevice::SaveState()
54 void CFX_RenderDevice::RestoreState(FX_BOOL bKeepSaved)
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_PushButton.cpp 37 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,
  /external/pdfium/core/include/reflow/
reflowengine.h 66 virtual void Start(IPDF_ReflowedPage* pReflowPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pMatrix, IFX_Pause* pPause, int DitherBits ) = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 95 FX_BOOL Initialize(int level, class CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pDeviceMatrix,
160 CFX_RenderDevice* m_pDevice;
263 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
265 CFX_RenderDevice* GetDevice()
275 CFX_RenderDevice* m_pDevice;
305 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
317 CFX_RenderDevice* m_pDevice;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 62 void CPDF_AnnotList::DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
109 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
120 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
250 FX_BOOL CPDF_Annot::DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device,
382 void CPDF_Annot::DrawBorder(CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device, const CPDF_RenderOptions* pOptions)

Completed in 395 milliseconds

1 2 3