Home
last modified time | relevance | path

Searched refs:IndexSubTableFormat2 (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc25 IndexSubTableFormat2::~IndexSubTableFormat2() { in ~IndexSubTableFormat2()
28 int32_t IndexSubTableFormat2::ImageSize() { in ImageSize()
32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() { in BigMetrics()
41 int32_t IndexSubTableFormat2::NumGlyphs() { in NumGlyphs()
45 int32_t IndexSubTableFormat2::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()
53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { in GlyphLength()
60 IndexSubTableFormat2::IndexSubTableFormat2(ReadableFontData* data, in IndexSubTableFormat2() function in sfntly::IndexSubTableFormat2
71 IndexSubTableFormat2::Builder::~Builder() { in ~Builder()
74 int32_t IndexSubTableFormat2::Builder::NumGlyphs() { in NumGlyphs()
78 int32_t IndexSubTableFormat2::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()
[all …]
Dindex_sub_table_format2.h25 class IndexSubTableFormat2 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat2> {
86 virtual ~IndexSubTableFormat2();
96 IndexSubTableFormat2(ReadableFontData* data, int32_t first, int32_t last);
101 typedef Ptr<IndexSubTableFormat2> IndexSubTableFormat2Ptr;
102 typedef Ptr<IndexSubTableFormat2::Builder> IndexSubTableFormat2BuilderPtr;
Dbitmap_size_table.cc523 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator* it = in HasNext()
524 down_cast<IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator*>( in HasNext()
570 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator* it = in Next()
571 down_cast<IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator*>( in Next()
Dindex_sub_table.cc129 return IndexSubTableFormat2::Builder::CreateBuilder(); in CreateBuilder()
168 return IndexSubTableFormat2::Builder::CreateBuilder( in CreateBuilder()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc437 down_cast<IndexSubTableFormat2::Builder*>(b); in ConstructIndexFormat5()