Searched defs:IndexSubTableFormat3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format3.h24 class IndexSubTableFormat3 : public IndexSubTable, class in namespace:sfntly
25 public RefCounted<IndexSubTableFormat3> {
89 virtual ~IndexSubTableFormat3();
101 IndexSubTableFormat3(ReadableFontData* data,
108 typedef Ptr<IndexSubTableFormat3> IndexSubTableFormat3Ptr;
109 typedef Ptr<IndexSubTableFormat3::Builder> IndexSubTableFormat3BuilderPtr;
H A Dindex_sub_table_format3.cc23 * IndexSubTableFormat3 class
25 IndexSubTableFormat3::~IndexSubTableFormat3() {
28 int32_t IndexSubTableFormat3::NumGlyphs() {
32 int32_t IndexSubTableFormat3::GlyphStartOffset(int32_t glyph_id) {
40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) {
49 int32_t IndexSubTableFormat3::GetDataLength(ReadableFontData* data,
58 IndexSubTableFormat3::IndexSubTableFormat3(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat3
64 int32_t IndexSubTableFormat3
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format3.h24 class IndexSubTableFormat3 : public IndexSubTable, class in namespace:sfntly
25 public RefCounted<IndexSubTableFormat3> {
89 virtual ~IndexSubTableFormat3();
101 IndexSubTableFormat3(ReadableFontData* data,
108 typedef Ptr<IndexSubTableFormat3> IndexSubTableFormat3Ptr;
109 typedef Ptr<IndexSubTableFormat3::Builder> IndexSubTableFormat3BuilderPtr;
H A Dindex_sub_table_format3.cc23 * IndexSubTableFormat3 class
25 IndexSubTableFormat3::~IndexSubTableFormat3() {
28 int32_t IndexSubTableFormat3::NumGlyphs() {
32 int32_t IndexSubTableFormat3::GlyphStartOffset(int32_t glyph_id) {
40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) {
49 int32_t IndexSubTableFormat3::GetDataLength(ReadableFontData* data,
58 IndexSubTableFormat3::IndexSubTableFormat3(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat3
64 int32_t IndexSubTableFormat3
[all...]

Completed in 135 milliseconds