Home
last modified time | relevance | path

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

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A Dddjvuapi.h1590 ddjvu_anno_get_vertalign(miniexp_t annotations);
H A Dddjvuapi.cpp3989 ddjvu_anno_get_vertalign(miniexp_t p) in ddjvu_anno_get_vertalign() function
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/djvu/
H A Ddecode.pyx194 const char * ddjvu_anno_get_vertalign(cexpr_t annotations) nogil
3087 result = ddjvu_anno_get_vertalign(self._sexpr._cexpr)
/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjvuwidget.cpp4198 const char *xvertalign = ddjvu_anno_get_vertalign(annotations); in adjustSettings()