Searched refs:barcodeData (Results 1 – 2 of 2) sorted by relevance
187 …$barcodeData = '<div style="font-size:0;position:relative;width:'.($bcd['maxw'] * $w).'px;height:'…196 …$barcodeData .= '<div style="background-color:'.$color.';width:'.$bw.'px;height:'.$bh.'px;position…200 $barcodeData .= '</div>'."\n";205 …$barcodeData = '<div style="font-size:0;position:relative;width:'.($w).'px;height:'.($bcd['maxw'] …214 …$barcodeData .= '<div style="background-color:'.$color.';width:'.$bw.'px;height:'.$bh.'px;position…218 $barcodeData .= '</div>'."\n";221 return $barcodeData;286 $barcodeData = ob_get_clean();302 $barcodeData = file_get_contents($savePath); 307 return $barcodeData;[all …]
43 * @param mixed[] $barcodeData47 protected function binseqToArray($seq, array $barcodeData) argument60 $barcodeData['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];61 $barcodeData['maxw'] += $w;66 return $barcodeData;