OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_space
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/util/
view-cairo.cc
38
(vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.
line_space
) - view_options.
line_space
;
91
cairo_translate (cr, v * -view_options.
line_space
, h * view_options.
line_space
);
options.hh
122
line_space
= 0;
134
double
line_space
;
member in struct:view_options_t
options.cc
249
{"line-space", 0, 0, G_OPTION_ARG_DOUBLE, &this->
line_space
, "Set space between lines (default: 0)", "units"},
Completed in 24 milliseconds