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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 41 void CPWL_Caret::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
PWL_Label.cpp 113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
115 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
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_ComboBox.cpp 146 void CPWL_CBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
148 CPWL_Wnd::DrawThisAppearance(pDevice,pUser2Device);
PWL_IconList.cpp 44 void CPWL_IconList_Item::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* 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_Edit.cpp 406 void CPWL_Edit::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
408 CPWL_Wnd::DrawThisAppearance(pDevice,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_Wnd.cpp 434 DrawThisAppearance(pDevice,pUser2Device);
439 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)

Completed in 124 milliseconds