HomeSort by relevance Sort by last modified time
    Searched refs:glyf_dst_size (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 104 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; local
105 if (!StoreGlyph(glyph, glyf_dst + glyf_offset, &glyf_dst_size)) {
108 glyf_dst_size = Round4(glyf_dst_size);
109 if (glyf_dst_size > std::numeric_limits<uint32_t>::max() ||
110 glyf_offset + static_cast<uint32_t>(glyf_dst_size) < glyf_offset ||
111 (index_fmt == 0 && glyf_offset + glyf_dst_size >= (1UL << 17))) {
114 glyf_offset += glyf_dst_size;
woff2_dec.cc 470 size_t glyf_dst_size = dst_size - loca_offset; local
475 if (!ProcessComposite(&composite_stream, glyf_dst, glyf_dst_size,
483 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
524 if (glyf_dst_size < header_and_endpts_contours_size) {
548 if (glyf_dst_size - header_and_endpts_contours_size <
558 glyf_dst, glyf_dst_size, &glyph_size)) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 577 size_t glyf_dst_size = dst_size - loca_offset; local
582 if (!ProcessComposite(&composite_stream, glyf_dst, glyf_dst_size,
591 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
632 if (glyf_dst_size < header_and_endpts_contours_size) {
657 if (glyf_dst_size - header_and_endpts_contours_size <
667 glyf_dst, glyf_dst_size, &glyph_size)) {
    [all...]

Completed in 38 milliseconds