Searched defs:CGFloatIdentity (Results 1 – 2 of 2) sorted by relevance
322 struct CGFloatIdentity { struct332 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() argument
529 struct CGFloatIdentity { struct530 CGFloat operator()(CGFloat s) { return s; } in operator ()()