Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dgpos.cc249 const uint16_t value_format1, in ParsePairSetTable() argument
267 if (!ParseValueRecord(&subtable, data, length, value_format1)) { in ParsePairSetTable()
278 const uint16_t value_format1, in ParsePairPosFormat1() argument
307 value_format1, value_format2, in ParsePairPosFormat1()
317 const uint16_t value_format1, in ParsePairPosFormat2() argument
342 if (value_format1 && !ParseValueRecord(&subtable, data, length, in ParsePairPosFormat2()
343 value_format1)) { in ParsePairPosFormat2()
380 uint16_t value_format1 = 0; in ParsePairAdjustment() local
384 !subtable.ReadU16(&value_format1) || in ParsePairAdjustment()
390 if (!ParsePairPosFormat1(data, length, value_format1, value_format2, in ParsePairAdjustment()
[all …]