Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp139 fInvTransform = CGAffineTransformInvert(fTransform); in SkScalerContext_Mac()
141 fInvTransform = fTransform; in SkScalerContext_Mac()
288 point = CGPointApplyAffineTransform(point, context.fInvTransform); in getCG()
H A DSkScalerContext_mac_ct.h99 CGAffineTransform fInvTransform; variable