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

  /external/skia/src/core/
SkScalerContext.h 151 bool computeMatrices(PreMatrixScale preMatrixScale,
SkScalerContext.cpp 693 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA,
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 247 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale,
    [all...]
SkFontHost_FreeType.cpp 830 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar);
    [all...]
SkFontHost_mac.cpp 771 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale,
    [all...]
SkFontHost_win.cpp 639 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
    [all...]

Completed in 280 milliseconds