Home
last modified time | relevance | path

Searched refs:offset_array (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format3.cc94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local
95 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()
111 const IntegerList& offset_array) { in SetOffsetArray() argument
113 offset_array_ = offset_array; in SetOffsetArray()
Dindex_sub_table_format1.cc85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local
86 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()
209 const IntegerList& offset_array) { in SetOffsetArray() argument
211 offset_array_ = offset_array; in SetOffsetArray()
Dindex_sub_table_format4.cc370 std::vector<CodeOffsetPairBuilder>* offset_array = in Next() local
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset(); in Next()
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset(); in Next()
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); in Next()
Dindex_sub_table_format1.h57 void SetOffsetArray(const IntegerList& offset_array);
Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);