Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c929 int minc0, int minc1, int minc2, JSAMPLE colorlist[]) argument
956 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
957 centerc0 = (minc0 + maxc0) >> 1;
981 if (x < minc0)
983 tdist = (x - minc0) * C0_SCALE;
992 tdist = (x - minc0) * C0_SCALE;
1006 tdist = (x - minc0) * C0_SCALE;
1104 int minc0, int minc1, int minc2, argument
1158 inc0 = (minc0 - r) * C0_SCALE;
1218 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all …]

Completed in 8 milliseconds