/external/icu4c/layout/ |
D | MarkToBasePosnSubtables.cpp | 77 fontInstance->getGlyphAdvance(markGlyph, pixels); in process() 92 fontInstance->getGlyphAdvance(baseGlyph, pixels); in process() 100 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero in process()
|
D | MarkToMarkPosnSubtables.cpp | 75 fontInstance->getGlyphAdvance(markGlyph, pixels); in process() 88 fontInstance->getGlyphAdvance(mark2Glyph, pixels); in process()
|
D | MarkToLigaturePosnSubtables.cpp | 81 fontInstance->getGlyphAdvance(markGlyph, pixels); in process() 94 fontInstance->getGlyphAdvance(ligatureGlyph, pixels); in process()
|
D | GlyphPositionAdjustments.cpp | 120 fontInstance->getGlyphAdvance(glyphID, pixels); in applyCursiveAdjustments() 127 fontInstance->getGlyphAdvance(lastExitGlyphID, pixels); in applyCursiveAdjustments()
|
D | LEFontInstance.h | 280 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const = 0;
|
D | LayoutEngine.cpp | 345 fFontInstance->getGlyphAdvance(glyphStorage[i], advance); in positionGlyphs()
|
/external/icu4c/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in ScriptCompositeFontInstance 46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); in getGlyphAdvance()
|
D | ScriptCompositeFontInstance.h | 101 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | GnomeFontInstance.h | 88 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | GDIFontInstance.h | 93 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | GnomeFontInstance.cpp | 137 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in GnomeFontInstance
|
D | GDIFontInstance.cpp | 357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in GDIFontInstance
|
/external/icu4c/test/letest/ |
D | SimpleFontInstance.h | 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | SimpleFontInstance.cpp | 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in SimpleFontInstance
|
D | PortableFontInstance.h | 103 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | FontObject.h | 199 le_uint16 getGlyphAdvance(LEGlyphID glyph);
|
D | FontObject.cpp | 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) in getGlyphAdvance() function in FontObject
|
D | PortableFontInstance.cpp | 336 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in PortableFontInstance
|
/external/chromium/third_party/icu/source/test/letest/ |
D | SimpleFontInstance.h | 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | SimpleFontInstance.cpp | 54 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in SimpleFontInstance
|
D | PortableFontInstance.h | 103 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
|
D | FontObject.h | 199 le_uint16 getGlyphAdvance(LEGlyphID glyph);
|
D | FontObject.cpp | 207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph) in getGlyphAdvance() function in FontObject
|
D | PortableFontInstance.cpp | 336 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() function in PortableFontInstance
|