Searched refs:computeMatrices (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkScalerContext.h | 191 bool computeMatrices(PreMatrixScale preMatrixScale,
|
D | SkScalerContext.cpp | 803 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices() function in SkScalerContextRec
|
/third_party/skia/src/ports/ |
D | SkScalerContext_mac_ct.cpp | 130 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()
|
D | SkScalerContext_win_dw.cpp | 286 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
|
D | SkFontHost_FreeType.cpp | 866 fRec.computeMatrices(SkScalerContextRec::kFull_PreMatrixScale, &fScale, &fMatrix22Scalar); in SkScalerContext_FreeType()
|
D | SkFontHost_win.cpp | 661 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A); in SkScalerContext_GDI()
|