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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c193 GLint iSize = (GLint) (size + 0.5F); local in function:sprite_point
198 iSize = MAX2(1, iSize);
199 iRadius = iSize / 2;
201 if (iSize & 1) {
212 xmax = xmin + iSize - 1;
214 ymax = ymin + iSize - 1;
409 GLint iSize = (GLint) (size + 0.5F); local in function:large_point
413 iSize = MAX2(1, iSize);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c186 GLint iSize = (GLint) (size + 0.5F); local in function:sprite_point
191 iSize = MAX2(1, iSize);
192 iRadius = iSize / 2;
194 if (iSize & 1) {
205 xmax = xmin + iSize - 1;
207 ymax = ymin + iSize - 1;
402 GLint iSize = (GLint) (size + 0.5F); local in function:large_point
406 iSize = MAX2(1, iSize);
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprocarg.c1102 int iSize = 0; local in function:winLogCommandLine
1119 iSize += 2;
1123 iSize += strlen(argv[i]) + 1;
1130 g_pszCommandLine = malloc(iSize + 1);
1147 strncat(g_pszCommandLine, "\n ", iSize - strlen(g_pszCommandLine));
1150 strncat(g_pszCommandLine, argv[i], iSize - strlen(g_pszCommandLine));
1151 strncat(g_pszCommandLine, " ", iSize - strlen(g_pszCommandLine));
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprocarg.c1135 int iSize = 0; local in function:winLogCommandLine
1154 iSize += 2;
1158 iSize += strlen (argv[i]) + 1;
1165 g_pszCommandLine = malloc (iSize + 1);
1184 strncat (g_pszCommandLine, "\n ", iSize - strlen (g_pszCommandLine));
1187 strncat (g_pszCommandLine, argv[i], iSize - strlen (g_pszCommandLine));
1188 strncat (g_pszCommandLine, " ", iSize - strlen (g_pszCommandLine));

Completed in 5 milliseconds