Home
last modified time | relevance | path

Searched defs:Interpolator (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java25 public class Interpolator extends AllocationGuard { class
31 public Interpolator() { in Interpolator() method in Interpolator
/external/skia/tests/
DInterpolatorTest.cpp19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
/external/skia/src/ports/
DSkFontHost_mac.cpp376 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; typedef
403 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
446 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in fontstyle_to_ct_width() typedef
460 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_width_to_fontstyle() typedef