Searched refs:_widthAspect (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DController.cpp400 Controller::GetSize(int *width, int *height, int* _widthAspect, argument
421 if (_widthAspect != NULL)
422 *_widthAspect = widthAspect;
428 if (_widthAspect != NULL)
429 *_widthAspect = 1;

Completed in 80 milliseconds