/third_party/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;
|
/third_party/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;
|
/third_party/skia/third_party/externals/icu/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;
|
/third_party/flutter/skia/third_party/externals/icu/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;
|
/third_party/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;
|
/third_party/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()
|