Home
last modified time | relevance | path

Searched refs:_odtGetImageSize (Results 1 – 2 of 2) sorted by relevance

/plugin/emoji/
Dsyntax.php124 list($width, $height) = $renderer->_odtGetImageSize ($path, '20', '20');
/plugin/odt/renderer/
Dpage.php1689 public function _odtGetImageSize($src, $maxwidth=NULL, $maxheight=NULL){ function in renderer_plugin_odt_page