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 125 void computeMatrices(PreMatrixScale preMatrixScale,
SkScalerContext.cpp 712 void SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA,
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 215 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale,
SkFontHost_FreeType.cpp 813 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar);
    [all...]
SkFontHost_mac.cpp 716 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &skTransform,
    [all...]
SkFontHost_win.cpp 627 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
    [all...]

Completed in 461 milliseconds