HomeSort by relevance Sort by last modified time
    Searched defs:IndexSubTableFormat5 (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.h 25 class IndexSubTableFormat5 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat5> {
93 virtual ~IndexSubTableFormat5();
103 IndexSubTableFormat5(ReadableFontData* data,
113 typedef Ptr<IndexSubTableFormat5> IndexSubTableFormat5Ptr;
114 typedef Ptr<IndexSubTableFormat5::Builder> IndexSubTableFormat5BuilderPtr;
index_sub_table_format5.cc 25 * IndexSubTableFormat5 class
27 IndexSubTableFormat5::~IndexSubTableFormat5() {
30 int32_t IndexSubTableFormat5::NumGlyphs() {
34 int32_t IndexSubTableFormat5::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat5::GlyphLength(int32_t glyph_id) {
58 int32_t IndexSubTableFormat5::ImageSize() {
62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() {
71 IndexSubTableFormat5::IndexSubTableFormat5(ReadableFontData* data
    [all...]

Completed in 61 milliseconds