Home
last modified time | relevance | path

Searched defs:widthScale (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
Dmodel_pattern.cpp83 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in OnDirtyLayoutWrapperSwap() local
276 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in ToJsonValue() local
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
Dtexture_info.h40 float widthScale = 1.0; member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
Dlume_custom_render.h74 void SetScaleInfo(float widthScale, float heightScale) in SetScaleInfo()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dthumbnail_source_loading.cpp364 float widthScale = (1.0f * targetSize.width) / pixelMap->GetWidth(); in GeneratePictureSource() local
527 float widthScale = (1.0f * targetSize.width) / pixelMap->GetWidth(); in CreateSourceWithWholeOriginalPicture() local
560 float widthScale = (1.0f * targetSize.width) / pixelMap->GetWidth(); in CreateSourceWithOriginalPictureMainPixel() local
Dthumbnail_image_framework_utils.cpp331 float widthScale = (1.0f * desiredSize.width) / picture->GetMainPixel()->GetWidth(); in CopyAndScalePicture() local
346 float widthScale = (1.0f * desiredSize.width) / pixelMap->GetWidth(); in CopyAndScalePixelMap() local
Dthumbnail_utils.cpp214 float widthScale = (1.0f * desiredSize.width) / pixelMap->GetWidth(); in GenTargetPixelmap() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dtransition_modifier.h108 float widthScale = backgroundRegionWidth / initialBackgroundRegion_.Width(); in DrawWithPixelMap() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
Dtexture_layer.cpp213 float widthScale = image_.textureInfo_.widthScale_; in ConfigWindow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_loading_context.cpp77 double widthScale = dstSize.Width() / srcSize.Width() * viewScale; in CalculateTargetSize() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drender_image.cpp479 double widthScale = dstRect_.Width() / srcRect_.Width() * scale_; in CalculateResizeTarget() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
Dcomponent_test_component_impl.cpp99 float widthScale = context->GetRootWidth() * viewScale / rect.Width(); in PinchOutImpl() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/uifirst/
Drs_sub_thread_cache.cpp666 float widthScale = surfaceBounds.GetWidth() / curAbsDrawRect.GetWidth(); in CalculateUifirstDirtyRegion() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dpost_proc.cpp162 float widthScale = static_cast<float>(targetWidth) / static_cast<float>(srcWidth); in CenterScale() local
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
Dlume_common.cpp271 float widthScale = textureInfo.widthScale_; in OnWindowChange() local