/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format4.cc | 116 return GetOffsetArray()->size() - 1; in NumGlyphs() 128 return GetOffsetArray()->at(pair_index + 1).offset() - in GlyphLength() 129 GetOffsetArray()->at(pair_index).offset(); in GlyphLength() 141 return GetOffsetArray()->at(pair_index).offset(); in GlyphStartOffset() 217 GetOffsetArray()->size() * in SubDataSizeToSerialize() 245 b = GetOffsetArray()->begin(), e = GetOffsetArray()->end(); in SubSerialize() 284 IndexSubTableFormat4::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat4::Builder 310 std::vector<CodeOffsetPairBuilder>* pair_list = GetOffsetArray(); in FindCodeOffsetPair() 357 (int32_t)(container()->GetOffsetArray()->size() - 1)) { in HasNext() 371 container()->GetOffsetArray(); in Next()
|
D | index_sub_table_format1.cc | 77 return GetOffsetArray()->size() - 1; in NumGlyphs() 85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 94 return GetOffsetArray()->at(loca); in GlyphStartOffset() 196 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 197 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize() 205 return GetOffsetArray(); in OffsetArray() 237 IntegerList* IndexSubTableFormat1::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat1::Builder
|
D | index_sub_table_format3.cc | 78 return GetOffsetArray()->size() - 1; in NumGlyphs() 86 return GetOffsetArray()->at(loca); in GlyphStartOffset() 94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 208 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 209 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize() 233 IntegerList* IndexSubTableFormat3::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat3::Builder
|
D | index_sub_table_format1.h | 81 IntegerList* GetOffsetArray();
|
D | index_sub_table_format3.h | 78 IntegerList* GetOffsetArray();
|
D | index_sub_table_format4.h | 101 std::vector<CodeOffsetPairBuilder>* GetOffsetArray();
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format4.cc | 116 return GetOffsetArray()->size() - 1; in NumGlyphs() 128 return GetOffsetArray()->at(pair_index + 1).offset() - in GlyphLength() 129 GetOffsetArray()->at(pair_index).offset(); in GlyphLength() 141 return GetOffsetArray()->at(pair_index).offset(); in GlyphStartOffset() 217 GetOffsetArray()->size() * in SubDataSizeToSerialize() 245 b = GetOffsetArray()->begin(), e = GetOffsetArray()->end(); in SubSerialize() 284 IndexSubTableFormat4::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat4::Builder 310 std::vector<CodeOffsetPairBuilder>* pair_list = GetOffsetArray(); in FindCodeOffsetPair() 357 (int32_t)(container()->GetOffsetArray()->size() - 1)) { in HasNext() 371 container()->GetOffsetArray(); in Next()
|
D | index_sub_table_format1.cc | 77 return GetOffsetArray()->size() - 1; in NumGlyphs() 85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 94 return GetOffsetArray()->at(loca); in GlyphStartOffset() 196 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 197 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize() 205 return GetOffsetArray(); in OffsetArray() 237 IntegerList* IndexSubTableFormat1::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat1::Builder
|
D | index_sub_table_format3.cc | 78 return GetOffsetArray()->size() - 1; in NumGlyphs() 86 return GetOffsetArray()->at(loca); in GlyphStartOffset() 94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() 208 for (IntegerList::iterator b = GetOffsetArray()->begin(), in SubSerialize() 209 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize() 233 IntegerList* IndexSubTableFormat3::Builder::GetOffsetArray() { in GetOffsetArray() function in sfntly::IndexSubTableFormat3::Builder
|
D | index_sub_table_format1.h | 81 IntegerList* GetOffsetArray();
|
D | index_sub_table_format3.h | 78 IntegerList* GetOffsetArray();
|
D | index_sub_table_format4.h | 101 std::vector<CodeOffsetPairBuilder>* GetOffsetArray();
|