Home | History | Annotate | Download | only in ports

Lines Matching refs:MAT2

166     static const MAT2 mat2 = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
173 NULL, &mat2) == GDI_ERROR) {
557 MAT2 fGsA;
559 MAT2 fMat22;
561 MAT2 fHighResMat22;
695 // MAT2 is row major, right handed (y up).
740 // MAT2 is row major, right handed (y up).
947 static const MAT2 gMat2Identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
1720 // Initialize the MAT2 structure to the identify transformation matrix.
1721 static const MAT2 mat2 = {SkScalarToFIXED(1), SkScalarToFIXED(0),
1725 if (GDI_ERROR == GetGlyphOutline(hdc, gId, flags, &gm, 0, NULL, &mat2)) {