Searched refs:IndexSubTableFormat1 (Results 1 - 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc23 * IndexSubTableFormat1 class
26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data,
35 IndexSubTableFormat1::~IndexSubTableFormat1() {
38 int32_t IndexSubTableFormat1::NumGlyphs() {
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat1
64 int32_t IndexSubTableFormat1
[all...]
H A Dindex_sub_table_format1.h25 class IndexSubTableFormat1 : public IndexSubTable, class in namespace:sfntly
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
H A Dindex_sub_table.cc127 return IndexSubTableFormat1::Builder::CreateBuilder();
165 return IndexSubTableFormat1::Builder::CreateBuilder(
H A Dbitmap_size_table.cc516 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
517 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(
563 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
564 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(

Completed in 257 milliseconds