Searched refs:GetIndexSubTable (Results 1 - 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc82 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0);
106 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0);
113 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0));
183 down_cast<IndexSubTableFormat3*>(strike4->GetIndexSubTable(0));
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h144 IndexSubTable* GetIndexSubTable(int32_t index);
H A Dbitmap_size_table.cc79 IndexSubTable* BitmapSizeTable::GetIndexSubTable(int32_t index) { function in class:sfntly::BitmapSizeTable

Completed in 427 milliseconds