HomeSort by relevance Sort by last modified time
    Searched refs:fG_inv (Results 1 - 3 of 3) sorted by null

  /external/skia/src/ports/
SkScalerContext_win_dw.h 57 SkMatrix fG_inv;
SkScalerContext_win_dw.cpp 216 &scale, &fSkXform, &GsA, &fG_inv);
366 fG_inv.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
SkFontHost_win.cpp 570 /** fG_inv is the inverse of the rotational part of the total matrix.
573 SkMatrix fG_inv;
627 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
    [all...]

Completed in 431 milliseconds