OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_record
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
885
const EntryExitRecord &
this_record
= entryExitRecord[(this+coverage).get_coverage (c->buffer->cur().codepoint)];
local
886
if (!
this_record
.exitAnchor) return TRACE_RETURN (false);
897
(this+
this_record
.exitAnchor).get_anchor (c->font, c->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 74 milliseconds