Searched refs:fInvTransform (Results 1 – 3 of 3) sorted by relevance
105 CGAffineTransform fInvTransform; variable
136 fInvTransform = CGAffineTransformInvert(fTransform); in SkScalerContext_Mac()138 fInvTransform = fTransform; in SkScalerContext_Mac()259 point = CGPointApplyAffineTransform(point, context.fInvTransform); in getCG()
938 CGAffineTransform fInvTransform; member in SkScalerContext_Mac995 fInvTransform = CGAffineTransformInvert(fTransform); in SkScalerContext_Mac()997 fInvTransform = fTransform; in SkScalerContext_Mac()1112 point = CGPointApplyAffineTransform(point, context.fInvTransform); in getCG()