gdImageTrueColor 2861 gd.c           	if (gdImageTrueColor(im)) {
gdImageTrueColor 2931 gd.c           	if (gdImageTrueColor(im)) {
gdImageTrueColor 3028 gd.c           	if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColorsTotal(im))) {
gdImageTrueColor 3057 gd.c           	if (gdImageTrueColor(im))	{
gdImageTrueColor 4148 gd.c           	if (_fg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageTrueColor 4153 gd.c           	if (_bg < 0 || (!gdImageTrueColor(bg_img) && _fg > gdImageColorsTotal(bg_img))) {
gdImageTrueColor  391 libgd/gd_rotate.c 		if (gdImageTrueColor(src)) {
gdImageTrueColor  514 libgd/gd_rotate.c 	if (!gdImageTrueColor(src) && (clrBack < 0 || clrBack>=gdImageColorsTotal(src))) {