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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h100 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
147 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
H A Dindex_sub_table.h61 CALLER_ATTACH virtual BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
137 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
H A Dindex_sub_table.cc30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) { function in class:sfntly::IndexSubTable
107 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::Builder::GlyphInfo( function in class:sfntly::IndexSubTable::Builder
H A Dbitmap_size_table.cc103 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::GlyphInfo(int32_t glyph_id) { function in class:sfntly::BitmapSizeTable
108 return sub_table->GlyphInfo(glyph_id);
329 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::Builder::GlyphInfo( function in class:sfntly::BitmapSizeTable::Builder
335 return sub_table->GlyphInfo(glyph_id);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h100 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
147 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
H A Dindex_sub_table.h61 CALLER_ATTACH virtual BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
137 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
H A Dindex_sub_table.cc30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) { function in class:sfntly::IndexSubTable
107 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::Builder::GlyphInfo( function in class:sfntly::IndexSubTable::Builder
H A Dbitmap_size_table.cc103 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::GlyphInfo(int32_t glyph_id) { function in class:sfntly::BitmapSizeTable
108 return sub_table->GlyphInfo(glyph_id);
329 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::Builder::GlyphInfo( function in class:sfntly::BitmapSizeTable::Builder
335 return sub_table->GlyphInfo(glyph_id);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc116 info.Attach(sub3->GlyphInfo(2));
190 info.Attach(sub4->GlyphInfo(i));
191 original_info.Attach(sub3->GlyphInfo(i));
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc116 info.Attach(sub3->GlyphInfo(2));
190 info.Attach(sub4->GlyphInfo(i));
191 original_info.Attach(sub3->GlyphInfo(i));
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc340 info.Attach((*index_builders)[j]->GlyphInfo(*gid));
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc340 info.Attach((*index_builders)[j]->GlyphInfo(*gid));

Completed in 2137 milliseconds