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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.h33 Glyph() : instructions_size(0), composite_data_size(0) {}
42 uint16_t instructions_size; member in class:woff2::Glyph
H A Dglyph.cc111 if (!buffer.ReadU16(&glyph->instructions_size)) {
115 if (!buffer.Skip(glyph->instructions_size)) {
203 if (!buffer.ReadU16(&glyph->instructions_size)) {
207 if (!buffer.Skip(glyph->instructions_size)) {
211 glyph->instructions_size = 0;
229 Store16(glyph.instructions_size, offset, dst);
230 StoreBytes(glyph.instructions_data, glyph.instructions_size, offset, dst);
348 glyph.instructions_size))) {
363 glyph.instructions_size)) {
H A Dtransform.cc118 Write255UShort(&glyph_stream_, glyph.instructions_size);
120 glyph.instructions_data, glyph.instructions_size);

Completed in 101 milliseconds