OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subscript_correction
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl
6080
my %
subscript_correction
;
6113
$
subscript_correction
{$field[1]} = $field[2];
6508
my $
subscript_correction
= 0;
6512
$
subscript_correction
= $slant * $xheight * .8;
6513
$
subscript_correction
= $italic_correction if
6514
$
subscript_correction
> $italic_correction;
6526
if (defined $
subscript_correction
{$ch}) {
6527
$
subscript_correction
= $
subscript_correction
{$ch};
6529
if ($
subscript_correction
!= 0)
[
all
...]
/src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp
887
int
subscript_correction
= 0;
local
895
subscript_correction
= int((tag_info(x_height_tag).value
897
if (
subscript_correction
> italic_correction)
898
subscript_correction
= italic_correction;
903
if (
subscript_correction
!= 0)
906
subscript_correction
);
/src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp
46
int
subscript_correction
;
member in struct:font_char_metric
331
return scale(ch[ch_index[c]].
subscript_correction
, point_size);
732
metric.
subscript_correction
= 0;
737
&metric.
subscript_correction
);
/src/external/gpl2/groff/dist/src/roff/troff/
node.h
70
virtual hunits
subscript_correction
();
476
hunits
subscript_correction
();
node.cpp
1838
hunits
subscript_correction
();
1901
hunits
subscript_correction
();
1927
hunits
subscript_correction
();
2126
hunits glyph_node::
subscript_correction
()
function in class:glyph_node
2283
hunits kern_pair_node::
subscript_correction
()
function in class:kern_pair_node
2285
return n2->
subscript_correction
();
2577
hunits dbreak_node::
subscript_correction
()
function in class:dbreak_node
2579
return none ? none->
subscript_correction
() : H0;
2603
hunits
subscript_correction
();
2662
hunits italic_corrected_node::
subscript_correction
()
function in class:italic_corrected_node
3366
hunits node::
subscript_correction
()
function in class:node
5441
hunits left_italic_corrected_node::
subscript_correction
()
function in class:left_italic_corrected_node
[
all
...]
Completed in 54 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026