Searched refs:pLayoutableWindow (Results 1 – 1 of 1) sorted by relevance
226 ILayoutableWindow* pLayoutableWindow = dynamic_cast<ILayoutableWindow*>(mpControl); in getHeightForWidth() local227 if (pLayoutableWindow != NULL) in getHeightForWidth()228 return pLayoutableWindow->GetHeightForWidth(nWidth); in getHeightForWidth()