Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.h44 struct Interpolator { struct
58 bool load_interpolated(GPRVector &dest, ShaderInput &io, const Interpolator& ip, argument
/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java25 public class Interpolator extends AllocationGuard { class
31 public Interpolator() { in Interpolator() method in Interpolator
/external/skqp/tests/
DInterpolatorTest.cpp19 DEF_TEST(Interpolator, reporter) { in DEF_TEST() argument
/external/skia/src/ports/
DSkTypeface_mac_ct.cpp332 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWeightForCSSWeight() typedef
358 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
388 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in SkCTFontCTWidthForCSSWidth() typedef
402 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_width_to_fontstyle() typedef
/external/skqp/src/ports/
DSkFontHost_mac.cpp589 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; typedef
616 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_weight_to_fontstyle() typedef
659 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>; in fontstyle_to_ct_width() typedef
673 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>; in ct_width_to_fontstyle() typedef