OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_anchor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
399
const Anchor&
glyph_anchor
= anchors.get_anchor (glyph_index, mark_class, class_count, &found);
local
407
glyph_anchor
.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
398
const Anchor&
glyph_anchor
= anchors.get_anchor (glyph_index, mark_class, class_count, &found);
local
406
glyph_anchor
.get_anchor (c->font, c->buffer->info[glyph_pos].codepoint, &base_x, &base_y);
[
all
...]
Completed in 108 milliseconds