Lines Matching refs:false

25 		return false;
32 return false;
44 imagealphablending($gdimg_mask_blendtemp, false);
56 imagealphablending($gdimg_image, false);
86 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1, false, $alpha);
87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha);
103 return false;
130 return false;
157 return false;
302 return false;
316 return false;
349 imagealphablending($gdimg_dropshadow_temp, false);
366 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor, false, $PixelMap[$x + $O…
385 imagealphablending($gdimg, false);
407 return false;
413 return false;
434 return false;
448 return false;
452 public function Flip(&$gdimg, $x=false, $y=false) {
454 return false;
527 public function HistogramAnalysis(&$gdimg, $calculateGray=false) {
563 return false;
642 imagealphablending($gdHist, false);
649 imagealphablending($gdHistTemp, false);
672 return false;
679 return false;
697 imagealphablending($gd_border_canvas, false);
739 imagealphablending($gdimg, false);
751 return false;
785 imagealphablending($gdimg_source, false);
862 return false;
917 return false;
1004 return false;
1028 return false;
1083 $Analysis = $this->HistogramAnalysis($gdimg, false);
1112 …color='000000', $ttffont='', $opacity=100, $margin=5, $angle=0, $bg_color=false, $bg_opacity=0, $f…
1115 return false;
1152 …$letter_color_text = phpthumb_functions::ImageHexColorAllocate($gdimg, $hex_color, false, $opacity…
1245 …$text_color_background = phpthumb_functions::ImageHexColorAllocate($gdimg, $bg_color, false, $text…
1247 … $text_color_background = phpthumb_functions::ImageHexColorAllocate($gdimg, 'FFFFFF', false, 127);
1253 $x_TL = false !== stripos($fillextend, 'x') ? 0 : min($x1, $x2);
1254 $y_TL = false !== stripos($fillextend, 'y') ? 0 : min($y1, $y2);
1255 $x_BR = false !== stripos($fillextend, 'x') ? imagesx($gdimg) : max($x1, $x2);
1256 $y_BR = false !== stripos($fillextend, 'y') ? imagesy($gdimg) : max($y1, $y2);
1315 imagealphablending($img_watermark, false);
1318 …nd = phpthumb_functions::ImageHexColorAllocate($img_watermark, $bg_color, false, $text_background_…
1320 …color_background = phpthumb_functions::ImageHexColorAllocate($img_watermark, 'FFFFFF', false, 127);
1325 $img_watermark_mask = false;
1326 $mask_color_background = false;
1327 $mask_color_watermark = false;
1332 imagealphablending($img_watermark_mask, false);
1421 return false;
1446 imagealphablending($gdimg_tiledwatermark, false);
1533 imagealphablending($gdimg_dest, false);
1540 return false;