Home
last modified time | relevance | path

Searched refs:CMapFormat4 (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc264 builder.Attach(CMapFormat4::Builder::NewInstance(data, offset, cmap_id)); in GetBuilder()
289 builder.Attach(CMapFormat4::Builder::NewInstance(cmap_id)); in GetBuilder()
594 CMapTable::CMapFormat4::CMapFormat4(ReadableFontData* data, in CMapFormat4() function in sfntly::CMapTable::CMapFormat4
603 CMapTable::CMapFormat4::~CMapFormat4() { in ~CMapFormat4()
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) { in GlyphId()
620 int32_t CMapTable::CMapFormat4::RetrieveGlyphId(int32_t segment, in RetrieveGlyphId()
635 int32_t CMapTable::CMapFormat4::seg_count() { in seg_count()
639 int32_t CMapTable::CMapFormat4::Length() { in Length()
643 int32_t CMapTable::CMapFormat4::StartCode(int32_t segment) { in StartCode()
651 int32_t CMapTable::CMapFormat4::Language(ReadableFontData* data) { in Language()
[all …]
Dcmap_table.h320 class CMapFormat4 : public CMap,
321 public RefCounted<CMapFormat4> {
410 explicit CharacterIterator(CMapFormat4 *parent);
411 friend CMap::CharacterIterator* CMapFormat4::Iterator();
413 CMapFormat4* parent_;
460 virtual ~CMapFormat4();
463 CMapFormat4(ReadableFontData* data, const CMapId& cmap_id);
706 typedef std::vector<Ptr<CMapTable::CMapFormat4::Builder::Segment> > SegmentList;
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc82 Ptr<CMapTable::CMapFormat4::Builder> cmap_builder = in AssembleCMapTable()
83 down_cast<CMapTable::CMapFormat4::Builder*> in AssembleCMapTable()
94 Ptr<CMapTable::CMapFormat4::Builder::Segment> current_segment; in AssembleCMapTable()
115 new CMapTable::CMapFormat4::Builder:: in AssembleCMapTable()
127 Ptr<CMapTable::CMapFormat4::Builder::Segment> segment = segment_list->at(i); in AssembleCMapTable()
133 new CMapTable::CMapFormat4::Builder::Segment(0xffff, 0xffff, 1, 0); in AssembleCMapTable()