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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc323 bool ProcessBboxStream(Buffer* bbox_stream, unsigned int n_glyphs, argument
326 const uint8_t* buf = bbox_stream->buffer();
332 if (!bbox_stream->Skip(bitmap_length)) {
345 if (!bbox_stream->Read(glyf_buf + loca_offset + 2, 8)) {
456 Buffer bbox_stream(substreams[5].first, substreams[5].second);
577 if (!ProcessBboxStream(&bbox_stream, num_glyphs, loca_values,
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc427 bool ProcessBboxStream(ots::Buffer* bbox_stream, unsigned int n_glyphs, argument
430 const uint8_t* buf = bbox_stream->buffer();
436 if (!bbox_stream->Skip(bitmap_length)) {
449 if (!bbox_stream->Read(glyf_buf + loca_offset + 2, 8)) {
561 ots::Buffer bbox_stream(substreams.at(5).first, substreams.at(5).second);
687 if (!ProcessBboxStream(&bbox_stream, num_glyphs, loca_values,

Completed in 450 milliseconds