Lines Matching defs:bsp
1118 BRECT_SPECS *bsp;
1130 bsp = &(bri->rects[csp->rt_cidx]);
1132 printf("cxi cx[%d] br (LL,UR) (%f,%f),(%f,%f)\n",i,bsp->xll,bsp->yll,bsp->xur,bsp->yur);
1135 bsp = &(bri->rects[k]);
1139 bsp->xll,bsp->yll,bsp->xur,bsp->yur,
1740 BRECT_SPECS bsp;
1830 bsp.xll = tpi->chunks[current].x;
1831 bsp.xur = tpi->chunks[current].x + xe;
1834 bsp.xll = tpi->chunks[current].x - xe/2.0;
1835 bsp.xur = tpi->chunks[current].x + xe/2.0;
1838 bsp.xll = tpi->chunks[current].x - xe;
1839 bsp.xur = tpi->chunks[current].x;
1863 bsp.yll = tpi->chunks[current].y - dsc;
1864 bsp.yur = tpi->chunks[current].y - asc;
1865 brinfo_insert(bri,&bsp);
2275 BRECT_SPECS bsp;
2312 memcpy(&bsp,&(bri->rects[tspi->rt_tidx]),sizeof(BRECT_SPECS)); /* Must make a copy as next call may reallocate rects! */
2313 (void) brinfo_insert(bri,&bsp);
2534 memcpy(&bsp,&(bri->rects[cxi->cx[i].rt_cidx]),sizeof(BRECT_SPECS));
2535 (void) brinfo_insert(bri,&bsp);