Searched refs:offset_array (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc85 IntegerList* offset_array = GetOffsetArray(); local
86 return offset_array->at(loca + 1) - offset_array->at(loca);
209 const IntegerList& offset_array) {
211 offset_array_ = offset_array;
208 SetOffsetArray( const IntegerList& offset_array) argument
H A Dindex_sub_table_format3.cc94 IntegerList* offset_array = GetOffsetArray(); local
95 return offset_array->at(loca + 1) - offset_array->at(loca);
111 const IntegerList& offset_array) {
113 offset_array_ = offset_array;
110 SetOffsetArray( const IntegerList& offset_array) argument
H A Dindex_sub_table_format1.h57 void SetOffsetArray(const IntegerList& offset_array);
H A Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);
H A Dindex_sub_table_format4.cc370 std::vector<CodeOffsetPairBuilder>* offset_array = local
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset();
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset();
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc85 IntegerList* offset_array = GetOffsetArray(); local
86 return offset_array->at(loca + 1) - offset_array->at(loca);
209 const IntegerList& offset_array) {
211 offset_array_ = offset_array;
208 SetOffsetArray( const IntegerList& offset_array) argument
H A Dindex_sub_table_format3.cc94 IntegerList* offset_array = GetOffsetArray(); local
95 return offset_array->at(loca + 1) - offset_array->at(loca);
111 const IntegerList& offset_array) {
113 offset_array_ = offset_array;
110 SetOffsetArray( const IntegerList& offset_array) argument
H A Dindex_sub_table_format1.h57 void SetOffsetArray(const IntegerList& offset_array);
H A Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);
H A Dindex_sub_table_format4.cc370 std::vector<CodeOffsetPairBuilder>* offset_array = local
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset();
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset();
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
/external/lldb/source/Expression/
H A DIRForTarget.cpp2507 llvm::Constant *offset_array[1]; local
2509 offset_array[0] = offset_int;
2511 llvm::ArrayRef<llvm::Constant *> offsets(offset_array, 1);

Completed in 1213 milliseconds