Home
last modified time | relevance | path

Searched defs:heightScale (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h41 float heightScale = 1.0f; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h42 double heightScale = 1.0; member
66 double heightScale = 1; member
H A Dtext_style.h137 double heightScale = 1.0; 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.cpp84 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in OnDirtyLayoutWrapperSwap() local
96 scale, widthScale, heightScale, in OnDirtyLayoutWrapperSwap() local
277 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in ToJsonValue() local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp186 float heightScale = image_.textureInfo_.heightScale_; in ConfigWindow() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h94 double heightScale = 1.0; member
H A Dtypography_style.h50 double heightScale = 1.0; member
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h133 double heightScale = 1.0; member in OHOS::Ace::Testing::TestingTextStyle
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp113 double heightScale = dstSize.Height() / srcSize.Height() * viewScale; in CalculateTargetSize() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp481 float heightScale = (1.0f * lcdDesiredHeight) / data.source->GetHeight(); in IsCreateLcdSuccess() local
527 float heightScale = (1.0f * data.lcdDesiredSize.height) / data.sourceEx->GetHeight(); in IsCreateLcdExSuccess() local
H A Dthumbnail_utils.cpp329 float heightScale = (1.0f * desiredSize.height) / data.source->GetHeight(); in GenTargetPixelmap() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp479 double heightScale = dstRect_.Height() / srcRect_.Height() * scale_; in CalculateResizeTarget() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp99 float heightScale = context->GetRootHeight() * viewScale / rect.Height(); in PinchOutImpl() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp157 float heightScale = static_cast<float>(targetHeight) / static_cast<float>(srcHeight); in CenterScale() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h492 double heightScale; member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp212 float heightScale = textureInfo.heightScale_; in OnWindowChange() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h654 void SetHeightScale(double heightScale) in SetHeightScale() argument

Completed in 23 milliseconds