Searched refs:GetWindowMatrix (Results 1 – 5 of 5) sorted by relevance
113 virtual CFX_Matrix GetWindowMatrix(PrivateData* pAttached) = 0;250 CFX_Matrix GetWindowMatrix() const;
732 CFX_Matrix CPWL_Wnd::GetWindowMatrix() const { in GetWindowMatrix() function in CPWL_Wnd735 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()740 CFX_Matrix mt = GetWindowMatrix(); in PWLtoWnd()
39 CFX_Matrix mt = GetWindowMatrix(); in IsWndHorV()
89 CFX_Matrix GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) override;
379 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) { in GetWindowMatrix() function in CFFL_FormFiller