Home
last modified time | relevance | path

Searched refs:DrawThisAppearance (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Signature_Image
36 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Signature
189 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
DPWL_Label.cpp113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Label
115 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
DPWL_Note.cpp88 void CPWL_Note_Options::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Note_Options
90 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
285 void CPWL_Note_LBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Note_LBBox
314 void CPWL_Note_RBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Note_RBBox
348 void CPWL_Note_Icon::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Note_Icon
364 void CPWL_Note_CloseBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Note_CloseBox
366 CPWL_Button::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
DPWL_Caret.cpp41 void CPWL_Caret::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Caret
DPWL_ListBox.cpp184 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_ListBox
186 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
DPWL_ComboBox.cpp146 void CPWL_CBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_CBButton
148 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
DPWL_ScrollBar.cpp276 void CPWL_SBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_SBButton
289 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
745 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_ScrollBar
DPWL_Wnd.cpp434 DrawThisAppearance(pDevice,pUser2Device); in DrawAppearance()
439 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Wnd
DPWL_IconList.cpp44 void CPWL_IconList_Item::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_IconList_Item
DPWL_Edit.cpp406 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() function in CPWL_Edit
408 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device); in DrawThisAppearance()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Signature.h24 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
52 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_Note.h89 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);
DPWL_ScrollBar.h49 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
109 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_Label.h38 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_Caret.h31 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_ComboBox.h40 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_IconList.h42 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_ListBox.h47 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_Edit.h40 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
DPWL_Wnd.h405 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);