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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dprim.c21 GLint boxW, boxH; variable in typeref:typename:GLint
106 boxW = (windW - (COLS + 1) * GAP) / COLS;
109 x = GAP + column * (boxW + GAP);
112 glViewport(x, y, boxW, boxH);
116 glOrtho(-boxW/2, boxW/2, -boxH/2, boxH/2, 0.0, 1.0);
120 glScissor(x, y, boxW, boxH);
155 glVertex2i(-boxW/4, -boxH/4);
156 glVertex2i(boxW/4, boxH/4);
173 glVertex2f(PIXEL_CENTER(-boxW/
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dprim.c23 GLint boxW, boxH; variable in typeref:typename:GLint
119 boxW = (windW - (COLS + 1) * GAP) / COLS;
122 x = GAP + column * (boxW + GAP);
125 glViewport(x, y, boxW, boxH);
129 glOrtho(-boxW/2, boxW/2, -boxH/2, boxH/2, 0.0, 1.0);
133 glScissor(x, y, boxW, boxH);
168 glVertex2i(-boxW/4, -boxH/4);
170 glVertex2i(boxW/4, boxH/4);
187 glVertex2f(PIXEL_CENTER(-boxW/
[all...]
/xsrc/external/mit/xvidtune/dist/
H A Dxvidtune.c1132 Widget boxW, popdownW, w; local in function:CreateHierarchy
1345 boxW = XtVaCreateManagedWidget(
1354 boxW,
1360 boxW,
1366 boxW = XtVaCreateManagedWidget(
1375 boxW,
1381 boxW,

Completed in 5 milliseconds