HomeSort by relevance Sort by last modified time
    Searched full:priv_offset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/ots/src/
ots.cc 302 uint32_t priv_offset; local
304 if (!file.ReadU32(&priv_offset) ||
308 if (priv_offset) {
309 if (priv_offset >= length || length - priv_offset < priv_length) {
373 if (priv_offset) {
374 if (block_end != priv_offset) {
377 block_end = ots::Round4(static_cast<uint64_t>(priv_offset) +
woff2.cc 900 // uint32_t priv_offset, priv_length
    [all...]

Completed in 1925 milliseconds