Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A Ddvisvgm.cpp136 static bool check_bbox (const string &bboxstr) { in check_bbox() argument
139 if (bboxstr == *p) in check_bbox()
141 if (isalpha(bboxstr[0])) { in check_bbox()
143 PageSize size(bboxstr); in check_bbox()
147 Message::estream(true) << "invalid bounding box format '" << bboxstr << "'\n"; in check_bbox()
153 bbox.set(bboxstr); in check_bbox()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DfileBrowser.c765 char *dpistr, *pagestr, *zoomstr, *bboxstr; local
770 XtVaGetValues(arg->bbox, XtNstring, &bboxstr, NULL);
773 file_bbox = abs(atoi(bboxstr))%4;