Home
last modified time | relevance | path

Searched refs:LEGlyphID (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.cpp60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
97 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph()
104 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
109 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
111 return (LEGlyphID) ch; in mapCharToGlyph()
134 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/… in getGlyphPoint() argument
DSimpleFontInstance.h55 …virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWid…
59 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
61 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
63 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
65 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DPortableFontInstance.h105 …virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWid…
109 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
111 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
113 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
115 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
Dcmaps.h25 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
47 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
68 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
DFontObject.cpp159 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32) in unicodeToGlyph()
168 LEGlyphID result = 0; in unicodeToGlyph()
184 result = (LEGlyphID) unicode; in unicodeToGlyph()
213 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) in getGlyphAdvance()
DFontObject.h196 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
199 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
205 le_uint16 getGlyphAdvance(LEGlyphID glyph);
DPortableFontInstance.cpp370 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
403 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint … in getGlyphPoint() argument
452 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph()
459 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
464 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
Dcmaps.cpp170 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
225 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
243 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.cpp61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
99 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph()
106 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
111 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
113 return (LEGlyphID) ch; in mapCharToGlyph()
136 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/… in getGlyphPoint() argument
DSimpleFontInstance.h51 …virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWid…
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
57 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
59 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
61 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DPortableFontInstance.h100 …virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWid…
104 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
106 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
108 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
110 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
Dtestdata.cpp47 LEGlyphID resultGlyphs0[] =
170 LEGlyphID resultGlyphs1[] =
352 LEGlyphID resultGlyphs2[] =
523 LEGlyphID resultGlyphs3[] =
Dcmaps.h21 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
43 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
64 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
DFontObject.cpp155 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32) in unicodeToGlyph()
164 LEGlyphID result = 0; in unicodeToGlyph()
180 result = (LEGlyphID) unicode; in unicodeToGlyph()
209 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) in getGlyphAdvance()
DFontObject.h192 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
195 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
201 le_uint16 getGlyphAdvance(LEGlyphID glyph);
DPortableFontInstance.cpp362 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
395 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint … in getGlyphPoint() argument
444 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph()
451 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const in mapCharToGlyph()
456 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
Dcmaps.cpp169 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
224 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
242 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.h43 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
92 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
94 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
96 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
106 …void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *po…
147 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
56 le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &… in getGlyphPoint()
93 LEGlyphID ScriptCompositeFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
99 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph()
105 LEGlyphID glyph = scriptFont->mapCharToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h40 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
97 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
99 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
101 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
137 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
Dcmaps.h29 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
51 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
72 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
DScriptCompositeFontInstance.h88 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
100 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
102 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DGnomeFontInstance.cpp47 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, in drawGlyphs()
143 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
164 le_bool GnomeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) con… in getGlyphPoint()
184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
Dcmaps.cpp129 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
184 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph()
202 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h187 … const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
251 inline const LEGlyphID *getGlyphs() const;
337 const LEGlyphID *fGlyphs;
348 … const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
569 LEGlyphID *glyphs;
695 inline const LEGlyphID *ParagraphLayout::VisualRun::getGlyphs() const in getGlyphs()
738 … const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) in VisualRun()

12