HomeSort by relevance Sort by last modified time
    Searched defs:WriteUShort (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 81 void FontOutputStream::WriteUShort(int32_t us) {
87 WriteUShort(s);
writable_font_data.cc 107 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) {
120 return WriteUShort(index, s);
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 81 void FontOutputStream::WriteUShort(int32_t us) {
87 WriteUShort(s);
writable_font_data.cc 105 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) {
118 return WriteUShort(index, s);
  /external/chromium_org/third_party/brotli/src/woff2/
transform.cc 46 void WriteUShort(std::vector<uint8_t>* out, int value) {
90 WriteUShort(&n_contour_stream_, 0);
97 WriteUShort(result, n_glyphs_);
98 WriteUShort(result, 0); // index_format, will be set later
125 WriteUShort(&n_contour_stream_, num_contours);
153 WriteUShort(&n_contour_stream_, -1);
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)
    [all...]

Completed in 636 milliseconds