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

1 2 3 4 5

  /external/skia/legacy/src/animator/
SkDrawDash.h 23 SkScalar phase; member in class:SkDash
SkDrawExtraPathEffect.cpp 42 SkString phase; member in class:SkDrawShape1DPathEffect
101 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float);
204 SK_MEMBER(phase, String),
  /external/skia/src/animator/
SkDrawDash.h 23 SkScalar phase; member in class:SkDash
SkDrawExtraPathEffect.cpp 42 SkString phase; member in class:SkDrawShape1DPathEffect
102 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float);
201 SK_MEMBER(phase, String),
  /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/webkit/Source/WebCore/rendering/
PaintInfo.h 57 , phase(newPhase)
102 PaintPhase phase; member in struct:WebCore::PaintInfo
  /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/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/icu4c/tools/gennorm2/
n2builder.h 106 int32_t phase; member in class:Normalizer2DataBuilder
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon15192
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.h 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon15242
eas_fmengine.c 139 * Transform pitch cents to linear phase increment
285 EAS_U32 phase; local
298 /* establish local phase variables */
299 phase = p->phase;
301 /* calculate the new phase increment */
329 phaseTemp = phase + temp;
334 /* increment operator phase */
335 phase += phaseInc;
359 /* save phase and gain *
395 EAS_U32 phase; local
    [all...]
  /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 );
kiss_fft.c 483 spx_word32_t phase = i; local
485 phase = -phase;
486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft));
491 double phase = ( -2*pi /nfft ) * i; local
493 phase *= -1;
494 kf_cexp(st->twiddles+i, phase );
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 152 FloatPoint phase = dest.location(); local
153 phase.move(-tile.x(), -tile.y());
155 return phase;
288 FloatPoint phase = getPhase(destRect, tileRect); local
291 drawPatternToCairoContext(cr, m_layerImage, shadowTemplateSize, tileRect, patternTransform, phase, CAIRO_OPERATOR_OVER, destRect);
298 phase = getPhase(destRect, tileRect);
299 drawPatternToCairoContext(cr, m_layerImage, shadowTemplateSize, tileRect, patternTransform, phase, CAIRO_OPERATOR_OVER, destRect);
306 phase = getPhase(destRect, tileRect);
307 drawPatternToCairoContext(cr, m_layerImage, shadowTemplateSize, tileRect, patternTransform, phase, CAIRO_OPERATOR_OVER, destRect);
314 phase = FloatPoint(destRect.x() - tileRect.x(), destRect.y() - tileRect.y())
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testdomdomwindow.c 77 gushort phase; local
82 // We should catch this in the bubbling up phase, since we are connecting to the toplevel object
83 phase = webkit_dom_event_get_event_phase(event);
84 g_assert_cmpint(phase, ==, 3);
  /external/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/skia/gm/
dashing.cpp 157 SkScalar phase = vals[0] / 2; local
158 paint.setPathEffect(new SkDashPathEffect(vals, count, phase))->unref();
190 SkScalar phase,
205 p.setPathEffect(new SkDashPathEffect(intervals, 2, phase, false));
227 // 1on/1off 1x1 squares with phase of 0 - points fastpath
233 // 1on/1off 1x1 squares with phase of .5 - rects fastpath (due to partial squares)
239 // 1on/1off 1x1 squares with phase of 1 - points fastpath
245 // 1on/1off 1x1 squares with phase of 1 and non-integer length - rects fastpath
251 // 255on/255off 1x1 squares with phase of 0 - rects fast path
257 // 1on/1off 3x3 squares with phase of 0 - points fast pat
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 156 PlatformWheelEventPhase phase() const { return m_phase; } function in class:WebCore::PlatformWheelEvent
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.cpp 131 // Now, deal with phase
140 // Unwrap phase deltas
192 double phase = arg(c); local
194 double deltaPhase = phase - lastPhase;
195 lastPhase = phase;
207 // Note how we invert the phase delta wrt frequency since this is how group delay is defined
239 double phase = arg(c); local
241 phase += i * phaseAdj;
243 Complex c2 = complexFromMagnitudePhase(mag, phase);
263 double phase = atan2(realP[i], imagP[i]) local
    [all...]
  /external/libppp/src/
bundle.h 89 u_int phase; /* Curent phase */ member in struct:bundle
166 #define bundle_Phase(b) ((b)->phase)

Completed in 492 milliseconds

1 2 3 4 5