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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dtransform.cc104 WriteLong(result, bbox_bitmap_.size() + bbox_stream_.size());
112 WriteBytes(result, bbox_stream_);
167 WriteUShort(&bbox_stream_, glyph.x_min);
168 WriteUShort(&bbox_stream_, glyph.y_min);
169 WriteUShort(&bbox_stream_, glyph.x_max);
170 WriteUShort(&bbox_stream_, glyph.y_max);
219 std::vector<uint8_t> bbox_stream_; member in class:woff2::__anon11701::GlyfEncoder

Completed in 124 milliseconds