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

1 2 3

  /external/chromium_org/third_party/skia/src/animator/
SkDrawDash.h 21 SkScalar phase; member in class:SkDash
  /external/chromium_org/third_party/skia/tests/
DashPathEffectTest.cpp 12 SkScalar phase = SK_ScalarInfinity; // Used to force the bad fInitialDashLength = -1 path. local
13 SkAutoTUnref<SkDashPathEffect> dash(SkDashPathEffect::Create(intervals, count, phase));
AsADashTest.cpp 24 const SkScalar phase = 2.0; local
25 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
34 const SkScalar phase = 2.0; local
36 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
56 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BackgroundImageGeometry.cpp 36 IntPoint phase = m_phase; local
37 phase += m_destRect.location() - m_destOrigin;
38 return phase;
BackgroundImageGeometry.h 32 // Returns the phase relative to the destination rectangle.
35 IntPoint phase() const { return m_phase; } function in class:blink::BackgroundImageGeometry
36 void setPhase(const IntPoint& phase)
38 m_phase = phase;
TableSectionPainter.cpp 35 PaintPhase phase = paintInfo.phase; local
39 m_renderTableSection.popContentsClip(paintInfo, phase, adjustedPaintOffset);
41 if ((phase == PaintPhaseOutline || phase == PaintPhaseSelfOutline) && m_renderTableSection.style()->visibility() == VISIBLE)
73 if (paintInfo.phase == PaintPhaseCollapsedTableBorders) {
145 if (paintInfo.phase == PaintPhaseCollapsedTableBorders) {
161 PaintPhase paintPhase = paintInfo.phase;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
gensig.c 78 double phase; local
79 phase = omega * k;
81 fft[k].Im = factor * size / 2 * (sin(phase) / (1 - cos(phase)));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 92 int phase = 1; local
97 // Adjust the phase to center the dashes within the line.
100 phase = dashLength - remainder / 2;
103 phase = (dashLength - remainder) / 2;
108 RefPtr<SkDashPathEffect> pathEffect = adoptRef(SkDashPathEffect::Create(intervals, 2, SkIntToScalar(phase)));
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h 72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) :
74 phase(phase),
79 int phase; member in class:blink::WebDevToolsAgent::GPUEvent
  /external/chromium_org/third_party/skia/gm/
stroketext.cpp 54 const SkScalar phase = 0; local
58 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), phase))->unref();
  /external/chromium_org/net/base/
capturing_net_log.h 37 EventPhase phase,
67 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
126 EventPhase phase,
133 const EventPhase phase; member in struct:net::NetLog::EntryData
148 EventPhase phase() const { return data_->phase; } function in class:net::NetLog::Entry
312 EventPhase phase,
345 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
347 NetLog::EventPhase phase,
350 // Convenience methods that call AddEntry with a fixed "capture phase"
  /external/chromium_org/third_party/webrtc/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/ui/v2/public/
view_observer.h 36 DispositionChangePhase phase; member in struct:v2::ViewObserver::TreeChangeParams
52 virtual void OnViewDestroy(View* view, DispositionChangePhase phase) {}
57 DispositionChangePhase phase) {}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 58 , phase(newPhase)
117 PaintPhase phase; member in struct:blink::PaintInfo
  /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/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 35 SkScalar phase, Style style) : fPath(path)
43 // cleanup their phase parameter, inverting it so that it becomes an
45 if (phase < 0) {
46 phase = -phase;
47 if (phase > advance) {
48 phase = SkScalarMod(phase, advance);
51 if (phase > advance) {
52 phase = SkScalarMod(phase, advance)
175 SkScalar phase = buffer.readScalar(); local
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 106 int32_t phase; member in class:Normalizer2DataBuilder
  /external/libopus/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/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.h 58 TraceEvent(double timestamp, char phase, const char* name, unsigned long long id, ThreadIdentifier threadIdentifier,
61 , m_phase(phase)
85 char phase() const { return m_phase; } function in class:blink::TraceEventDispatcher::TraceEvent
155 void addListener(const char* name, char phase, PassOwnPtrWillBeRawPtr<TraceEventListener>, InspectorClient*);
171 static void dispatchEventOnAnyThread(char phase, const unsigned char*, const char* name, unsigned long long id,
175 void enqueueEvent(double timestamp, char phase, const char* name, unsigned long long id, ThreadIdentifier,
  /external/chromium_org/ui/aura/
window_observer.h 31 HierarchyChangePhase phase; member in struct:aura::WindowObserver::HierarchyChangeParams
  /external/chromium_org/base/debug/
trace_event_impl.h 120 char phase,
145 char phase() const { return phase_; } function in class:base::debug::TraceEvent
174 // id_ can be used to store phase-specific data.
524 char phase,
564 char phase,
575 char phase,
587 static void AddTraceEventEtw(char phase,
591 static void AddTraceEventEtw(char phase,
705 std::string EventToConsoleMessage(unsigned char phase,

Completed in 421 milliseconds

1 2 3