Home
last modified time | relevance | path

Searched refs:ddjvu_anno_get_zoom (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A Dddjvuapi.h1561 ddjvu_anno_get_zoom(miniexp_t annotations);
H A Dddjvuapi.cpp3971 ddjvu_anno_get_zoom(miniexp_t p) in ddjvu_anno_get_zoom() function
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/djvu/
H A Ddecode.pyx191 const char * ddjvu_anno_get_zoom(cexpr_t annotations) nogil
3045 result = ddjvu_anno_get_zoom(self._sexpr._cexpr)
/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjvuwidget.cpp4195 const char *xzoom = ddjvu_anno_get_zoom(annotations); in adjustSettings()