OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicodeToGlyph
(Results
1 - 12
of
12
) sorted by null
/external/harfbuzz_ng/src/hb-icu-le/
cmaps.h
21
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const = 0;
43
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
64
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
cmaps.cpp
117
LEGlyphID CMAPFormat4Mapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
172
LEGlyphID CMAPGroupMapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
PortableFontInstance.cpp
247
return fCMAPMapper->
unicodeToGlyph
(ch);
/external/icu4c/samples/layout/
cmaps.h
23
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const = 0;
45
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
66
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
cmaps.cpp
123
LEGlyphID CMAPFormat4Mapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
178
LEGlyphID CMAPGroupMapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
GDIFontInstance.h
133
return fMapper->
unicodeToGlyph
(ch);
GnomeFontInstance.h
143
return fMapper->
unicodeToGlyph
(ch);
/external/icu4c/test/letest/
cmaps.h
19
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const = 0;
41
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
62
virtual LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode32) const;
cmaps.cpp
117
LEGlyphID CMAPFormat4Mapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
172
LEGlyphID CMAPGroupMapper::
unicodeToGlyph
(LEUnicode32 unicode32) const
FontObject.h
190
LEGlyphID
unicodeToGlyph
(LEUnicode32 unicode);
FontObject.cpp
153
LEGlyphID FontObject::
unicodeToGlyph
(LEUnicode32 unicode32)
PortableFontInstance.cpp
415
return fCMAPMapper->
unicodeToGlyph
(ch);
Completed in 976 milliseconds