Home | History | Annotate | Download | only in ports

Lines Matching refs:identityMatrix

1086         FT_Matrix identityMatrix;
1087 identityMatrix.xx = identityMatrix.yy = SK_Fixed1;
1088 identityMatrix.xy = identityMatrix.yx = 0;
1092 if (memcmp(&fMatrix22, &identityMatrix, sizeof(FT_Matrix)) != 0) {
1094 FT_Set_Transform(fFace, &identityMatrix, NULL);