HomeSort by relevance Sort by last modified time
    Searched full:interpolate (Results 426 - 450 of 678) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Doc/library/
configparser.rst 478 # Notice that the next output does not interpolate '%(bar)s' or '%(baz)s'.
  /external/python/cpython2/Lib/distutils/command/
bdist_rpm.py 513 # that we open and interpolate into the spec file, but the defaults
  /external/python/cpython3/Include/
pyport.h 127 * Lower-level uses require that you interpolate the correct format modifier
  /external/python/cpython3/Lib/distutils/command/
bdist_rpm.py 513 # that we open and interpolate into the spec file, but the defaults
  /external/python/cpython3/Lib/test/
test_configparser.py     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
R.java 107 public static final int interpolate = 0x7f02000f; field in class:R.string
  /external/skia/src/core/
SkPathMeasure.cpp 565 // now interpolate t-values with the prev segment (if possible)
SkPathRef.cpp 492 void SkPathRef::interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const {
  /external/skqp/src/core/
SkPathMeasure.cpp 565 // now interpolate t-values with the prev segment (if possible)
SkPathRef.cpp 476 void SkPathRef::interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const {
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 88 z[q] = interpolate(x, Dz[q], z[q], primitive + OFFSET(Primitive,z), false, false, state.depthClamp);
135 w = interpolate(xxxx, Dw, rhw, primitive + OFFSET(Primitive,w), false, false, false);
152 v[interpolant][component] = interpolate(xxxx, Dv[interpolant][component], rhw, primitive + OFFSET(Primitive, V[interpolant][component]), (state.interpolant[interpolant].flat & (1 << component)) != 0, state.perspective, false);
187 f = interpolate(xxxx, Df, rhw, primitive + OFFSET(Primitive,f), state.fog.flat & 0x01, state.perspective, false);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
constants.c 469 Derivative in Q19, used to interpolate between the
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 455 if (phases>=256) { // too many phases, always interpolate
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 134 * tells the fragment shader to interpolate over it. Each surface pixel position
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 383 * interpolate across partial buckets.
  /frameworks/base/core/jni/android/graphics/
Path.cpp 316 // the point. It is clearly not the case that we can linearly interpolate at that point.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 376 // We don't want to interpolate colors because we're defining the initial state.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 662 // We only really need to interpolate the bounds, progress and translation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 545 mBackgroundNormal.setDrawableAlpha((int) NotificationUtils.interpolate(255,
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathParser.java 352 * @param fraction The fraction to interpolate.
  /frameworks/support/compat/src/main/java/androidx/core/widget/
AutoScrollHelper.java 816 * @param value The value to interpolate, between 0 and 1.
    [all...]
  /hardware/interfaces/audio/2.0/config/
audio_policy_configuration.xsd 473 The framework will interpolate volumes not specified.
  /hardware/interfaces/audio/4.0/config/
audio_policy_configuration.xsd 493 The framework will interpolate volumes not specified.
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
MpegTsDefaultAudioTrackRenderer.java 547 // To reduce discontinuity, interpolate presentation time.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 512 # that we open and interpolate into the spec file, but the defaults

Completed in 673 milliseconds

<<11121314151617181920>>