Home
last modified time | relevance | path

Searched refs:yd (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdft.c790 int yd = 0; local
950 yd = 0;
1066 yd = slot->metrics.height - slot->metrics.horiBearingY;
1074 if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
1075 yd = desc;
1134 brect[0] = brect[2] = brect[4] = brect[6] = (int) (yd * sin_a);
1135 brect[1] = brect[3] = brect[5] = brect[7] = (int)(- yd * cos_a);

Completed in 10 milliseconds