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 231 &scale, &fSkXform, &GsA, &fG_inv);
386 fG_inv.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
SkFontHost_win.cpp 572 /** fG_inv is the inverse of the rotational part of the total matrix.
575 SkMatrix fG_inv;
629 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
    [all...]

Completed in 1206 milliseconds