Searched refs:IndexSubTableFormat4 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
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...]
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.cc133 return IndexSubTableFormat4::Builder::CreateBuilder();
174 return IndexSubTableFormat4::Builder::CreateBuilder(
H A Dbitmap_size_table.cc537 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it =
538 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>(
584 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it =
585 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>(
/external/sfntly/cpp/src/sfntly/table/bitmap/
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...]
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.cc133 return IndexSubTableFormat4::Builder::CreateBuilder();
174 return IndexSubTableFormat4::Builder::CreateBuilder(
H A Dbitmap_size_table.cc537 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it =
538 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>(
584 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator* it =
585 down_cast<IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator*>(
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0));
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc169 down_cast<IndexSubTableFormat4*>(strike4->GetIndexSubTable(0));
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc393 builder4.Attach(IndexSubTableFormat4::Builder::CreateBuilder());
414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset));
419 IndexSubTableFormat4::CodeOffsetPairBuilder(-1, offset));
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc393 builder4.Attach(IndexSubTableFormat4::Builder::CreateBuilder());
414 IndexSubTableFormat4::CodeOffsetPairBuilder(gid, offset));
419 IndexSubTableFormat4::CodeOffsetPairBuilder(-1, offset));

Completed in 233 milliseconds