/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.cpp | 60 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
|
D | SimpleFontInstance.h | 55 …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;
|
D | PortableFontInstance.h | 105 …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;
|
D | cmaps.h | 25 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0; 47 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const; 68 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
|
D | FontObject.cpp | 159 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()
|
D | FontObject.h | 196 LEGlyphID unicodeToGlyph(LEUnicode32 unicode); 199 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs, 205 le_uint16 getGlyphAdvance(LEGlyphID glyph);
|
D | PortableFontInstance.cpp | 370 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()
|
D | cmaps.cpp | 170 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/ |
D | SimpleFontInstance.cpp | 61 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
|
D | SimpleFontInstance.h | 51 …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;
|
D | PortableFontInstance.h | 100 …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;
|
D | testdata.cpp | 47 LEGlyphID resultGlyphs0[] = 170 LEGlyphID resultGlyphs1[] = 352 LEGlyphID resultGlyphs2[] = 523 LEGlyphID resultGlyphs3[] =
|
D | cmaps.h | 21 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0; 43 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const; 64 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
|
D | FontObject.cpp | 155 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()
|
D | FontObject.h | 192 LEGlyphID unicodeToGlyph(LEUnicode32 unicode); 195 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs, 201 le_uint16 getGlyphAdvance(LEGlyphID glyph);
|
D | PortableFontInstance.cpp | 362 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()
|
D | cmaps.cpp | 169 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/ |
D | GnomeFontInstance.h | 43 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()
|
D | ScriptCompositeFontInstance.cpp | 42 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()
|
D | GDIFontInstance.h | 40 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()
|
D | cmaps.h | 29 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0; 51 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const; 72 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
|
D | ScriptCompositeFontInstance.h | 88 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;
|
D | GnomeFontInstance.cpp | 47 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()
|
D | cmaps.cpp | 129 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/ |
D | ParagraphLayout.h | 187 … 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()
|