OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view_options
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/util/
view-cairo.cc
49
double leading = font_height +
view_options
.line_space;
53
(vertical ? w : h) = (int) lines->len * leading -
view_options
.line_space;
73
cairo_t *cr = helper_cairo_create_context (w +
view_options
.margin.l +
view_options
.margin.r,
74
h +
view_options
.margin.t +
view_options
.margin.b,
75
&
view_options
, &output_options, content);
79
cairo_translate (cr,
view_options
.margin.l,
view_options
.margin.t);
100
if (
view_options
.annotate)
[
all
...]
view-cairo.hh
38
view_options
(parser),
95
view_options_t
view_options
;
member in struct:view_cairo_t
Completed in 347 milliseconds