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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc397 const uint64_t loca_size = loca_values.size(); local
399 if ((loca_size << 2) >> 2 != loca_size) {
402 if (offset_size * loca_size > dst_size) {
420 uint8_t* loca_buf, size_t loca_size) {
581 return StoreLoca(loca_values, index_format, loca_buf, loca_size);
418 ReconstructGlyf(const uint8_t* data, size_t data_size, uint8_t* dst, size_t dst_size, uint8_t* loca_buf, size_t loca_size) argument
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc501 const uint64_t loca_size = loca_values.size(); local
503 if ((loca_size << 2) >> 2 != loca_size) {
506 // No integer overflow here (loca_size <= 2^16).
507 if (offset_size * loca_size > dst_size) {
525 uint8_t* loca_buf, size_t loca_size) {
691 return StoreLoca(loca_values, index_format, loca_buf, loca_size);
523 ReconstructGlyf(const uint8_t* data, size_t data_size, uint8_t* dst, size_t dst_size, uint8_t* loca_buf, size_t loca_size) argument

Completed in 97 milliseconds