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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.h25 class IndexSubTableFormat1 : public IndexSubTable, class in namespace:sfntly
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
H A Dindex_sub_table_format1.cc23 * IndexSubTableFormat1 class
26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data,
35 IndexSubTableFormat1::~IndexSubTableFormat1() {
38 int32_t IndexSubTableFormat1::NumGlyphs() {
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat1
64 int32_t IndexSubTableFormat1
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.h25 class IndexSubTableFormat1 : public IndexSubTable, class in namespace:sfntly
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
H A Dindex_sub_table_format1.cc23 * IndexSubTableFormat1 class
26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data,
35 IndexSubTableFormat1::~IndexSubTableFormat1() {
38 int32_t IndexSubTableFormat1::NumGlyphs() {
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data, function in class:sfntly::IndexSubTableFormat1
64 int32_t IndexSubTableFormat1
[all...]

Completed in 319 milliseconds