HomeSort by relevance Sort by last modified time
    Searched refs:DrawThisAppearance (Results 1 - 20 of 20) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Signature.h 26 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
54 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Label.h 35 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Caret.h 33 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Note.h 96 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
109 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
124 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
134 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
177 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ScrollBar.h 51 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
111 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ComboBox.h 44 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_IconList.h 47 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_ListBox.h 50 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Edit.h 45 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Wnd.h 413 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 34 void CPWL_Signature_Image::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
36 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
187 void CPWL_Signature::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
189 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
PWL_Label.cpp 113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
115 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
PWL_Caret.cpp 41 void CPWL_Caret::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
PWL_Note.cpp 88 void CPWL_Note_Options::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
90 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
285 void CPWL_Note_LBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
314 void CPWL_Note_RBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
348 void CPWL_Note_Icon::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
364 void CPWL_Note_CloseBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
366 CPWL_Button::DrawThisAppearance(pDevice, pUser2Device);
    [all...]
PWL_ComboBox.cpp 146 void CPWL_CBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
148 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
PWL_ListBox.cpp 184 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
186 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
PWL_ScrollBar.cpp 276 void CPWL_SBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
289 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
436 //CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
745 void CPWL_ScrollBar::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
747 // CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
    [all...]
PWL_IconList.cpp 44 void CPWL_IconList_Item::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
PWL_Wnd.cpp 439 DrawThisAppearance(pDevice,pUser2Device);
444 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
PWL_Edit.cpp 407 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
409 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);

Completed in 88 milliseconds