OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:style_end
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
render_text_pango.cc
354
const size_t
style_end
= std::min(bold_end, italic_end);
local
363
pango_attr->end_index = TextIndexToLayoutIndex(
style_end
);
366
bold += bold_end ==
style_end
? 1 : 0;
367
italic += italic_end ==
style_end
? 1 : 0;
Completed in 24 milliseconds