/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.h | 118 virtual void SetLoca(const IntegerList& loca); 119 virtual void GenerateLocaList(IntegerList* locas); 153 void Initialize(ReadableFontData* data, const IntegerList& loca); 158 IntegerList loca_; 227 IntegerList x_coordinates_; 228 IntegerList y_coordinates_; 230 IntegerList contour_index_; 286 IntegerList contour_index_;
|
D | loca_table.h | 63 IntegerList* LocaList(); 68 void SetLocaList(IntegerList* list); 132 IntegerList* GetLocaList(); 138 IntegerList loca_;
|
D | loca_table.cc | 112 IntegerList* LocaTable::Builder::LocaList() { in LocaList() 116 void LocaTable::Builder::SetLocaList(IntegerList* list) { in SetLocaList() 186 for (IntegerList::iterator l = loca_.begin(), end = loca_.end(); in SubSerialize() 231 IntegerList* LocaTable::Builder::GetLocaList() { in GetLocaList()
|
D | glyph_table.cc | 72 void GlyphTable::Builder::SetLoca(const IntegerList& loca) { in SetLoca() 78 void GlyphTable::Builder::GenerateLocaList(IntegerList* locas) { in GenerateLocaList() 161 const IntegerList& loca) { in Initialize()
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | subsetter.h | 34 virtual void SetGlyphs(IntegerList* glyphs); 56 virtual IntegerList* GlyphPermutationTable(); 66 IntegerList new_to_old_glyphs_;
|
D | glyph_table_subsetter.cc | 42 IntegerList* permutation_table = subsetter->GlyphPermutationTable(); in Subset() 69 for (IntegerList::iterator old_glyph_id = permutation_table->begin(), in Subset() 84 IntegerList loca_list; in Subset()
|
D | subsetter.cc | 40 void Subsetter::SetGlyphs(IntegerList* glyphs) { in SetGlyphs() 94 IntegerList* Subsetter::GlyphPermutationTable() { in GlyphPermutationTable()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format1.h | 56 IntegerList* OffsetArray(); 57 void SetOffsetArray(const IntegerList& offset_array); 81 IntegerList* GetOffsetArray(); 89 IntegerList offset_array_;
|
D | index_sub_table_format5.h | 58 IntegerList* GlyphArray(); 59 void SetGlyphArray(const IntegerList& v); 82 IntegerList* GetGlyphArray(); 90 IntegerList glyph_array_;
|
D | index_sub_table_format5.cc | 107 IntegerList* glyph_array = GetGlyphArray(); in GlyphStartOffset() 108 IntegerList::iterator it = std::find(glyph_array->begin(), in GlyphStartOffset() 218 for (IntegerList::iterator b = glyph_array_.begin(), e = glyph_array_.end(); in SubSerialize() 248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() { in GlyphArray() 252 void IndexSubTableFormat5::Builder::SetGlyphArray(const IntegerList& v) { in SetGlyphArray() 280 IntegerList* IndexSubTableFormat5::Builder::GetGlyphArray() { in GetGlyphArray()
|
D | index_sub_table_format3.h | 55 void SetOffsetArray(const IntegerList& offset_array); 78 IntegerList* GetOffsetArray(); 86 IntegerList offset_array_;
|
D | index_sub_table_format1.cc | 85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 196 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 204 IntegerList* IndexSubTableFormat1::Builder::OffsetArray() { in OffsetArray() 209 const IntegerList& offset_array) { in SetOffsetArray() 237 IntegerList* IndexSubTableFormat1::Builder::GetOffsetArray() { in GetOffsetArray()
|
D | index_sub_table_format3.cc | 94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 111 const IntegerList& offset_array) { in SetOffsetArray() 208 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 233 IntegerList* IndexSubTableFormat3::Builder::GetOffsetArray() { in GetOffsetArray()
|
/external/sfntly/cpp/src/sfntly/ |
D | font.h | 268 void Serialize(OutputStream* os, IntegerList* table_ordering); 312 void BuildTableHeadersForSerialization(IntegerList* table_ordering, 333 void GenerateTableOrdering(IntegerList* default_table_ordering, 334 IntegerList* table_ordering); 338 void DefaultTableOrdering(IntegerList* default_table_ordering);
|
D | font.cc | 71 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) { in Serialize() 73 IntegerList final_table_ordering; in Serialize() 90 void Font::BuildTableHeadersForSerialization(IntegerList* table_ordering, in BuildTableHeadersForSerialization() 95 IntegerList final_table_ordering; in BuildTableHeadersForSerialization() 99 for (IntegerList::iterator tag = final_table_ordering.begin(), in BuildTableHeadersForSerialization() 166 void Font::GenerateTableOrdering(IntegerList* default_table_ordering, in GenerateTableOrdering() 167 IntegerList* table_ordering) { in GenerateTableOrdering() 182 for (IntegerList::iterator tag = default_table_ordering->begin(), in GenerateTableOrdering() 198 void Font::DefaultTableOrdering(IntegerList* default_table_ordering) { in DefaultTableOrdering()
|
D | font_factory.h | 88 void SetSerializationTableOrdering(const IntegerList& table_ordering); 134 IntegerList table_ordering_;
|
D | font_factory.cc | 103 const IntegerList& table_ordering) { in SetSerializationTableOrdering()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_assembler.cc | 91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable() 152 IntegerList loca_list; in AssembleGlyphAndLocaTables()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.h | 75 void SetCheckSumRanges(const IntegerList& ranges); 309 IntegerList checksum_range_;
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 281 IntegerList loca_list; in SetupGlyfBuilders() 345 IntegerList removed_strikes; in InitializeBitmapBuilder() 355 IntegerList removed_indexes; in InitializeBitmapBuilder() 392 for (IntegerList::reverse_iterator j = removed_indexes.rbegin(), in InitializeBitmapBuilder() 402 for (IntegerList::reverse_iterator i = removed_strikes.rbegin(), in InitializeBitmapBuilder() 487 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 377 IntegerList* glyph_id_array(); 378 void set_glyph_id_array(IntegerList* glyph_id_array); 383 Builder(SegmentList* segments, IntegerList* glyph_id_array, 398 IntegerList glyph_id_array_;
|
D | font_header_table.cc | 95 IntegerList checksum_ranges; in FontHeaderTable()
|
D | cmap_table.cc | 959 IntegerList* glyph_id_array, in Builder() 1019 IntegerList* CMapTable::CMapFormat4::Builder::glyph_id_array() { in glyph_id_array() 1028 set_glyph_id_array(IntegerList* glyph_id_array) { in set_glyph_id_array()
|
/external/sfntly/cpp/src/sfntly/port/ |
D | type.h | 56 typedef std::vector<int32_t> IntegerList; typedef
|
/external/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 67 IntegerList glyphs; in Subset()
|