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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc522 const uint32_t header_and_endpts_contours_size = local
524 if (glyf_dst_size < header_and_endpts_contours_size) {
548 if (glyf_dst_size - header_and_endpts_contours_size <
552 uint8_t* instruction_dst = glyf_dst + header_and_endpts_contours_size;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc630 const uint32_t header_and_endpts_contours_size = local
632 if (glyf_dst_size < header_and_endpts_contours_size) {
657 if (glyf_dst_size - header_and_endpts_contours_size <
661 uint8_t* instruction_dst = glyf_dst + header_and_endpts_contours_size;

Completed in 347 milliseconds