Home
last modified time | relevance | path

Searched refs:computeMatrices (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkScalerContext.h125 void computeMatrices(PreMatrixScale preMatrixScale,
DSkScalerContext.cpp712 void SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() function in SkScalerContextRec
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp230 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_DW()
DSkFontHost_FreeType.cpp811 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar); in SkScalerContext_FreeType()
DSkFontHost_mac.cpp769 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &skTransform, in SkScalerContext_Mac()
DSkFontHost_win.cpp629 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A); in SkScalerContext_GDI()