Searched defs:cmap_table (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc30 #include "sfntly/table/core/cmap_table.h"
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
60 ASSERT_EQ(1, cmap_table->NumCMaps());
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
82 CMapTable::CMapIterator cmap_iter(cmap_table, NULL);
95 ASSERT_EQ(cmap_table->NumCMaps(), new_cmap_table->NumCMaps());
97 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
H A Dcmap_iterator_test.cc25 #include "sfntly/table/core/cmap_table.h"
82 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
83 ASSERT_FALSE(cmap_table == NULL);
84 cmap_.Attach(cmap_table->GetCMap(GetParam().platform_id(),
H A Dcmap_test.cc27 #include "sfntly/table/core/cmap_table.h"
123 Ptr<CMapTable> cmap_table = local
125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc30 #include "sfntly/table/core/cmap_table.h"
59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
60 ASSERT_EQ(1, cmap_table->NumCMaps());
62 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
82 CMapTable::CMapIterator cmap_iter(cmap_table, NULL);
95 ASSERT_EQ(cmap_table->NumCMaps(), new_cmap_table->NumCMaps());
97 cmap.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
H A Dcmap_iterator_test.cc25 #include "sfntly/table/core/cmap_table.h"
82 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap)); local
83 ASSERT_FALSE(cmap_table == NULL);
84 cmap_.Attach(cmap_table->GetCMap(GetParam().platform_id(),
H A Dcmap_test.cc27 #include "sfntly/table/core/cmap_table.h"
123 Ptr<CMapTable> cmap_table = local
125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc32 #include "sfntly/table/core/cmap_table.h"
82 TiXmlNodeVector* cmap_table = GetNodesWithName(&document_, "cmap_table"); local
84 ASSERT_EQ(cmap_table->size(), (size_t)1);
85 TiXmlNodeVector* cmaps = GetNodesWithName(cmap_table->at(0), "cmap");
86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
119 delete cmap_table;
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc32 #include "sfntly/table/core/cmap_table.h"
82 TiXmlNodeVector* cmap_table = GetNodesWithName(&document_, "cmap_table"); local
84 ASSERT_EQ(cmap_table->size(), (size_t)1);
85 TiXmlNodeVector* cmaps = GetNodesWithName(cmap_table->at(0), "cmap");
86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
119 delete cmap_table;
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc29 #include "sfntly/table/core/cmap_table.h"
129 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font_->GetTable(Tag::cmap)); local
131 cmap_.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc29 #include "sfntly/table/core/cmap_table.h"
129 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font_->GetTable(Tag::cmap)); local
131 cmap_.Attach(cmap_table->GetCMap(CMapTable::WINDOWS_BMP));
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1048 /* cmap_table :: Address of the face's `cmap' SFNT table */
1051 /* cmap_size :: The size in bytes of the `cmap_table' */
1201 FT_Byte* cmap_table; /* extracted `cmap' table */ member in struct:TT_FaceRec_
/external/freetype/include/internal/
H A Dtttypes.h1131 /* cmap_table :: Address of the face's `cmap' SFNT table */
1134 /* cmap_size :: The size in bytes of the `cmap_table' */
1277 FT_Byte* cmap_table; /* extracted `cmap' table */ member in struct:TT_FaceRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h1048 /* cmap_table :: Address of the face's `cmap' SFNT table */
1051 /* cmap_size :: The size in bytes of the `cmap_table' */
1201 FT_Byte* cmap_table; /* extracted `cmap' table */ member in struct:TT_FaceRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h1048 /* cmap_table :: Address of the face's `cmap' SFNT table */
1051 /* cmap_size :: The size in bytes of the `cmap_table' */
1201 FT_Byte* cmap_table; /* extracted `cmap' table */ member in struct:TT_FaceRec_

Completed in 420 milliseconds