Home
last modified time | relevance | path

Searched refs:pointNumber (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp164 le_bool GnomeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) con… in getGlyphPoint() argument
174 if (pointNumber >= fFace->glyph->outline.n_points) { in getGlyphPoint()
178 point.fX = fFace->glyph->outline.points[pointNumber].x >> 6; in getGlyphPoint()
179 point.fY = fFace->glyph->outline.points[pointNumber].y >> 6; in getGlyphPoint()
DScriptCompositeFontInstance.cpp56 le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &… in getGlyphPoint() argument
63 return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point); in getGlyphPoint()
DScriptCompositeFontInstance.h102 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DGnomeFontInstance.h96 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DGDIFontInstance.h101 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DGDIFontInstance.cpp390 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const in getGlyphPoint() argument
396 result = fFontInstance->getGlyphPoint(glyph, pointNumber, pt); in getGlyphPoint()
/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.h65 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DPortableFontInstance.h115 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.h61 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
DPortableFontInstance.h110 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;