Home
last modified time | relevance | path

Searched refs:offset_array (Results 1 – 11 of 11) 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);
/external/chromium_org/third_party/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);
/external/lldb/source/Expression/
DIRForTarget.cpp2507 llvm::Constant *offset_array[1]; in BuildRelocation() local
2509 offset_array[0] = offset_int; in BuildRelocation()
2511 llvm::ArrayRef<llvm::Constant *> offsets(offset_array, 1); in BuildRelocation()