Searched defs:glyphpath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.h247 cf2_glyphpath_init( CF2_GlyphPath glyphpath,
259 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ); variable
262 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath,
266 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath,
270 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath,
278 cf2_glyphpath_closeOpenPath( CF2_GlyphPath glyphpath ); variable
H A Dcf2hints.c972 cf2_glyphpath_init( CF2_GlyphPath glyphpath, argument
984 FT_ZERO( glyphpath );
986 glyphpath->font = font;
987 glyphpath->callbacks = callbacks;
989 cf2_arrstack_init( &glyphpath->hintMoves,
994 cf2_hintmap_init( &glyphpath->initialHintMap,
996 &glyphpath->initialHintMap,
997 &glyphpath->hintMoves,
999 cf2_hintmap_init( &glyphpath->firstHintMap,
1001 &glyphpath
1055 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1085 cf2_glyphpath_computeIntersection( CF2_GlyphPath glyphpath, const FT_Vector* u1, const FT_Vector* u2, const FT_Vector* v1, const FT_Vector* v2, FT_Vector* intersection ) argument
1194 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
1329 cf2_glyphpath_pushMove( CF2_GlyphPath glyphpath, FT_Vector start ) argument
1374 cf2_glyphpath_computeOffset( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed* x, CF2_Fixed* y ) argument
1514 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1544 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1613 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed x3, CF2_Fixed y3 ) argument
[all...]
/external/freetype/src/cff/
H A Dcf2hints.h249 cf2_glyphpath_init( CF2_GlyphPath glyphpath,
261 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ); variable
264 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath,
268 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath,
272 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath,
280 cf2_glyphpath_closeOpenPath( CF2_GlyphPath glyphpath ); variable
H A Dcf2hints.c1003 cf2_glyphpath_init( CF2_GlyphPath glyphpath, argument
1015 FT_ZERO( glyphpath );
1017 glyphpath->font = font;
1018 glyphpath->callbacks = callbacks;
1020 cf2_arrstack_init( &glyphpath->hintMoves,
1025 cf2_hintmap_init( &glyphpath->initialHintMap,
1027 &glyphpath->initialHintMap,
1028 &glyphpath->hintMoves,
1030 cf2_hintmap_init( &glyphpath->firstHintMap,
1032 &glyphpath
1087 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1117 cf2_glyphpath_computeIntersection( CF2_GlyphPath glyphpath, const FT_Vector* u1, const FT_Vector* u2, const FT_Vector* v1, const FT_Vector* v2, FT_Vector* intersection ) argument
1230 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
1394 cf2_glyphpath_pushMove( CF2_GlyphPath glyphpath, FT_Vector start ) argument
1439 cf2_glyphpath_computeOffset( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed* x, CF2_Fixed* y ) argument
1589 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1619 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1724 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed x3, CF2_Fixed y3 ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.h247 cf2_glyphpath_init( CF2_GlyphPath glyphpath,
259 cf2_glyphpath_finalize( CF2_GlyphPath glyphpath ); variable
262 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath,
266 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath,
270 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath,
278 cf2_glyphpath_closeOpenPath( CF2_GlyphPath glyphpath ); variable
H A Dcf2hints.c986 cf2_glyphpath_init( CF2_GlyphPath glyphpath, argument
998 FT_ZERO( glyphpath );
1000 glyphpath->font = font;
1001 glyphpath->callbacks = callbacks;
1003 cf2_arrstack_init( &glyphpath->hintMoves,
1008 cf2_hintmap_init( &glyphpath->initialHintMap,
1010 &glyphpath->initialHintMap,
1011 &glyphpath->hintMoves,
1013 cf2_hintmap_init( &glyphpath->firstHintMap,
1015 &glyphpath
1069 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1099 cf2_glyphpath_computeIntersection( CF2_GlyphPath glyphpath, const FT_Vector* u1, const FT_Vector* u2, const FT_Vector* v1, const FT_Vector* v2, FT_Vector* intersection ) argument
1208 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
1343 cf2_glyphpath_pushMove( CF2_GlyphPath glyphpath, FT_Vector start ) argument
1388 cf2_glyphpath_computeOffset( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed* x, CF2_Fixed* y ) argument
1528 cf2_glyphpath_moveTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1558 cf2_glyphpath_lineTo( CF2_GlyphPath glyphpath, CF2_Fixed x, CF2_Fixed y ) argument
1627 cf2_glyphpath_curveTo( CF2_GlyphPath glyphpath, CF2_Fixed x1, CF2_Fixed y1, CF2_Fixed x2, CF2_Fixed y2, CF2_Fixed x3, CF2_Fixed y3 ) argument
[all...]

Completed in 111 milliseconds