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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 469 uint8_t* glyf_dst = dst + loca_offset; local
475 if (!ProcessComposite(&composite_stream, glyf_dst, glyf_dst_size,
486 Store16(glyf_dst, glyph_size, instruction_size);
487 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
527 Store16(glyf_dst, 0, n_contours);
528 ComputeBbox(points, glyf_dst);
536 offset = Store16(glyf_dst, offset, end_point);
552 uint8_t* instruction_dst = glyf_dst + header_and_endpts_contours_size;
558 glyf_dst, glyf_dst_size, &glyph_size)) {
normalize.cc 89 uint8_t* glyf_dst = &glyf_table->buffer[0]; local
105 if (!StoreGlyph(glyph, glyf_dst + glyf_offset, &glyf_dst_size)) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 576 uint8_t* glyf_dst = dst + loca_offset; local
582 if (!ProcessComposite(&composite_stream, glyf_dst, glyf_dst_size,
594 Store16(glyf_dst, glyph_size, instruction_size);
595 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
635 Store16(glyf_dst, 0, n_contours);
636 ComputeBbox(points, glyf_dst);
644 offset = Store16(glyf_dst, offset, end_point);
661 uint8_t* instruction_dst = glyf_dst + header_and_endpts_contours_size;
667 glyf_dst, glyf_dst_size, &glyph_size)) {
    [all...]

Completed in 82 milliseconds