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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h 24 class IndexSubTableFormat4 : public IndexSubTable,
25 public RefCounted<IndexSubTableFormat4> {
113 virtual ~IndexSubTableFormat4();
120 IndexSubTableFormat4(ReadableFontData* data,
129 typedef Ptr<IndexSubTableFormat4> IndexSubTableFormat4Ptr;
130 typedef Ptr<IndexSubTableFormat4::Builder> IndexSubTableFormat4BuilderPtr;
131 typedef std::vector<IndexSubTableFormat4::CodeOffsetPairBuilder>
index_sub_table_format4.cc 23 * IndexSubTableFormat4 class
25 IndexSubTableFormat4::~IndexSubTableFormat4() {
28 int32_t IndexSubTableFormat4::NumGlyphs() {
29 return IndexSubTableFormat4::NumGlyphs(data_, 0);
32 int32_t IndexSubTableFormat4::GlyphStartOffset(int32_t glyph_id) {
47 int32_t IndexSubTableFormat4::GlyphLength(int32_t glyph_id) {
67 IndexSubTableFormat4::IndexSubTableFormat4(ReadableFontData* data,
73 int32_t IndexSubTableFormat4::FindCodeOffsetPair(int32_t glyph_id)
    [all...]

Completed in 53 milliseconds