| /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
| SVGImage.cpp | 223 const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) 253 image->drawPattern(context, scaledSrcRect, scaleWithoutCTM, phase, compositeOp, dstRect, blendMode, repeatSpacing);
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| ImageBuffer.cpp | 260 const FloatPoint& phase, CompositeOperator op, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) 267 image->drawPattern(context, srcRect, scale, phase, op, destRect, blendMode, repeatSpacing);
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebInputEventFactoryMac.mm | 52 - (NSEventPhase)phase; 932 static WebMouseWheelEvent::Phase phaseForNSEventPhase(NSEventPhase eventPhase) 934 uint32_t phase = WebMouseWheelEvent::PhaseNone; 936 phase |= WebMouseWheelEvent::PhaseBegan; 938 phase |= WebMouseWheelEvent::PhaseStationary; 940 phase |= WebMouseWheelEvent::PhaseChanged; 942 phase |= WebMouseWheelEvent::PhaseEnded; 944 phase |= WebMouseWheelEvent::PhaseCancelled; 946 phase |= WebMouseWheelEvent::PhaseMayBegin; 947 return static_cast<WebMouseWheelEvent::Phase>(phase) [all...] |
| /external/chromium_org/third_party/skia/tools/lua/ |
| scrape_dashing_full.lua | 82 if 0 == de.phase then
|
| /external/chromium_org/tools/win/split_link/ |
| split_link.py | 173 def RunLinker(flags, index, inputs, phase, intermediate_manifest): 175 rspfile = 'part%d_%s.rsp' % (index, phase)
|
| /external/chromium_org/v8/test/webkit/ |
| dfg-constant-fold-misprediction.js | 39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
|
| /external/pdfium/fpdfsdk/include/pdfwindow/ |
| PWL_Wnd.h | 106 CPWL_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase)
|
| /external/skia/tools/lua/ |
| scrape_dashing_full.lua | 82 if 0 == de.phase then
|
| /frameworks/av/media/libmediaplayerservice/ |
| VideoFrameScheduler.cpp | 127 nsecs_t phase, nsecs_t period, size_t numSamplesToUse, 151 int64_t y = divRound(time - phase, period >> kPrecision); 261 ALOGV("priming[%zu] phase:%lld period:%lld", numSamplesToUse, mPhase, mPeriod); 283 // initialize phase to the current render time 304 ALOGV("new phase:%lld period:%lld", (long long)mPhase, (long long)mPeriod);
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| RttService.java | 436 public void onBootPhase(int phase) { 437 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) {
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderBlock.cpp | 1738 PaintPhase phase = paintInfo.phase; local [all...] |
| RenderEmbeddedObject.cpp | 130 if (paintInfo.phase == PaintPhaseSelection)
|
| RenderFieldset.cpp | 192 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
|
| /external/chromium_org/components/cronet/android/ |
| url_request_context_peer.cc | 211 << ", phase=" << entry.phase();
|
| /external/chromium_org/content/child/ |
| blink_platform_impl.cc | 535 char phase, 545 phase, category_group_enabled, name, id, 553 char phase, 575 TRACE_EVENT_API_ADD_TRACE_EVENT(phase, [all...] |
| /external/chromium_org/net/tools/get_server_time/ |
| get_server_time.cc | 120 net::NetLog::EventPhaseToString(entry.phase());
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/ |
| Animation.cpp | 196 switch (phase()) {
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| RenderSVGImage.cpp | 129 || paintInfo.phase != PaintPhaseForeground 188 // We only draw in the forground phase, so we only hit-test then.
|
| /external/chromium_org/third_party/WebKit/public/platform/ |
| Platform.h | 487 // - phase specifies the type of event: 527 // call to addTraceEvent with a BEGIN phase. 528 // - threshold is used on an END phase event in conjunction with the 541 char phase,
|
| /external/chromium_org/third_party/freetype/src/truetype/ |
| ttinterp.h | 228 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
|
| /external/chromium_org/third_party/opus/src/celt/ |
| kiss_fft.c | 523 opus_val32 phase = -i; local 524 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft)); 529 double phase = ( -2*pi /nfft ) * i; local 530 kf_cexp(twiddles+i, phase );
|
| /external/freetype/src/truetype/ |
| ttinterp.h | 228 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
|
| /external/libopus/celt/ |
| kiss_fft.c | 523 opus_val32 phase = -i; local 524 kf_cexp2(twiddles+i, DIV32(SHL32(phase,17),nfft)); 529 double phase = ( -2*pi /nfft ) * i; local 530 kf_cexp(twiddles+i, phase );
|
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
| ttinterp.h | 228 FT_F26Dot6 phase; /* `SuperRounding' */ member in struct:TT_ExecContextRec_
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 122 @ update and store phase
|