HomeSort by relevance Sort by last modified time
    Searched defs:phase (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/src/animator/
SkDrawDash.h 23 SkScalar phase; member in class:SkDash
  /external/skia/src/animator/
SkDrawDash.h 23 SkScalar phase; member in class:SkDash
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 31 private final long phase; field in class:SawToothTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SawToothTiming(long period, long phase)
42 this.phase = phase;
51 return (double)((time + phase) % period) / (double)period;
SineTiming.java 31 private final long phase; field in class:SineTiming
37 * @param phase the phase of the cycle, which is added to the actual time.
39 public SineTiming(long period, long phase)
42 this.phase = phase;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
  /external/replicaisland/src/com/replica/replicaisland/
PhasedObject.java 20 * A basic object that adds an execution phase. When PhasedObjects are combined with
21 * PhasedObjectManagers, objects within the manager will be updated by phase.
25 public int phase; // This is public because the phased is accessed extremely often, so much field in class:PhasedObject
38 phase = phaseValue;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
StrokeData.cpp 87 int phase = 1; local
92 // Adjust the phase to center the dashes within the line.
95 phase = dashLength - remainder / 2;
98 phase = (dashLength - remainder) / 2;
103 RefPtr<SkDashPathEffect> pathEffect = adoptRef(new SkDashPathEffect(intervals, 2, SkIntToScalar(phase)));
  /external/chromium/chrome/browser/net/
chrome_net_log.h 43 net::NetLog::EventPhase phase,
51 net::NetLog::EventPhase phase; member in struct:ChromeNetLog::Entry
86 EventPhase phase,
113 EventPhase phase,
  /external/chromium/net/base/
capturing_net_log.h 29 EventPhase phase,
36 EventPhase phase; member in struct:net::CapturingNetLog::Entry
61 EventPhase phase,
  /external/chromium_org/net/base/
capturing_net_log.h 36 EventPhase phase,
65 EventPhase phase; member in struct:net::CapturingNetLog::CapturedEntry
net_log.h 51 // The 'phase' of an event trace (whether it marks the beginning or end
127 EventPhase phase,
135 EventPhase phase() const { return phase_; } function in class:net::NetLog::Entry
307 EventPhase phase,
340 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
342 NetLog::EventPhase phase,
345 // Convenience methods that call AddEntry with a fixed "capture phase"
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.cpp 60 const TimedItem::Phase phase = calculatePhase(activeDuration, localTime, m_specified); local
62 const TimedItem::Phase parentPhase = TimedItem::PhaseActive;
63 const double activeTime = calculateActiveTime(activeDuration, localTime, parentPhase, phase, m_specified);
80 const TimedItem::Phase phase = calculatePhase(activeDuration, newLocalTime, m_specified);
81 const double activeTime = calculateActiveTime(activeDuration, newLocalTime, parentPhase, phase, m_specified);
98 m_calculated.isInPlay = phase == PhaseActive && (!m_parent || m_parent->isInPlay());
99 m_calculated.isCurrent = phase == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 58 , phase(newPhase)
108 PaintPhase phase; member in struct:WebCore::PaintInfo
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
transform.c 25 double fact, phase; local
28 phase = 0.0;
30 costab1[k] = cos(phase);
31 sintab1[k] = sin(phase);
32 phase += fact;
36 phase = 0.5 * fact;
38 costab2[k] = cos(phase);
39 sintab2[k] = sin(phase);
40 phase += fact;
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 106 int32_t phase; member in class:Normalizer2DataBuilder
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c 66 double phase = -2*M_PI*bin*k/nfft; local
67 double re = cos(phase);
68 double im = sin(phase);
test_unit_mdct.c 64 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft; local
65 double re = cos(phase);
94 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft; local
95 double re = cos(phase);
  /external/icu4c/tools/gennorm2/
n2builder.h 106 int32_t phase; member in class:Normalizer2DataBuilder
  /external/chromium_org/ui/aura/
window_observer.h 30 HierarchyChangePhase phase; member in struct:aura::WindowObserver::HierarchyChangeParams
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon28075
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon28125
  /external/speex/libspeex/
kiss_fftr.c 64 spx_word32_t phase = i+(nfft>>1); local
66 phase = -phase;
67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft));
72 double phase = pi*(((double)i) /nfft + .5); local
74 phase = -phase;
75 kf_cexp(st->super_twiddles+i, phase );
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 129 PlatformWheelEventPhase phase() const { return m_phase; } function in class:WebCore::PlatformWheelEvent
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
FFTFrame.cpp 132 // Now, deal with phase
141 // Unwrap phase deltas
193 double phase = arg(c); local
195 double deltaPhase = phase - lastPhase;
196 lastPhase = phase;
208 // Note how we invert the phase delta wrt frequency since this is how group delay is defined
240 double phase = arg(c); local
242 phase += i * phaseAdj;
244 Complex c2 = complexFromMagnitudePhase(mag, phase);
264 double phase = atan2(realP[i], imagP[i]) local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 136 FT_UInt phase; local
156 phase = 4;
160 /* If we entered this iteration with phase == 4, we need to */
162 if ( phase )
172 nib = ( p[0] >> phase ) & 0xF;
173 phase = 4 - phase;
197 /* If we entered this iteration with phase == 4, we need */
199 if ( phase )
209 nib = ( p[0] >> phase ) & 0xF
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
c_test.c 14 const char* phase = ""; variable
19 phase = name;
31 fprintf(stderr, "%s:%d: %s: %s\n", __FILE__, __LINE__, phase, (err)); \
37 fprintf(stderr, "%s:%d: %s: %s\n", __FILE__, __LINE__, phase, #cond); \
50 phase,
365 if (phase == 0) {

Completed in 530 milliseconds

1 2 3 4 5 6