Searched defs:hintmap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c277 cf2_hintmap_init( CF2_HintMap hintmap, argument
283 FT_ZERO( hintmap );
286 hintmap->hinted = font->hinted;
287 hintmap->scale = scale;
288 hintmap->font = font;
289 hintmap->initialHintMap = initialMap;
291 hintmap->hintMoves = hintMoves;
296 cf2_hintmap_isValid( const CF2_HintMap hintmap )
298 return hintmap->isValid;
304 cf2_hintmap_map( CF2_HintMap hintmap, argument
560 cf2_hintmap_insertHint( CF2_HintMap hintmap, CF2_Hint bottomHintEdge, CF2_Hint topHintEdge ) argument
719 cf2_hintmap_build( CF2_HintMap hintmap, CF2_ArrStack hStemHintArray, CF2_ArrStack vStemHintArray, CF2_HintMask hintMask, CF2_Fixed hintOrigin, FT_Bool initialMap ) argument
1055 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1194 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
[all...]
/external/freetype/src/cff/
H A Dcf2hints.c277 cf2_hintmap_init( CF2_HintMap hintmap, argument
283 FT_ZERO( hintmap );
286 hintmap->hinted = font->hinted;
287 hintmap->scale = scale;
288 hintmap->font = font;
289 hintmap->initialHintMap = initialMap;
291 hintmap->hintMoves = hintMoves;
296 cf2_hintmap_isValid( const CF2_HintMap hintmap )
298 return hintmap->isValid;
304 cf2_hintmap_map( CF2_HintMap hintmap, argument
561 cf2_hintmap_insertHint( CF2_HintMap hintmap, CF2_Hint bottomHintEdge, CF2_Hint topHintEdge ) argument
748 cf2_hintmap_build( CF2_HintMap hintmap, CF2_ArrStack hStemHintArray, CF2_ArrStack vStemHintArray, CF2_HintMask hintMask, CF2_Fixed hintOrigin, FT_Bool initialMap ) argument
1087 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1230 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c277 cf2_hintmap_init( CF2_HintMap hintmap, argument
283 FT_ZERO( hintmap );
286 hintmap->hinted = font->hinted;
287 hintmap->scale = scale;
288 hintmap->font = font;
289 hintmap->initialHintMap = initialMap;
291 hintmap->hintMoves = hintMoves;
296 cf2_hintmap_isValid( const CF2_HintMap hintmap )
298 return hintmap->isValid;
304 cf2_hintmap_map( CF2_HintMap hintmap, argument
561 cf2_hintmap_insertHint( CF2_HintMap hintmap, CF2_Hint bottomHintEdge, CF2_Hint topHintEdge ) argument
720 cf2_hintmap_build( CF2_HintMap hintmap, CF2_ArrStack hStemHintArray, CF2_ArrStack vStemHintArray, CF2_HintMask hintMask, CF2_Fixed hintOrigin, FT_Bool initialMap ) argument
1069 cf2_glyphpath_hintPoint( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* ppt, CF2_Fixed x, CF2_Fixed y ) argument
1208 cf2_glyphpath_pushPrevElem( CF2_GlyphPath glyphpath, CF2_HintMap hintmap, FT_Vector* nextP0, FT_Vector nextP1, FT_Bool close ) argument
[all...]

Completed in 364 milliseconds