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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h85 CRadeonRect fClip;
86 CRadeonRect fVBIClip;
H A DTheater.h72 virtual void getActiveRange( theater_standard standard, CRadeonRect &rect ) = 0;
74 virtual void getVBIRange( theater_standard standard, CRadeonRect &rect ) = 0;
H A DTheater100.h49 void getActiveRange( theater_standard standard, CRadeonRect &rect );
51 void getVBIRange( theater_standard standard, CRadeonRect &rect );
H A DTheater200.h56 void getActiveRange( theater_standard standard, CRadeonRect &rect );
59 void getVBIRange( theater_standard standard, CRadeonRect &rect );
H A DRadeon.cpp23 // CRadeonRect
24 CRadeonRect::CRadeonRect() function in class:CRadeonRect
32 CRadeonRect::CRadeonRect(int left, int top, int right, int bottom) function in class:CRadeonRect
40 int CRadeonRect::Left() const
45 int CRadeonRect::Top() const
50 int CRadeonRect::Right() const
55 int CRadeonRect::Bottom() const
60 int CRadeonRect
[all...]
H A DVideoIn.h120 void getActiveRange( video_in_standard standard, CRadeonRect &rect );
H A DRadeon.h293 class CRadeonRect { class
295 CRadeonRect();
297 CRadeonRect(int left, int top, int right, int bottom);
H A DVideoIn.cpp468 void CVideoIn::getActiveRange( video_in_standard standard, CRadeonRect &rect )
H A DTheater200.cpp1074 void CTheater200::getActiveRange( theater_standard standard, CRadeonRect &rect )
1083 void CTheater200::getVBIRange( theater_standard standard, CRadeonRect &rect )
H A DRadeonProducer.cpp753 CRadeonRect active_rect;
782 CRadeonRect active_rect;
860 CRadeonRect active_rect;
H A DTheater100.cpp1201 void CTheater100::getActiveRange( theater_standard standard, CRadeonRect &rect )
1208 void CTheater100::getVBIRange( theater_standard standard, CRadeonRect &rect )

Completed in 46 milliseconds