OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CMapFormat4
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
264
builder.Attach(
CMapFormat4
::Builder::NewInstance(data, offset, cmap_id));
289
builder.Attach(
CMapFormat4
::Builder::NewInstance(cmap_id));
592
* CMapTable::
CMapFormat4
594
CMapTable::
CMapFormat4
::
CMapFormat4
(ReadableFontData* data,
603
CMapTable::
CMapFormat4
::~
CMapFormat4
() {
606
int32_t CMapTable::
CMapFormat4
::GlyphId(int32_t character) {
620
int32_t CMapTable::
CMapFormat4
::RetrieveGlyphId(int32_t segment,
635
int32_t CMapTable::
CMapFormat4
::seg_count()
[
all
...]
cmap_table.h
319
// CMapTable::
CMapFormat4
320
class
CMapFormat4
: public CMap,
321
public RefCounted<
CMapFormat4
> {
323
// CMapTable::
CMapFormat4
::Builder
327
// CMapTable::
CMapFormat4
::Builder::Segment
402
// CMapTable::
CMapFormat4
::CharacterIterator
410
explicit CharacterIterator(
CMapFormat4
*parent);
411
friend CMap::CharacterIterator*
CMapFormat4
::Iterator();
413
CMapFormat4
* parent_;
460
virtual ~
CMapFormat4
();
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
264
builder.Attach(
CMapFormat4
::Builder::NewInstance(data, offset, cmap_id));
289
builder.Attach(
CMapFormat4
::Builder::NewInstance(cmap_id));
592
* CMapTable::
CMapFormat4
594
CMapTable::
CMapFormat4
::
CMapFormat4
(ReadableFontData* data,
603
CMapTable::
CMapFormat4
::~
CMapFormat4
() {
606
int32_t CMapTable::
CMapFormat4
::GlyphId(int32_t character) {
620
int32_t CMapTable::
CMapFormat4
::RetrieveGlyphId(int32_t segment,
635
int32_t CMapTable::
CMapFormat4
::seg_count()
[
all
...]
cmap_table.h
319
// CMapTable::
CMapFormat4
320
class
CMapFormat4
: public CMap,
321
public RefCounted<
CMapFormat4
> {
323
// CMapTable::
CMapFormat4
::Builder
327
// CMapTable::
CMapFormat4
::Builder::Segment
402
// CMapTable::
CMapFormat4
::CharacterIterator
410
explicit CharacterIterator(
CMapFormat4
*parent);
411
friend CMap::CharacterIterator*
CMapFormat4
::Iterator();
413
CMapFormat4
* parent_;
460
virtual ~
CMapFormat4
();
[
all
...]
Completed in 42 milliseconds