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

  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h 191 FT_UInt glyphSize; /* glyph instructions buffer size */
ttgload.c 447 tmp = load->exec->glyphSize;
454 load->exec->glyphSize = (FT_UShort)tmp;
1402 tmp = loader->exec->glyphSize;
1409 loader->exec->glyphSize = (FT_UShort)tmp;
ttinterp.c 261 exec->glyphSize = 0;
310 exec->glyphSize = 0;
467 tmp = exec->glyphSize;
473 exec->glyphSize = (FT_UShort)tmp;

Completed in 10 milliseconds