Searched refs:Round4 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dround.h24 template<typename T> T Round4(T value) { function in namespace:woff2
H A Dnormalize.cc88 loca_table->buffer.resize(Round4(loca_table->length));
108 glyf_dst_size = Round4(glyf_dst_size);
130 offset += Round4(i.second.length);
171 head_table->buffer.resize(Round4(head_table->length));
173 memcpy(head_buf, head_table->data, Round4(head_table->length));
H A Dwoff2_enc.cc124 size = Round4(size);
132 size += Round4(table.src_length);
271 offset = Round4(offset);
H A Dwoff2_dec.cc568 glyph_size = Round4(glyph_size);
789 src_offset = Round4(src_offset); // TODO: reconsider
795 dst_offset = Round4(dst_offset);
/external/chromium_org/third_party/ots/src/
H A Dots.cc337 total_sfnt_size += ots::Round4(table.uncompressed_length);
353 if (tables[first_index].offset != ots::Round4(file.offset())) {
363 uint64_t block_end = ots::Round4(
373 block_end = ots::Round4(static_cast<uint64_t>(meta_offset) +
383 block_end = ots::Round4(static_cast<uint64_t>(priv_offset) +
389 if (block_end != ots::Round4(length)) {
480 end_byte = ots::Round4(end_byte);
H A Dots.h169 template<typename T> T Round4(T value) { function in namespace:ots
H A Dwoff2.cc924 src_offset = ots::Round4(src_offset);
930 dst_offset = ots::Round4(dst_offset);

Completed in 95 milliseconds