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

  /external/chromium_org/third_party/ots/src/
woff2.cc 548 uint8_t* glyf_dst = dst + loca_offset; local
554 if (!ProcessComposite(&composite_stream, glyf_dst, glyf_dst_size,
566 Store16(glyf_dst, glyph_size, instruction_size);
567 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
607 Store16(glyf_dst, 0, n_contours);
608 ComputeBbox(points, glyf_dst);
616 offset = Store16(glyf_dst, offset, end_point);
633 uint8_t* instruction_dst = glyf_dst + header_and_endpts_contours_size;
639 glyf_dst, glyf_dst_size, &glyph_size)) {
    [all...]

Completed in 122 milliseconds