Searched refs:CF2_GlyphPath (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/psaux/ |
D | pshints.h | 244 } CF2_GlyphPathRec, *CF2_GlyphPath; typedef 248 cf2_glyphpath_init( CF2_GlyphPath glyphpath, 260 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ); 263 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, 267 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, 271 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, 279 cf2_glyphpath_closeOpenPath( CF2_GlyphPath glyphpath );
|
D | pshints.c | 1083 cf2_glyphpath_init( CF2_GlyphPath glyphpath, in cf2_glyphpath_init() 1154 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ) in cf2_glyphpath_finalize() 1167 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, in cf2_glyphpath_hintPoint() 1201 cf2_glyphpath_computeIntersection( CF2_GlyphPath glyphpath, in cf2_glyphpath_computeIntersection() 1321 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, in cf2_glyphpath_pushPrevElem() 1485 cf2_glyphpath_pushMove( CF2_GlyphPath glyphpath, in cf2_glyphpath_pushMove() 1530 cf2_glyphpath_computeOffset( CF2_GlyphPath glyphpath, in cf2_glyphpath_computeOffset() 1681 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_moveTo() 1711 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_lineTo() 1817 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_curveTo() [all …]
|
D | psintrp.c | 338 CF2_GlyphPath glyphPath, in cf2_doFlex()
|