Home
last modified time | relevance | path

Searched refs:minc1 (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
958 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
959 centerc1 = (minc1 + maxc1) >> 1;
1016 if (x < minc1)
1018 tdist = (x - minc1) * C1_SCALE;
1027 tdist = (x - minc1) * C1_SCALE;
1040 tdist = (x - minc1) * C1_SCALE;
1104 int minc0, int minc1, int minc2, argument
1160 inc1 = (minc1 - g) * C1_SCALE;
1218 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all …]

Completed in 8 milliseconds