Home
last modified time | relevance | path

Searched defs:widthScale (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h40 float widthScale = 1.0f; member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H A Dlume_custom_render.h73 void SetScaleInfo(float widthScale, float heightScale) in SetScaleInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp83 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in OnDirtyLayoutWrapperSwap() local
96 scale, widthScale, heightScale, in OnDirtyLayoutWrapperSwap() local
276 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in ToJsonValue() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp185 float widthScale = image_.textureInfo_.widthScale_; in ConfigWindow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp112 double widthScale = dstSize.Width() / srcSize.Width() * viewScale; in CalculateTargetSize() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp480 float widthScale = (1.0f * lcdDesiredWidth) / data.source->GetWidth(); in IsCreateLcdSuccess() local
526 float widthScale = (1.0f * data.lcdDesiredSize.width) / data.sourceEx->GetWidth(); in IsCreateLcdExSuccess() local
H A Dthumbnail_utils.cpp328 float widthScale = (1.0f * desiredSize.width) / data.source->GetWidth(); in GenTargetPixelmap() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp478 double widthScale = dstRect_.Width() / srcRect_.Width() * scale_; in CalculateResizeTarget() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp98 float widthScale = context->GetRootWidth() * viewScale / rect.Width(); in PinchOutImpl() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp156 float widthScale = static_cast<float>(targetWidth) / static_cast<float>(srcWidth); in CenterScale() local
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp211 float widthScale = textureInfo.widthScale_; in OnWindowChange() local

Completed in 20 milliseconds