Home
last modified time | relevance | path

Searched refs:kVertical_PreMatrixScale (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/core/
DSkScalerContext.h148 kVertical_PreMatrixScale, // The underlying port can only apply a y scale. enumerator
DSkScalerContext.cpp789 case kVertical_PreMatrixScale: { in computeMatrices()
810 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()
815 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
/third_party/skia/src/core/
DSkScalerContext.h155 kVertical_PreMatrixScale, // The underlying port can only apply a y scale. enumerator
DSkScalerContext.cpp872 case kVertical_PreMatrixScale: { in computeMatrices()
893 (kVertical_PreMatrixScale == preMatrixScale && A.getScaleX() == A.getScaleY()))) in computeMatrices()
898 } else if (!skewedOrFlipped && kVertical_PreMatrixScale == preMatrixScale) { in computeMatrices()
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp130 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()
DSkScalerContext_win_dw.cpp286 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
DSkFontHost_win.cpp656 : SkScalerContextRec::kVertical_PreMatrixScale; in SkScalerContext_GDI()
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp240 fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, &scale, &fSkXform); in SkScalerContext_DW()
DSkFontHost_win.cpp651 : SkScalerContextRec::kVertical_PreMatrixScale; in SkScalerContext_GDI()
DSkFontHost_mac.cpp1033 bool invertible = fRec.computeMatrices(SkScalerContextRec::kVertical_PreMatrixScale, in SkScalerContext_Mac()