tl                482 ext/date/lib/parse_tz.c 	tlinfo *tl;
tl                500 ext/date/lib/parse_tz.c 	if ((tl = fetch_leaptime_offset(tz, ts))) {
tl                501 ext/date/lib/parse_tz.c 		leap_secs = -tl->offset;
tl                306 ext/gd/libgd/gd_crop.c 	const int tl = gdImageGetPixel(im, 0, 0);
tl                314 ext/gd/libgd/gd_crop.c 	} else if (tl == bl && tl == br) {
tl                315 ext/gd/libgd/gd_crop.c 		*color = tl;
tl                317 ext/gd/libgd/gd_crop.c 	} else if (tl == tr &&  tl == br) {
tl                318 ext/gd/libgd/gd_crop.c 		*color = tl;
tl                320 ext/gd/libgd/gd_crop.c 	} else if (tl == tr &&  tl == bl) {
tl                321 ext/gd/libgd/gd_crop.c 		*color = tl;
tl                323 ext/gd/libgd/gd_crop.c 	} else if (tl == tr  || tl == bl || tl == br) {
tl                324 ext/gd/libgd/gd_crop.c 		*color = tl;
tl                335 ext/gd/libgd/gd_crop.c 		r = (int)(0.5f + (gdImageRed(im, tl) + gdImageRed(im, tr) + gdImageRed(im, bl) + gdImageRed(im, br)) / 4);
tl                336 ext/gd/libgd/gd_crop.c 		g = (int)(0.5f + (gdImageGreen(im, tl) + gdImageGreen(im, tr) + gdImageGreen(im, bl) + gdImageGreen(im, br)) / 4);
tl                337 ext/gd/libgd/gd_crop.c 		b = (int)(0.5f + (gdImageBlue(im, tl) + gdImageBlue(im, tr) + gdImageBlue(im, bl) + gdImageBlue(im, br)) / 4);
tl                338 ext/gd/libgd/gd_crop.c 		a = (int)(0.5f + (gdImageAlpha(im, tl) + gdImageAlpha(im, tr) + gdImageAlpha(im, bl) + gdImageAlpha(im, br)) / 4);