Home
last modified time | relevance | path

Searched refs:wmf (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php40 $wmf
143 'wmf' => $wmf,
45 getServices(Mpdf $mpdf, LoggerInterface $logger, $config, $restrictColorSpace, $languageToFont, $scriptToLanguage, $fontDescriptor, $bmp, $directWrite, $wmf) global() argument
H A DMpdf.php861 private $wmf;
1066 $this->wmf
7348 if (isset($objattr['itype']) && $objattr['itype'] == 'wmf') {
8860 if ($info['type'] == 'wmf') {
8956 if ($info['type'] == 'wmf') {
9030 if ($info['type'] == 'wmf') {
9128 if (isset($objattr['itype']) && ($objattr['itype'] == 'wmf' || $objattr['itype'] == 'svg')) {
15395 if ($info['type'] == 'wmf') {
15438 if ($info['type'] == 'wmf') {
16315 if ($objattr['itype'] == 'wmf' ||
858 private $wmf; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php76 private $wmf;
257 if (($type === 'wmf' || $type === 'svg') && !$allowvector) {
1029 } elseif ($type === 'wmf') {
1031 if ($this->wmf === null) {
1032 $this->wmf = new Wmf($this->mpdf, $this->colorConverter);
1035 $wmfres = $this->wmf->_getWMFimage($data);
1046 $info['type'] = 'wmf';
87 private $wmf; global() variable in Mpdf\\Image\\ImageProcessor
/plugin/dw2pdf/
H A Ddeleted.files27 mpdf/classes/wmf.php
740 mpdf/examples/tiger.wmf
742 mpdf/examples/tiger2.wmf
885 mpdf/examples/tiger.wmf
887 mpdf/examples/tiger2.wmf
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1065 * 'wmf','wma','wmp','wmm' parameters have been removed
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5361 ['wmf', 'image/x-wmf'],