Home
last modified time | relevance | path

Searched defs:ratio (Results 1 - 25 of 112) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dexposure_processor.cpp28 ExposureProcessor( const std::string& pageUrl, const std::string& inspectorId, double ratio, int duration) ExposureProcessor() argument
H A Devent_config.cpp102 auto ratio = exposureCfgJson->GetDouble("ratio"); in ParseExposureCfg() local
107 ExposureCfg exposureCfg { std::move(id), ratio, duration }; in ParseExposureCfg() local
H A Devent_config.h36 double ratio = 0.0; member
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dlayout_constraint_test_ng.cpp57 float ratio = -1.0; in HWTEST_F() local
185 float ratio = -1; HWTEST_F() local
239 float ratio = -1; HWTEST_F() local
285 float ratio = -1; HWTEST_F() local
306 float ratio = -1; HWTEST_F() local
348 float ratio = 1.0; HWTEST_F() local
407 float ratio = 2; HWTEST_F() local
439 float ratio = -1; HWTEST_F() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.h36 float ratio; member in OHOS::Media::Effect::BrightnessFilterData
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.h36 float ratio; member in OHOS::Media::Effect::ContrastFilterData
/foundation/window/window_manager/utils/test/unittest/
H A Dpersistent_storage_test.cpp72 float ratio = 1; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp111 float ratio = contentHeight / CONTENT_MAIN_SIZE; in HWTEST_F() local
178 float ratio = SCROLL_HEIGHT / CONTENT_MAIN_SIZE; in HWTEST_F() local
208 float ratio = SCROLL_HEIGHT / CONTENT_MAIN_SIZE; in HWTEST_F() local
228 float ratio = SCROLL_HEIGHT / CONTENT_MAIN_SIZE; in HWTEST_F() local
261 float ratio = SCROLL_HEIGHT / CONTENT_MAIN_SIZE; HWTEST_F() local
281 float ratio = SCROLL_WIDTH / CONTENT_MAIN_SIZE; HWTEST_F() local
312 float ratio = SCROLL_WIDTH / CONTENT_MAIN_SIZE; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_layout_algorithm.cpp111 auto ratio = switchTheme->GetRatio(); in CalcHeightAndWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_controller.h65 void UpdateTabBarHiddenRatio(float ratio) in UpdateTabBarHiddenRatio() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_pattern_test_ng.cpp1445 auto ratio = 0.5f; in HWTEST_F() local
1512 auto ratio = 0.5f; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_filter_test.cpp50 float ratio = 1.0f; in HWTEST_F() local
83 float ratio = 1.0f; in HWTEST_F() local
H A Drs_material_filter_test.cpp51 float ratio = 1.0; in HWTEST_F() local
69 float ratio = 1.0f; in HWTEST_F() local
199 float ratio = 1.0f; in HWTEST_F() local
347 float ratio = 1.0f; in HWTEST_F() local
411 float ratio = 1.0f; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dloading_progress_component.h65 void SetMoveRatio(double ratio) in SetMoveRatio() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp62 auto ratio = onHover_ ? HOVER_OPACITY_RATIO : 0.0; in HandleTouchUp() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_arc_track.cpp262 double ratio = leftToRight_ ? GetTotalRatio() : 1 - GetTotalRatio(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h47 virtual void SetAspectRatio(const double& ratio) {} in SetAspectRatio() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp75 void SetPullDownRatio(ArkUINodeHandle node, ArkUI_Float32 ratio) in SetPullDownRatio() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp46 std::shared_ptr<RSFilter> RSFilter::CreateMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE mode, float ratio) in CreateMaterialFilter() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp169 double ratio = (static_cast<double>(bufferSize)) / RING_BUFFER_SIZE; in SaveData() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp75 float ratio = 0.0001; in HWTEST_F() local
94 float ratio = 0.0001; in HWTEST_F() local
126 float ratio in HWTEST_F() local
155 float ratio = 0.1; HWTEST_F() local
[all...]
H A Dsession_proxy_test.cpp257 float ratio = 10; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs_feature.cpp158 auto ratio = dimension.ConvertToPx() / Dimension(SCROLL_RANGE, DimensionUnit::VP).ConvertToPx(); in HandleOnDidScrollEvent() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_switch.cpp298 double ratio = (currentPointOriginX_ - pointPadding * 2.0) / width; in DrawTrackOffAndOn() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_cache_test.cpp295 float ratio = ImageCache::clearCacheFileRatio_; in HWTEST_F() local

Completed in 16 milliseconds

12345