Home
last modified time | relevance | path

Searched refs:skTransform (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp129 SkMatrix skTransform; in SkScalerContext_Mac() local
131 &scale, &skTransform, nullptr, nullptr, nullptr); in SkScalerContext_Mac()
132 fTransform = MatrixToCGAffineTransform(skTransform); in SkScalerContext_Mac()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1032 SkMatrix skTransform; in SkScalerContext_Mac() local
1034 &scale, &skTransform, nullptr, nullptr, nullptr); in SkScalerContext_Mac()
1035 fTransform = MatrixToCGAffineTransform(skTransform); in SkScalerContext_Mac()