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

/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.cc118 InternalWriteData()->WriteUShort(Offset::kVersion, version);
126 InternalWriteData()->WriteUShort(Offset::kNumGlyphs, num_glyphs);
134 InternalWriteData()->WriteUShort(Offset::kMaxPoints, max_points);
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours);
151 InternalWriteData()->WriteUShort(Offset::kMaxCompositePoints,
161 InternalWriteData()->WriteUShort(Offset::kMaxCompositeContours,
170 InternalWriteData()->WriteUShort(Offset::kMaxZones, max_zones);
179 InternalWriteData()->WriteUShort(Offset::kMaxTwilightPoints,
188 InternalWriteData()->WriteUShort(Offset::kMaxStorage, max_storage);
197 InternalWriteData()->WriteUShort(Offse
[all...]
H A Dhorizontal_header_table.cc146 InternalWriteData()->WriteUShort(Offset::kAdvanceWidthMax, value);
178 InternalWriteData()->WriteUShort(Offset::kCaretSlopeRise, value);
186 InternalWriteData()->WriteUShort(Offset::kCaretSlopeRun, value);
194 InternalWriteData()->WriteUShort(Offset::kCaretOffset, value);
202 InternalWriteData()->WriteUShort(Offset::kMetricDataFormat, value);
210 InternalWriteData()->WriteUShort(Offset::kNumberOfHMetrics, value);
H A Dfont_header_table.cc158 InternalWriteData()->WriteUShort(Offset::kFlags, flags);
166 InternalWriteData()->WriteUShort(Offset::kUnitsPerEm, units);
222 InternalWriteData()->WriteUShort(Offset::kMacStyle, style);
230 InternalWriteData()->WriteUShort(Offset::kLowestRecPPEM, size);
H A Dcmap_table.cc1071 index += new_data->WriteUShort(index, CMapFormat::kFormat4);
1073 index += new_data->WriteUShort(index, language());
1076 index += new_data->WriteUShort(index, seg_count * 2);
1079 index += new_data->WriteUShort(index, search_range);
1081 index += new_data->WriteUShort(index, entry_selector);
1083 index += new_data->WriteUShort(index, range_shift);
1086 index += new_data->WriteUShort(index, segments_[i]->end_count());
1088 index += new_data->WriteUShort(index, 0); // reserved ushort
1093 index += new_data->WriteUShort(index, segments_[i]->start_count());
1099 index += new_data->WriteUShort(inde
[all...]
H A Dos2_table.cc293 InternalWriteData()->WriteUShort(Offset::kVersion, version);
309 InternalWriteData()->WriteUShort(Offset::kUsWeightClass, weight);
317 InternalWriteData()->WriteUShort(Offset::kUsWidthClass, width);
325 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);
493 InternalWriteData()->WriteUShort(Offset::kFsSelection, fs_selection);
501 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index);
509 InternalWriteData()->WriteUShort(Offset::kUsLastCharIndex, last_index);
541 InternalWriteData()->WriteUShort(Offset::kUsWinAscent, ascent);
549 InternalWriteData()->WriteUShort(Offset::kUsWinDescent, descent);
589 InternalWriteData()->WriteUShort(Offse
[all...]
H A Dname_table.cc373 new_data->WriteUShort(NameTable::Offset::kFormat, 0);
374 new_data->WriteUShort(NameTable::Offset::kCount, name_entry_map_.size());
375 new_data->WriteUShort(NameTable::Offset::kStringOffset,
385 new_data->WriteUShort(
388 new_data->WriteUShort(
391 new_data->WriteUShort(
394 new_data->WriteUShort(
398 new_data->WriteUShort(
401 new_data->WriteUShort(
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc81 void FontOutputStream::WriteUShort(int32_t us) { function in class:sfntly::FontOutputStream
87 WriteUShort(s);
H A Dfont_output_stream.h58 virtual void WriteUShort(int32_t us);
H A Dwritable_font_data.h113 virtual int32_t WriteUShort(int32_t index, int32_t us);
H A Dwritable_font_data.cc105 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) { function in class:sfntly::WritableFontData
118 return WriteUShort(index, s);
/external/sfntly/cpp/src/test/
H A Dendian_test.cc61 fos.WriteUShort(24);
H A Dfont_data_test.cc92 wfd->WriteUShort(offset, lower_data[i]);
99 wfd->WriteUShort(offset, upper_data[i]);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc260 data->WriteUShort(EblcTable::Offset::kIndexSubHeader_indexFormat,
262 size += data->WriteUShort(EblcTable::Offset::kIndexSubHeader_imageFormat,
H A Deblc_table.cc154 index_sub_table_array_offset += new_data->WriteUShort(
157 index_sub_table_array_offset += new_data->WriteUShort(
H A Dindex_sub_table_format4.cc247 size += new_data->WriteUShort(size, b->glyph_code());
248 size += new_data->WriteUShort(size, b->offset());
H A Dindex_sub_table_format3.cc210 size += new_data->WriteUShort(size, *b);
H A Dindex_sub_table_format5.cc220 size += new_data->WriteUShort(size, *b);
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc116 fos->WriteUShort(table_headers->size());
119 fos->WriteUShort(search_range);
120 fos->WriteUShort(log2_of_max_power_of_2);
121 fos->WriteUShort((table_headers->size() * 16) - search_range);
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc191 size += new_data->WriteUShort(size, *l / 2);

Completed in 3313 milliseconds