HomeSort by: relevance | last modified time | path
    Searched refs:stretched (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/truetype/
ttobjs.h 265 FT_Bool stretched; /* `is the glyph stretched?'-flag */ member in struct:TT_Size_Metrics_
ttobjs.c 1109 tt_metrics->stretched = FALSE;
ttinterp.c 5307 if ( ( args[0] & 0x400 ) != 0 && exc->tt_metrics.stretched )
5316 if ( ( args[0] & 0x2000 ) != 0 && exc->tt_metrics.stretched )
7421 * GLYPH STRETCHED
7425 if ( ( args[0] & 4 ) != 0 && exc->tt_metrics.stretched )
7830 /* non-square pixels, use the stretched routines */

Completed in 10 milliseconds