OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_record
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
892
const EntryExitRecord &
this_record
= entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
local
893
if (!
this_record
.exitAnchor) return TRACE_RETURN (false);
904
(this+
this_record
.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
887
const EntryExitRecord &
this_record
= entryExitRecord[(this+coverage).get_coverage (c->buffer->cur().codepoint)];
local
888
if (!
this_record
.exitAnchor) return TRACE_RETURN (false);
899
(this+
this_record
.exitAnchor).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y);
[
all
...]
Completed in 36 milliseconds