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

  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.cc 118 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(Offset::kMaxFunctionDefs, max_function_defs)
    [all...]
horizontal_header_table.cc 146 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);
font_header_table.cc 158 InternalWriteData()->WriteUShort(Offset::kFlags, flags);
166 InternalWriteData()->WriteUShort(Offset::kUnitsPerEm, units);
222 InternalWriteData()->WriteUShort(Offset::kMacStyle, style);
230 InternalWriteData()->WriteUShort(Offset::kLowestRecPPEM, size);
cmap_table.cc     [all...]
os2_table.cc 293 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(Offset::kUsDefaultChar, default_char)
    [all...]
name_table.cc 373 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/
font_output_stream.h 58 virtual void WriteUShort(int32_t us);
font_output_stream.cc 81 void FontOutputStream::WriteUShort(int32_t us) {
87 WriteUShort(s);
writable_font_data.h 113 virtual int32_t WriteUShort(int32_t index, int32_t us);
writable_font_data.cc 105 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) {
118 return WriteUShort(index, s);
  /external/sfntly/cpp/src/test/
endian_test.cc 61 fos.WriteUShort(24);
font_data_test.cc 92 wfd->WriteUShort(offset, lower_data[i]);
99 wfd->WriteUShort(offset, upper_data[i]);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 260 data->WriteUShort(EblcTable::Offset::kIndexSubHeader_indexFormat,
262 size += data->WriteUShort(EblcTable::Offset::kIndexSubHeader_imageFormat,
eblc_table.cc 154 index_sub_table_array_offset += new_data->WriteUShort(
157 index_sub_table_array_offset += new_data->WriteUShort(
index_sub_table_format4.cc 247 size += new_data->WriteUShort(size, b->glyph_code());
248 size += new_data->WriteUShort(size, b->offset());
index_sub_table_format3.cc 210 size += new_data->WriteUShort(size, *b);
index_sub_table_format5.cc 220 size += new_data->WriteUShort(size, *b);
  /external/sfntly/cpp/src/sfntly/
font.cc 116 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/
loca_table.cc 191 size += new_data->WriteUShort(size, *l / 2);

Completed in 4314 milliseconds