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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu1.c1277 if ((ModeWidth > PanelWidth) || (ModeHeight > PanelHeight)) {
1740 y >= DeltaY && (unsigned short)y < (PanelHeight + DeltaY))
1756 else if ((unsigned short)y >= (DeltaY + PanelHeight))
1757 DeltaY = y - PanelHeight + 1;
1798 PanelHeight = (unsigned short)panelResY;
1855 PanelHeight = (unsigned short)panelResY;
H A Ddisp_gu2.c1076 if ((ModeWidth > PanelWidth) || (ModeHeight > PanelHeight)) {
1856 y >= DeltaY && y < ((int)PanelHeight + DeltaY))
1872 else if (y >= (DeltaY + (int)PanelHeight))
1873 DeltaY = y - (int)PanelHeight + 1;
1914 PanelHeight = (unsigned short)panelResY;
1971 PanelHeight = (unsigned short)panelResY;
H A Dgfx_disp.c200 unsigned short PanelHeight = 0; variable in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu1.c1007 if ((ModeWidth > PanelWidth) || (ModeHeight > PanelHeight)) {
1447 y >= DeltaY && (unsigned short) y < (PanelHeight + DeltaY))
1460 else if ((unsigned short) y >= (DeltaY + PanelHeight))
1461 DeltaY = y - PanelHeight + 1;
1500 PanelHeight = (unsigned short) panelResY;
1557 PanelHeight = (unsigned short) panelResY;
H A Ddisp_gu2.c795 if ((ModeWidth > PanelWidth) || (ModeHeight > PanelHeight)) {
1558 y >= DeltaY && y < ((int) PanelHeight + DeltaY))
1574 else if (y >= (DeltaY + (int) PanelHeight))
1575 DeltaY = y - (int) PanelHeight + 1;
1648 PanelHeight = (unsigned short) panelResY;
1706 PanelHeight = (unsigned short) panelResY;
H A Dgfx_disp.c93 unsigned short PanelHeight = 0; variable in typeref:typename:unsigned short

Completed in 20 milliseconds