Lines Matching refs:pUser2Device
88 void CPWL_Note_Options::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() argument
90 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
109 pDevice->DrawPath(&path, pUser2Device, NULL, in DrawThisAppearance()
285 void CPWL_Note_LBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() argument
300 pDevice->DrawPath(&pathCross, pUser2Device, &gsd, in DrawThisAppearance()
314 void CPWL_Note_RBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() argument
329 pDevice->DrawPath(&pathCross, pUser2Device, &gsd, in DrawThisAppearance()
348 void CPWL_Note_Icon::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() argument
350 CPWL_Utils::DrawIconAppStream(pDevice, pUser2Device, m_nType, GetClientRect(), in DrawThisAppearance()
364 void CPWL_Note_CloseBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance() argument
366 CPWL_Button::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
390 pDevice->DrawPath(&pathCross, pUser2Device, &gsd, in DrawThisAppearance()