Searched refs:colspace (Results 1 – 6 of 6) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | ImageProcessor.php | 457 $colspace = 'DeviceGray'; 460 $colspace = 'DeviceRGB'; 463 $colspace = 'Indexed'; 466 $colspace = 'DeviceGray'; 471 $colspace = 'DeviceRGB'; 545 …if ($firsttime && ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && ($this->mpdf->PDFX || … 548 …$info = $this->convertImage($data, $colspace, 'DeviceCMYK', $w, $h, $ppUx, $pngalpha, $gamma, $ct)… 553 …} elseif ($firsttime && ($colspace === 'DeviceRGB' || $colspace === 'Indexed') && $this->mpdf->res… 558 …$info = $this->convertImage($data, $colspace, 'DeviceGray', $w, $h, $ppUx, $pngalpha, $gamma, $ct)… 564 …$info = $this->convertImage($data, $colspace, 'DeviceGray', $w, $h, $ppUx, $pngalpha, $gamma, $ct)… [all …]
|
| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | AMScd.js | 19 …colspace:"5pt",rowspace:"5pt",harrowsize:"2.75em",varrowsize:"1.75em",hideHorizontalLabels:false})…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Gradient.php | 43 …$h, $patch_array = [], $x_min = 0, $x_max = 1, $y_min = 0, $y_max = 1, $colspace = 'RGB', $return … argument 50 $this->mpdf->gradients[$n]['colorspace'] = $colspace; //coons patch mesh 80 if ($colspace === 'RGB') { 87 } elseif ($colspace === 'CMYK') { 95 } elseif ($colspace === 'Gray') { 120 if ($colspace === 'RGB') { 122 } elseif ($colspace === 'CMYK') { 124 } elseif ($colspace === 'Gray') {
|
| D | Mpdf.php | 17208 $colspace = 'Gray'; 17216 $colspace = 'CMYK'; 17220 $colspace = 'RGB'; 17224 $colspace = 'CMYK'; 17228 $colspace = 'RGB'; 17537 …hMesh($x00, $y00, $w00, $h00, $patch_array, $x00, $x00 + $w00, $y00, $y00 + $h00, $colspace, true);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | pdf.fpdf.php | 2570 $colspace='DeviceRGB'; 2572 $colspace='DeviceCMYK'; 2574 $colspace='DeviceGray'; 2589 'cs' => $colspace, 2623 $colspace='DeviceGray'; 2625 $colspace='DeviceRGB'; 2627 $colspace='Indexed'; 2683 if ($colspace=='Indexed' && empty($pal)) { 2689 'cs' => $colspace,
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/ |
| D | fpdf.php | 3050 $colspace='DeviceRGB'; 3052 $colspace='DeviceCMYK'; 3054 $colspace='DeviceGray'; 3066 … return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data); 3097 $colspace='DeviceGray'; 3099 $colspace='DeviceRGB'; 3101 $colspace='Indexed'; 3163 if($colspace=='Indexed' && empty($pal)) 3166 …return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=…
|