Home | History | Annotate | Download | only in ports

Lines Matching refs:MAT2

179     static const MAT2 mat2 = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
186 NULL, &mat2) == GDI_ERROR) {
573 MAT2 fGsA;
575 MAT2 fMat22;
577 MAT2 fHighResMat22;
728 // MAT2 is row major, right handed (y up).
773 // MAT2 is row major, right handed (y up).
980 static const MAT2 gMat2Identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
1792 // Initialize the MAT2 structure to the identify transformation matrix.
1793 static const MAT2 mat2 = {SkScalarToFIXED(1), SkScalarToFIXED(0),
1797 if (GDI_ERROR == GetGlyphOutline(hdc, gId, flags, &gm, 0, NULL, &mat2)) {