Searched refs:sequence_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dmath.cc171 const unsigned sequence_end = static_cast<unsigned>(2 * 2) + local
173 if (sequence_end > std::numeric_limits<uint16_t>::max()) {
178 if (offset_coverage < sequence_end || offset_coverage >= length) {
251 const unsigned sequence_end = static_cast<unsigned>(2 * 2) + local
253 if (sequence_end > std::numeric_limits<uint16_t>::max()) {
258 if (offset_coverage < sequence_end || offset_coverage >= length) {
275 if (offset_math_kern < sequence_end || offset_math_kern >= length ||
360 const unsigned sequence_end = kMathValueRecordSize + local
362 if (sequence_end > std::numeric_limits<uint16_t>::max()) {
400 const unsigned sequence_end local
434 ParseMathGlyphConstructionSequence(ots::Buffer* subtable, const uint8_t *data, size_t length, const uint16_t num_glyphs, uint16_t offset_coverage, uint16_t glyph_count, const unsigned sequence_end) argument
486 const unsigned sequence_end = 5 * 2 + vert_glyph_count * 2 + local
[all...]
H A Dgsub.cc174 const unsigned sequence_end = static_cast<unsigned>(6) + local
176 if (sequence_end > std::numeric_limits<uint16_t>::max()) {
184 if (offset_sequence < sequence_end || offset_sequence >= length) {
193 if (offset_coverage < sequence_end || offset_coverage >= length) {

Completed in 546 milliseconds