Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc85 tag_end = table_tags.end(); tag != tag_end; ++tag) { in Subset() local
/external/sfntly/cpp/src/sfntly/
Dfont.cc184 tag_end = default_table_ordering->end(); in GenerateTableOrdering() local
185 tag != tag_end; ++tag) { in GenerateTableOrdering()
/external/skqp/third_party/skcms/
Dskcms.cc902 uint64_t tag_end = (uint64_t)tag_offset + (uint64_t)tag_size; in skcms_Parse() local
903 if (tag_size < 4 || tag_end > profile->size) { in skcms_Parse()
/external/skia/third_party/skcms/
Dskcms.cc1251 uint64_t tag_end = (uint64_t)tag_offset + (uint64_t)tag_size; in skcms_ParseWithA2BPriority() local
1252 if (tag_size < 4 || tag_end > profile->size) { in skcms_ParseWithA2BPriority()