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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.h24 class IndexSubTableFormat4 : public IndexSubTable, class in namespace:sfntly
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>
H A Dindex_sub_table_format4.cc23 * 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, function in class:sfntly::IndexSubTableFormat4
73 int32_t IndexSubTableFormat4
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.h24 class IndexSubTableFormat4 : public IndexSubTable, class in namespace:sfntly
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>
H A Dindex_sub_table_format4.cc23 * 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, function in class:sfntly::IndexSubTableFormat4
73 int32_t IndexSubTableFormat4
[all...]

Completed in 277 milliseconds