OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_res
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp
193
static int
image_res
= DEFAULT_IMAGE_RES;
variable
940
(getMaxX(pageno) *
image_res
) / postscriptRes,
942
image_res
,
1010
int x1 = max(min(i->X1, i->X2) *
image_res
/ postscriptRes
1013
int y1 = max(
image_res
* vertical_offset / 72
1014
+ min(i->Y1, i->Y2) *
image_res
/ postscriptRes
1017
int x2 = max(i->X1, i->X2) *
image_res
/ postscriptRes
1019
int y2 =
image_res
* vertical_offset / 72
1020
+ max(i->Y1, i->Y2) *
image_res
/ postscriptRes
1522
image_res
);
[
all
...]
Completed in 135 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026