Home
last modified time | relevance | path

Searched refs:scale (Results 476 - 483 of 483) sorted by relevance

1...<<11121314151617181920

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp398 DECLARE_NAPI_FUNCTION("scale", Scale), in Init()
2348 context->rPixelMap->scale(static_cast<float>(context->xArg), static_cast<float>(context->yArg)); in ScaleExec()
2448 pixelMapNapi->nativePixelMap_->scale(static_cast<float>(xArg), static_cast<float>(yArg)); in ScaleSync()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1968 static scale(option) {
1969 return new TransitionEffect('scale', option);
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_coverage.cpp1203 dragDropManager->info_.scale = 0.5f; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp828 float scale = std::max((float) realWidth / dispSize.Width(), (float) realHeight / dispSize.Height());
829 scale = std::max(scale, 1.1f);
830 TAG_LOGD(AceLogTag::ACE_RICH_TEXT, "realSize=[%{public}d,%{public}d], scale=%{public}.2f",
831 realWidth, realHeight, scale);
832 res.previewAnimationOptions.scaleTo = scale;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp1872 newPixelMap->scale(xAxis, yAxis, Media::AntiAliasingOption::LOW); in UpdateCursorProperty()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3838 void JSWeb::InitialScale(float scale) in InitialScale() argument
3840 WebModel::GetInstance()->InitialScale(scale); in InitialScale()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h101 void (*setForegroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[3], ArkUI_Float32 scale,
107 void (*setBackgroundBlurStyle)(ArkUINodeHandle node, ArkUI_Int32 (*intArray)[5], ArkUI_Float32 scale,
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1439 double scale = fabs(TOSS_DELTA) / (DEFAULT_JUMP_INTERVAL * 2); in HWTEST_F() local
1445 EXPECT_EQ(startFontSize + (endFontSize - startFontSize) * scale, updatedFontSize); in HWTEST_F()

Completed in 68 milliseconds

1...<<11121314151617181920