Home
last modified time | relevance | path

Searched refs:CMapFormat0 (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc255 builder.Attach(CMapFormat0::Builder::NewInstance(data, offset, cmap_id)); in GetBuilder()
280 builder.Attach(CMapFormat0::Builder::NewInstance(cmap_id)); in GetBuilder()
340 CMapTable::CMapFormat0::~CMapFormat0() { in ~CMapFormat0()
343 int32_t CMapTable::CMapFormat0::Language() { in Language()
347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) { in GlyphId()
354 CMapTable::CMapFormat0::CMapFormat0(ReadableFontData* data, in CMapFormat0() function in sfntly::CMapTable::CMapFormat0
359 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat0::Iterator() { in Iterator()
360 return new CMapTable::CMapFormat0::CharacterIterator(0, 0xff); in Iterator()
367 CMapTable::CMapFormat0::CharacterIterator::CharacterIterator(int32_t start, in CharacterIterator()
373 CMapTable::CMapFormat0::CharacterIterator::~CharacterIterator() {} in ~CharacterIterator()
[all …]
Dcmap_table.h216 class CMapFormat0 : public CMap, public RefCounted<CMapFormat0> {
252 friend class CMapFormat0; variable
256 virtual ~CMapFormat0();
262 CMapFormat0(ReadableFontData* data, const CMapId& cmap_id);