HomeSort by relevance Sort by last modified time
    Searched full:trans_matrix (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afloader.h 36 FT_Matrix trans_matrix; member in struct:AF_LoaderRec_
afloader.c 119 loader->trans_matrix = internal->glyph_matrix;
122 inverse = loader->trans_matrix;
402 FT_Outline_Transform( &gloader->base.outline, &loader->trans_matrix );
403 FT_Vector_Transform( &vvector, &loader->trans_matrix );

Completed in 544 milliseconds