Home
last modified time | relevance | path

Searched refs:CF2_GlyphPath (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/psaux/
Dpshints.h244 } 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 );
Dpshints.c1080 cf2_glyphpath_init( CF2_GlyphPath glyphpath, in cf2_glyphpath_init()
1151 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ) in cf2_glyphpath_finalize()
1164 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, in cf2_glyphpath_hintPoint()
1198 cf2_glyphpath_computeIntersection( CF2_GlyphPath glyphpath, in cf2_glyphpath_computeIntersection()
1318 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, in cf2_glyphpath_pushPrevElem()
1482 cf2_glyphpath_pushMove( CF2_GlyphPath glyphpath, in cf2_glyphpath_pushMove()
1527 cf2_glyphpath_computeOffset( CF2_GlyphPath glyphpath, in cf2_glyphpath_computeOffset()
1678 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_moveTo()
1708 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_lineTo()
1814 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, in cf2_glyphpath_curveTo()
[all …]
Dpsintrp.c338 CF2_GlyphPath glyphPath, in cf2_doFlex()