Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/src/
Dgpos.cc142 const unsigned format_end = static_cast<unsigned>(10); in ParseAnchorTable() local
144 if (offset_x_device < format_end || offset_x_device >= length) { in ParseAnchorTable()
153 if (offset_y_device < format_end || offset_y_device >= length) { in ParseAnchorTable()
Dlayout.cc1480 const unsigned format_end = static_cast<unsigned>(8); in ParseExtensionSubtable() local
1481 if (offset_extension < format_end || in ParseExtensionSubtable()