OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlyphId
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h
38
class
GlyphId
{
40
GlyphId
(int32_t glyph_id, FontId font_id);
41
~
GlyphId
() {}
43
bool operator==(const
GlyphId
& other) const;
44
bool operator<(const
GlyphId
& other) const;
56
typedef std::map<int32_t,
GlyphId
> CharacterMap;
57
typedef std::set<
GlyphId
> GlyphIdSet;
font_info.cc
39
*
GlyphId
class
41
GlyphId
::
GlyphId
(int32_t glyph_id, FontId font_id)
46
bool
GlyphId
::operator==(const
GlyphId
& other) const {
50
bool
GlyphId
::operator<(const
GlyphId
& other) const {
184
GlyphId
(cmap_->
GlyphId
(character), font_id_)));
197
resolved_glyph_ids->insert(
GlyphId
(0, font_id_))
[
all
...]
/external/sfntly/cpp/src/sample/subtly/
font_info.h
38
class
GlyphId
{
40
GlyphId
(int32_t glyph_id, FontId font_id);
41
~
GlyphId
() {}
43
bool operator==(const
GlyphId
& other) const;
44
bool operator<(const
GlyphId
& other) const;
56
typedef std::map<int32_t,
GlyphId
> CharacterMap;
57
typedef std::set<
GlyphId
> GlyphIdSet;
font_info.cc
39
*
GlyphId
class
41
GlyphId
::
GlyphId
(int32_t glyph_id, FontId font_id)
46
bool
GlyphId
::operator==(const
GlyphId
& other) const {
50
bool
GlyphId
::operator<(const
GlyphId
& other) const {
184
GlyphId
(cmap_->
GlyphId
(character), font_id_)));
197
resolved_glyph_ids->insert(
GlyphId
(0, font_id_))
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
347
int32_t CMapTable::CMapFormat0::
GlyphId
(int32_t character) {
466
int32_t CMapTable::CMapFormat2::
GlyphId
(int32_t character) {
606
int32_t CMapTable::CMapFormat4::
GlyphId
(int32_t character) {
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
347
int32_t CMapTable::CMapFormat0::
GlyphId
(int32_t character) {
466
int32_t CMapTable::CMapFormat2::
GlyphId
(int32_t character) {
606
int32_t CMapTable::CMapFormat4::
GlyphId
(int32_t character) {
[
all
...]
Completed in 98 milliseconds