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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.h25 class IndexSubTableFormat2 : public IndexSubTable, class in namespace:sfntly
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;
H A Dindex_sub_table_format2.cc23 * 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(ReadableFontDat function in class:sfntly::IndexSubTableFormat2
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.h25 class IndexSubTableFormat2 : public IndexSubTable, class in namespace:sfntly
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;
H A Dindex_sub_table_format2.cc23 * 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(ReadableFontDat function in class:sfntly::IndexSubTableFormat2
[all...]

Completed in 282 milliseconds