Searched refs:hintMap (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/cff/ |
D | cf2hints.c | 1037 cf2_hintmap_init( &glyphpath->hintMap, in cf2_glyphpath_init() 1407 if ( !cf2_hintmap_isValid( &glyphpath->hintMap ) ) in cf2_glyphpath_pushMove() 1417 &glyphpath->hintMap, in cf2_glyphpath_pushMove() 1606 if ( !cf2_hintmap_isValid( &glyphpath->hintMap ) || in cf2_glyphpath_moveTo() 1608 cf2_hintmap_build( &glyphpath->hintMap, in cf2_glyphpath_moveTo() 1616 glyphpath->firstHintMap = glyphpath->hintMap; /* structure copy */ in cf2_glyphpath_moveTo() 1696 FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) || in cf2_glyphpath_lineTo() 1697 glyphpath->hintMap.count == 0 ); in cf2_glyphpath_lineTo() 1700 &glyphpath->hintMap, in cf2_glyphpath_lineTo() 1714 cf2_hintmap_build( &glyphpath->hintMap, in cf2_glyphpath_lineTo() [all …]
|
D | cf2hints.h | 190 CF2_HintMapRec hintMap; /* current hint map */ member
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2hints.c | 1036 cf2_hintmap_init( &glyphpath->hintMap, in cf2_glyphpath_init() 1406 if ( !cf2_hintmap_isValid( &glyphpath->hintMap ) ) in cf2_glyphpath_pushMove() 1416 &glyphpath->hintMap, in cf2_glyphpath_pushMove() 1605 if ( !cf2_hintmap_isValid( &glyphpath->hintMap ) || in cf2_glyphpath_moveTo() 1607 cf2_hintmap_build( &glyphpath->hintMap, in cf2_glyphpath_moveTo() 1615 glyphpath->firstHintMap = glyphpath->hintMap; /* structure copy */ in cf2_glyphpath_moveTo() 1695 FT_ASSERT( cf2_hintmap_isValid( &glyphpath->hintMap ) || in cf2_glyphpath_lineTo() 1696 glyphpath->hintMap.count == 0 ); in cf2_glyphpath_lineTo() 1699 &glyphpath->hintMap, in cf2_glyphpath_lineTo() 1713 cf2_hintmap_build( &glyphpath->hintMap, in cf2_glyphpath_lineTo() [all …]
|
D | cf2hints.h | 190 CF2_HintMapRec hintMap; /* current hint map */ member
|