HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphPoint (Results 1 - 12 of 12) sorted by null

  /external/icu4c/test/letest/
SimpleFontInstance.h 59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
SimpleFontInstance.cpp 128 le_bool SimpleFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
PortableFontInstance.h 105 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
PortableFontInstance.cpp 369 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 50 le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
57 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point);
ScriptCompositeFontInstance.h 99 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
GDIFontInstance.h 95 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
GnomeFontInstance.h 90 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
GnomeFontInstance.cpp 158 le_bool GnomeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
GDIFontInstance.cpp 384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
390 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt);
  /external/icu4c/layout/
AnchorTables.cpp 67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
LEFontInstance.h 294 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const = 0;

Completed in 337 milliseconds