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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.h 25 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;
index_sub_table_format2.cc 23 * IndexSubTableFormat2 class
25 IndexSubTableFormat2::~IndexSubTableFormat2() {
28 int32_t IndexSubTableFormat2::ImageSize() {
32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() {
41 int32_t IndexSubTableFormat2::NumGlyphs() {
45 int32_t IndexSubTableFormat2::GlyphStartOffset(int32_t glyph_id) {
53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) {
60 IndexSubTableFormat2::IndexSubTableFormat2(ReadableFontData* data
    [all...]

Completed in 617 milliseconds