Home
last modified time | relevance | path

Searched defs:heightScale (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md87 ### heightScale subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md87 ### heightScale subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h41 double heightScale = 1.0; member
65 double heightScale = 1; member
H A Dtext_style.h138 double heightScale = 1.0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp86 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in OnDirtyLayoutWrapperSwap() local
279 auto heightScale = mainProperty->GetRenderHeight().value_or(1.0); in ToJsonValue() local
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h41 float heightScale = 1.0f; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_style.h36 double heightScale = 1.0; member
H A Dtext_style.h94 double heightScale = 1.0; member
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp186 float heightScale = image_.textureInfo_.heightScale_; in ConfigWindow() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h133 double heightScale = 1.0; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp479 float heightScale = (1.0f * lcdDesiredHeight) / lcdSource->GetMainPixel()->GetHeight(); in SaveLcdPictureSource() local
523 float heightScale = (1.0f * lcdDesiredHeight) / lcdSource->GetHeight(); in SaveLcdPixelMapSource() local
H A Dthumbnail_source_loading.cpp306 float heightScale = (1.0f * targetSize.height) / pixelMap->GetHeight(); in GeneratePictureSource() local
H A Dthumbnail_utils.cpp298 float heightScale = (1.0f * desiredSize.height) / pixelMap->GetHeight(); in GenTargetPixelmap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp110 double heightScale = dstSize.Height() / srcSize.Height() * viewScale; in CalculateTargetSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp479 double heightScale = dstRect_.Height() / srcRect_.Height() * scale_; in CalculateResizeTarget() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h492 double heightScale; member
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h654 void SetHeightScale(double heightScale) in SetHeightScale()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp212 float heightScale = textureInfo.heightScale_; in OnWindowChange() local