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 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_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);
PWL_Edit.h 40 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
PWL_Wnd.h 405 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 434 DrawThisAppearance(pDevice,pUser2Device);
439 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
PWL_Edit.cpp 406 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
408 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);

Completed in 167 milliseconds