Lines Matching refs:b

75 static int stringcmp(const char *a, const char *b) {  in stringcmp()  argument
79 l = strlen(b); in stringcmp()
85 if (toupper(a[i]) != toupper(b[i])) { in stringcmp()
100 apitex.col.b = 1.0; in reset_tex_table()
217 scenebackcol.b = 0.0; in readmodel()
239 float a, b, c; in GetScenedefs() local
267 fscanf(dfile, "%f", &b); in GetScenedefs()
268 aspectratio = b; in GetScenedefs()
277 fscanf(dfile, "%f %f %f", &a, &b, &c); in GetScenedefs()
279 Ccenter.y = b; in GetScenedefs()
283 fscanf(dfile, "%f %f %f", &a, &b, &c); in GetScenedefs()
285 Cview.y = b; in GetScenedefs()
289 fscanf(dfile, "%f %f %f", &a, &b, &c); in GetScenedefs()
291 Cup.y = b; in GetScenedefs()
362 float a, b, c; in GetVector() local
364 fscanf(dfile, "%f %f %f", &a, &b, &c); in GetVector()
366 v1->y = b; in GetVector()
373 float r, g, b; in GetColor() local
377 fscanf(dfile, "%f %f %f", &r, &g, &b); in GetColor()
380 c1->b = b; in GetColor()
421 float a, b, c, d, phong, phongexp, phongtype; in GetTexBody() local
431 fscanf(dfile, "%f", &b); in GetTexBody()
432 tex.diffuse = b; in GetTexBody()
466 fscanf(dfile, "%f %f %f", &a, &b, &c); in GetTexBody()
468 tex.col.g = b; in GetTexBody()
469 tex.col.b = c; in GetTexBody()
520 float r, g, b; in GetBackGnd() local
522 fscanf(dfile, "%f %f %f", &r, &g, &b); in GetBackGnd()
526 scenebackcol.b = b; in GetBackGnd()
688 float a, b; in GetRing() local
698 fscanf(dfile, " %f ", &b); in GetRing()
701 rt_ring(tex, ctr, normal, a, b); in GetRing()
762 float a, b; in GetLandScape() local
769 fscanf(dfile, "%f %f", &a, &b); in GetLandScape()
771 wy = b; in GetLandScape()