Home
last modified time | relevance | path

Searched refs:minc2 (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
960 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT));
961 centerc2 = (minc2 + maxc2) >> 1;
1050 if (x < minc2)
1052 tdist = (x - minc2) * C2_SCALE;
1061 tdist = (x - minc2) * C2_SCALE;
1074 tdist = (x - minc2) * C2_SCALE;
1104 int minc0, int minc1, int minc2, argument
1162 inc2 = (minc2 - b) * C2_SCALE;
1218 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all …]

Completed in 9 milliseconds