Home
last modified time | relevance | path

Searched refs:SetOffsetArray (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.h57 void SetOffsetArray(const IntegerList& offset_array);
Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);
Dindex_sub_table_format4.h82 void SetOffsetArray(const std::vector<CodeOffsetPairBuilder>& pair_array);
Dindex_sub_table_format3.cc110 void IndexSubTableFormat3::Builder::SetOffsetArray( in SetOffsetArray() function in sfntly::IndexSubTableFormat3::Builder
Dindex_sub_table_format1.cc208 void IndexSubTableFormat1::Builder::SetOffsetArray( in SetOffsetArray() function in sfntly::IndexSubTableFormat1::Builder
Dindex_sub_table_format4.cc259 void IndexSubTableFormat4::Builder::SetOffsetArray( in SetOffsetArray() function in sfntly::IndexSubTableFormat4::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc461 builder4->SetOffsetArray(offset_pairs); in ConstructIndexFormat4()