OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMapFormat2
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
457
* CMapTable::
CMapFormat2
459
CMapTable::
CMapFormat2
::~
CMapFormat2
() {
462
int32_t CMapTable::
CMapFormat2
::Language() {
466
int32_t CMapTable::
CMapFormat2
::GlyphId(int32_t character) {
507
int32_t CMapTable::
CMapFormat2
::BytesConsumed(int32_t character) {
514
CMapTable::
CMapFormat2
::
CMapFormat2
(ReadableFontData* data,
519
int32_t CMapTable::
CMapFormat2
::SubHeaderOffset(int32_t sub_header_index) {
524
int32_t CMapTable::
CMapFormat2
::FirstCode(int32_t sub_header_index)
[
all
...]
cmap_table.h
268
class
CMapFormat2
: public CMap, public RefCounted<
CMapFormat2
> {
270
// CMapTable::
CMapFormat2
::Builder
286
// CMapTable::
CMapFormat2
::CharacterIterator
306
virtual ~
CMapFormat2
();
309
CMapFormat2
(ReadableFontData* data, const CMapId& cmap_id);
Completed in 52 milliseconds