Home
last modified time | relevance | path

Searched refs:IntegerList (Results 1 – 25 of 29) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h118 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_;
Dloca_table.h63 IntegerList* LocaList();
68 void SetLocaList(IntegerList* list);
132 IntegerList* GetLocaList();
138 IntegerList loca_;
Dloca_table.cc112 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()
Dglyph_table.cc72 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/
Dsubsetter.h34 virtual void SetGlyphs(IntegerList* glyphs);
56 virtual IntegerList* GlyphPermutationTable();
66 IntegerList new_to_old_glyphs_;
Dglyph_table_subsetter.cc42 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()
Dsubsetter.cc40 void Subsetter::SetGlyphs(IntegerList* glyphs) { in SetGlyphs()
94 IntegerList* Subsetter::GlyphPermutationTable() { in GlyphPermutationTable()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.h56 IntegerList* OffsetArray();
57 void SetOffsetArray(const IntegerList& offset_array);
81 IntegerList* GetOffsetArray();
89 IntegerList offset_array_;
Dindex_sub_table_format5.h58 IntegerList* GlyphArray();
59 void SetGlyphArray(const IntegerList& v);
82 IntegerList* GetGlyphArray();
90 IntegerList glyph_array_;
Dindex_sub_table_format5.cc107 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()
Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);
78 IntegerList* GetOffsetArray();
86 IntegerList offset_array_;
Dindex_sub_table_format1.cc85 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()
Dindex_sub_table_format3.cc94 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/
Dfont.h268 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);
Dfont.cc68 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) { in Serialize()
70 IntegerList final_table_ordering; in Serialize()
87 void Font::BuildTableHeadersForSerialization(IntegerList* table_ordering, in BuildTableHeadersForSerialization()
92 IntegerList final_table_ordering; in BuildTableHeadersForSerialization()
96 for (IntegerList::iterator tag = final_table_ordering.begin(), in BuildTableHeadersForSerialization()
163 void Font::GenerateTableOrdering(IntegerList* default_table_ordering, in GenerateTableOrdering()
164 IntegerList* table_ordering) { in GenerateTableOrdering()
179 for (IntegerList::iterator tag = default_table_ordering->begin(), in GenerateTableOrdering()
195 void Font::DefaultTableOrdering(IntegerList* default_table_ordering) { in DefaultTableOrdering()
Dfont_factory.h88 void SetSerializationTableOrdering(const IntegerList& table_ordering);
134 IntegerList table_ordering_;
Dfont_factory.cc103 const IntegerList& table_ordering) { in SetSerializationTableOrdering()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc91 IntegerList* glyph_id_array = new IntegerList; in AssembleCMapTable()
152 IntegerList loca_list; in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.h69 void SetCheckSumRanges(const IntegerList& ranges);
302 IntegerList checksum_range_;
Dreadable_font_data.cc55 void ReadableFontData::SetCheckSumRanges(const IntegerList& ranges) { in SetCheckSumRanges()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc242 IntegerList loca_list; in SetupGlyfBuilders()
306 IntegerList removed_strikes; in InitializeBitmapBuilder()
316 IntegerList removed_indexes; in InitializeBitmapBuilder()
353 for (IntegerList::reverse_iterator j = removed_indexes.rbegin(), in InitializeBitmapBuilder()
363 for (IntegerList::reverse_iterator i = removed_strikes.rbegin(), in InitializeBitmapBuilder()
448 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h377 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_;
Dfont_header_table.cc95 IntegerList checksum_ranges; in FontHeaderTable()
/external/sfntly/cpp/src/sfntly/port/
Dtype.h56 typedef std::vector<int32_t> IntegerList; typedef
/external/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc67 IntegerList glyphs; in Subset()

12