OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMapFormat0
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
255
builder.Attach(
CMapFormat0
::Builder::NewInstance(data, offset, cmap_id));
280
builder.Attach(
CMapFormat0
::Builder::NewInstance(cmap_id));
338
* CMapTable::
CMapFormat0
340
CMapTable::
CMapFormat0
::~
CMapFormat0
() {
343
int32_t CMapTable::
CMapFormat0
::Language() {
347
int32_t CMapTable::
CMapFormat0
::GlyphId(int32_t character) {
354
CMapTable::
CMapFormat0
::
CMapFormat0
(ReadableFontData* data,
359
CMapTable::CMap::CharacterIterator* CMapTable::
CMapFormat0
::Iterator()
[
all
...]
cmap_table.h
216
class
CMapFormat0
: public CMap, public RefCounted<
CMapFormat0
> {
218
// The fully qualified name is CMapTable::
CMapFormat0
::Builder
236
// When creating a new
CMapFormat0
Builder, use NewInstance instead of
243
// The fully qualified name is CMapTable::
CMapFormat0
::CharacterIterator
252
friend class
CMapFormat0
;
256
virtual ~
CMapFormat0
();
262
CMapFormat0
(ReadableFontData* data, const CMapId& cmap_id);
Completed in 83 milliseconds