Home
last modified time | relevance | path

Searched refs:ParseLookupListTable (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/ots/src/
Dlayout.h37 bool ParseLookupListTable(OpenTypeFile *file, const uint8_t *data,
Dgsub.cc623 if (!ParseLookupListTable(file, data + offset_lookup_list, in ots_gsub_parse()
Dgpos.cc759 if (!ParseLookupListTable(file, data + offset_lookup_list, in ots_gpos_parse()
Dlayout.cc1291 bool ParseLookupListTable(OpenTypeFile *file, const uint8_t *data, in ParseLookupListTable() function
/external/chromium_org/third_party/ots/test/
Dlayout_common_table_test.cc312 return ots::ParseLookupListTable(&file, out.data(), out.size(), in Parse()