Searched defs:phase (Results 26 - 50 of 84) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageHaiku.cpp124 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& dstRect) argument
153 float currentW = phase.x();
156 float currentH = phase.y();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageQt.cpp105 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect)
130 QRectF tileRectInTargetCoords = (transform * QTransform().translate(phase.x(), phase.y())).mapRect(tr);
149 /* Translate the coordinates as phase is not in world matrix coordinate space but the tile rect origin is. */
150 transform *= QTransform().translate(phase.x(), phase.y());
104 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect) argument
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp137 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
143 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
149 bmp->drawPattern(ctxt, tileRectIn, patternTransform, phase, styleColorSpace, op, destRect, m_source.size());
136 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
142 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
H A DImageBufferWinCE.cpp48 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
61 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
63 m_data->m_bitmap->drawPattern(ctxt, tileRectIn, patternTransform, phase, styleColorSpace, op, destRect, size());
124 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
127 imageCopy->drawPattern(context, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
60 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
123 drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageBufferWx.cpp115 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
118 imageCopy->drawPattern(context, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
114 drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
H A DImageWx.cpp180 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect) argument
204 float adjustedX = phase.x() + srcRect.x() *
206 float adjustedY = phase.y() + srcRect.y() *
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomdomwindow.c77 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/chromium/chrome/browser/net/
H A Dpassive_log_collector.cc88 net::NetLog::EventPhase phase,
92 ChromeNetLog::Entry entry(num_events_seen_++, type, time, source, phase,
133 if (entry.phase == net::NetLog::PHASE_BEGIN && entry.params) {
397 entry.phase == net::NetLog::PHASE_END) {
429 entry.phase == net::NetLog::PHASE_END) {
460 entry.phase == net::NetLog::PHASE_END) {
489 entry.phase == net::NetLog::PHASE_END) {
512 entry.phase == net::NetLog::PHASE_END) {
535 entry.phase == net::NetLog::PHASE_END) {
558 entry.phase
84 OnAddEntry( net::NetLog::EventType type, const base::TimeTicks& time, const net::NetLog::Source& source, net::NetLog::EventPhase phase, net::NetLog::EventParameters* params) argument
[all...]
/external/chromium/net/base/
H A Dnet_log.cc60 const char* NetLog::EventPhaseToString(EventPhase phase) { argument
61 switch (phase) {
77 NetLog::EventPhase phase,
98 entry_dict->SetInteger("phase", static_cast<int>(phase));
101 entry_dict->SetString("phase", NetLog::EventPhaseToString(phase));
113 NetLog::EventPhase phase,
116 net_log_->AddEntry(type, base::TimeTicks::Now(), source_, phase, params);
123 NetLog::EventPhase phase,
74 EntryToDictionaryValue(NetLog::EventType type, const base::TimeTicks& time, const NetLog::Source& source, NetLog::EventPhase phase, NetLog::EventParameters* params, bool use_strings) argument
111 AddEntry( NetLog::EventType type, NetLog::EventPhase phase, const scoped_refptr<NetLog::EventParameters>& params) const argument
120 AddEntryWithTime( NetLog::EventType type, const base::TimeTicks& time, NetLog::EventPhase phase, const scoped_refptr<NetLog::EventParameters>& params) const argument
[all...]
/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings.cc265 NetLog::EventPhase phase,
269 current_request_context()->net_log->AddEntry(type, phase, params);
264 LogEventToCurrentRequest( NetLog::EventPhase phase, NetLog::EventType type, scoped_refptr<NetLog::EventParameters> params) argument
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmengine.c139 * 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 an
395 EAS_U32 phase; local
[all...]
H A Deas_pcmdata.h93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmengine.c139 * 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 an
395 EAS_U32 phase; local
[all...]
H A Deas_pcmdata.h93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
/external/speex/libspeex/
H A Dkiss_fft.c483 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/
H A DPlatformWheelEvent.h156 PlatformWheelEventPhase phase() const { return m_phase; } function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/audio/
H A DFFTFrame.cpp131 // 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 local
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp233 const FloatPoint& phase, ColorSpace,
274 float tx = phase.x() + srcRect.x() * patternTransform.a();
275 float ty = phase.y() + srcRect.y() * patternTransform.d();
231 drawPattern(GraphicsContext* gc, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator compositeOp, const FloatRect& destRect) argument
H A DImageBufferAndroid.cpp113 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
116 imageCopy->drawPattern(context, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp152 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
[all...]
H A DImageBufferCairo.cpp131 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
135 image->drawPattern(context, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
130 drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp261 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
286 // We have to adjust the phase to deal with the fact we're in Cartesian space now (with the bottom left corner of destRect being
288 float adjustedX = phase.x() - destRect.x() + tileRect.x() * narrowPrecisionToFloat(patternTransform.a()); // We translated the context so that destRect.x() is the origin, so subtract it out.
289 float adjustedY = destRect.height() - (phase.y() - destRect.y() + tileRect.y() * narrowPrecisionToFloat(patternTransform.d()) + scaledTileHeight);
260 drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
H A DImageBufferCG.cpp220 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
226 copy->drawPattern(destContext, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
229 imageForRendering->drawPattern(destContext, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
233 copy->drawPattern(destContext, srcRect, patternTransform, phase, styleColorSpace, op, destRect);
219 drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect) argument
/external/freetype/src/cff/
H A Dcffparse.c136 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 )
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcmdata.h93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag

Completed in 324 milliseconds

1234