Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DPageSize.h38 double widthInBP () const {return _width;} in widthInBP() function
H A DDVIToSVG.cpp183 bbox = BoundingBox(border, border, size.widthInBP()+border, size.heightInBP()+border); in endPage()