Searched refs:dist1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_iconify.c368 int dir = 0, dist = tmp_win->frame_x, dist1; local in function:SweepWindow
370 dist1 = tmp_win->frame_y;
371 if(dist1 < dist) {
373 dist = dist1;
375 dist1 = tmp_win->vs->w - (tmp_win->frame_x + tmp_win->frame_width);
376 if(dist1 < dist) {
378 dist = dist1;
380 dist1 = tmp_win->vs->h - (tmp_win->frame_y + tmp_win->frame_height);
381 if(dist1 < dist) {
383 dist = dist1;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c401 float dist1 = v1[0][0] * v1[0][0] + v1[0][1] * v1[0][1]; local in function:do_triangle_ccw
403 if (dist0 > dist1 && dist1 < dist2) {
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafcjk.c2074 FT_Pos dist1, dist2, span; local in function:af_cjk_hint_edges
2090 dist1 = edge2->opos - edge1->opos;
2093 span = dist1 - dist2;
H A Daflatin2.c2189 FT_Pos dist1, dist2, span, delta;
2205 dist1 = edge2->opos - edge1->opos;
2208 span = dist1 - dist2;
H A Daflatin.c3350 FT_Pos dist1, dist2, span, delta; local in function:af_latin_hint_edges
3366 dist1 = edge2->opos - edge1->opos;
3369 span = dist1 - dist2;

Completed in 12 milliseconds