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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 522 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/
woff2.cc 630 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;
    [all...]

Completed in 151 milliseconds