Home
last modified time | relevance | path

Searched defs:phase (Results 51 - 75 of 187) sorted by relevance

12345678

/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.h104 int32_t phase; member in Normalizer2DataBuilder
/third_party/skia/src/utils/
H A DSkDashPath.cpp20 static SkScalar find_first_interval(const SkScalar intervals[], SkScalar phase, in find_first_interval() argument
39 void SkDashPath::CalcDashParameters(SkScalar phase, const SkScalar intervals[], int32_t count, in CalcDashParameters() argument
[all...]
/third_party/skia/tools/timer/
H A DTimeUtils.h37 PingPong(double time, float period, float phase, float ends, float mid) PingPong() argument
/third_party/skia/modules/sksg/src/
H A DSkSGGeometryEffect.cpp97 sk_sp<SkPathEffect> make_dash(const std::vector<float> intervals, float phase) { in make_dash() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp130 SkScalar phase = 0.0f; in SetPen() local
203 Rosen::Drawing::scalar phase = 0.0f; in SetPen() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp178 float phase = GetObject<float>(); in PenFuzzTest003() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp130 double phase = 0.0; in CreateDashPathEffect() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp37 void SkiaPathEffect::InitWithDash(const scalar intervals[], int count, scalar phase) in InitWithDash() argument
42 void SkiaPathEffect::InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) in InitWithPathDash() argument
/third_party/ffmpeg/libavcodec/
H A Daacenc_is.c33 ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe, int start, int w, int g, float ener0, float ener1, float ener01, int use_pcoeffs, int phase) ff_aac_is_encoding_err() argument
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_follower.py53 def phase(self) -> LogSectionType: member in LogFollower
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c71 static unsigned volatile phase; variable
[all...]
/third_party/nghttp2/src/
H A Dshrpx_mruby.cc49 int MRubyContext::run_app(Downstream *downstream, int phase) { in run_app() argument
230 void check_phase(mrb_state *mrb, int phase, int phase_mask) { in check_phase() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc152 char phase = static_cast<char>(DoubleToInt32(phase_arg->Number())); in BUILTIN() local
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc33 Initialize( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp, int64_t cpu_timestamp) Initialize() argument
110 InitializeForTesting( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) InitializeForTesting() argument
/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl() argument
111 SkScalar phase = buffer.readScalar(); CreateProc() local
238 Make(const SkPath& path, SkScalar advance, SkScalar phase, Style style) Make() argument
[all...]
/third_party/skia/src/gpu/
H A DGrStyle.cpp48 SkScalar phase = style.dashPhase(); in WriteKey() local
142 SkScalar phase = fDashInfo.fPhase; in applyPathEffect() local
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.cpp135 double phase = 0.0; // ranges from 0.0 to 1.0, fraction between samples in generateCoefficients() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTestPlatform.cpp89 uint64_t DawnPerfTestPlatform::AddTraceEvent(char phase, in AddTraceEvent() argument
/third_party/openssl/test/
H A Dprovider_status_test.c53 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dkiss_fftr.c64 spx_word32_t phase = i+(nfft>>1); in kiss_fftr_alloc() local
72 double phase = pi*(((double)i) /nfft + .5); in kiss_fftr_alloc() local
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.cpp48 phase = shutter_phase / 360, in Make() local
57 MotionBlurEffect(sk_sp<Animator> animator, sk_sp<sksg::RenderNode> child, size_t samples, float phase, float dt) MotionBlurEffect() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp224 AnalysisDep *MaplePhaseManager::FindAnalysisDep(const MaplePhase *phase) in FindAnalysisDep() argument
247 void MaplePhaseManager::RunDependentPhase(const MaplePhase &phase, AnalysisDataManage argument
272 auto *phase = static_cast<phaseT *>(phaseInfo.GetConstructor()(transformPhaseMempool.get())); RunTransformPhase() local
294 phaseT *phase = nullptr; RunAnalysisPhase() local
[all...]
/base/telephony/core_service/services/sim/src/
H A Dradio_protocol_controller.cpp286 void RadioProtocolController::BuildRadioProtocolForCommunication(RadioProtocolPhase phase, RadioProtocolStatus status) in BuildRadioProtocolForCommunication() argument
[all...]
/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp112 void ModuleManager::HookOnStartOnStopFunc(std::string phase, LifeCycleFuncType handleSAOnStartOnStop) in HookOnStartOnStopFunc() argument
124 void ModuleManager::HandleOnStartOnStopFunc(std::string phase, const OHOS::SystemAbilityOnDemandReason &reason) in HandleOnStartOnStopFunc() argument
134 HookOnIdleFunc(std::string phase, LifeCycleFuncReturnType handleSAOnIdle) HookOnIdleFunc() argument
146 HandleOnIdleFunc(std::string phase, const OHOS::SystemAbilityOnDemandReason &reason) HandleOnIdleFunc() argument
157 HookDumpFunc(std::string phase, LifeCycleFuncDumpType handleSADump) HookDumpFunc() argument
169 HandleDumpFunc(std::string phase, int fd, const std::vector<std::u16string> &args) HandleDumpFunc() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c115 int phase; in dw_mci_rk3288_set_ios() local
[all...]

Completed in 12 milliseconds

12345678