Searched refs:offset_array (Results 1 – 11 of 11) sorted by relevance
94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local95 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()111 const IntegerList& offset_array) { in SetOffsetArray() argument113 offset_array_ = offset_array; in SetOffsetArray()
85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local86 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()209 const IntegerList& offset_array) { in SetOffsetArray() argument211 offset_array_ = offset_array; in SetOffsetArray()
370 std::vector<CodeOffsetPairBuilder>* offset_array = in Next() local372 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()
57 void SetOffsetArray(const IntegerList& offset_array);
55 void SetOffsetArray(const IntegerList& offset_array);
2507 llvm::Constant *offset_array[1]; in BuildRelocation() local2509 offset_array[0] = offset_int; in BuildRelocation()2511 llvm::ArrayRef<llvm::Constant *> offsets(offset_array, 1); in BuildRelocation()