OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:offset_mark_anchor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/ots/src/
gpos.cc
181
uint16_t
offset_mark_anchor
= 0;
local
183
!subtable.ReadU16(&
offset_mark_anchor
)) {
188
if (
offset_mark_anchor
< mark_records_end ||
189
offset_mark_anchor
>= length) {
192
if (!ParseAnchorTable(data +
offset_mark_anchor
,
193
length -
offset_mark_anchor
)) {
Completed in 109 milliseconds