Searched defs:fGsA (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp560 /** fGsA is the non-rotational part of total matrix without the text height scale.
563 MAT2 fGsA; member in class:SkScalerContext_GDI
640 fGsA.eM11 = SkScalarToFIXED(GsA.get(SkMatrix::kMScaleX));
641 fGsA.eM12 = SkScalarToFIXED(-GsA.get(SkMatrix::kMSkewY)); // This should be ~0.
642 fGsA.eM21 = SkScalarToFIXED(-GsA.get(SkMatrix::kMSkewX));
643 fGsA.eM22 = SkScalarToFIXED(GsA.get(SkMatrix::kMScaleY));
949 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fGsA);

Completed in 166 milliseconds