OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_glyph
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/util/
helper-cairo.cc
456
hb_glyph_info_t *
hb_glyph
= hb_buffer_get_glyph_infos (buffer, NULL);
local
465
if (
hb_glyph
[i].cluster !=
hb_glyph
[i-1].cluster)
482
l->glyphs[i].index =
hb_glyph
[i].codepoint;
503
if (
hb_glyph
[i].cluster !=
hb_glyph
[i+1].cluster) {
504
g_assert (
hb_glyph
[i].cluster >
hb_glyph
[i+1].cluster);
506
end = start +
hb_glyph
[i].cluster -
hb_glyph
[i+1].cluster
[
all
...]
Completed in 441 milliseconds