Searched refs:surfaceHeight_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 434 surfaceHeight_ = textureHeight * viewScale; in OnXComponentSizeInit() 435 surfaceDelegate_->SetBounds(offsetX, offsetY, surfaceWidth_, surfaceHeight_); in OnXComponentSizeInit() 495 surfaceHeight_ = textureHeight * viewScale; in OnXComponentSizeChange() 496 surfaceDelegate_->SetBounds(offsetX, offsetY, surfaceWidth_, surfaceHeight_); in OnXComponentSizeChange() 529 surfaceDelegate_->SetBounds(surfaceX, surfaceY, surfaceWidth_, surfaceHeight_); in OnXComponentPositionChange()
|
H A D | xcomponent_element.h | 104 int32_t surfaceHeight_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 119 surfaceHeight_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootHeight); in UpdateRootElementSize() 133 [weakContext, surfaceWidth = surfaceWidth_, surfaceHeight = surfaceHeight_]() { in UpdateSurfaceSize() 151 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in UpdateSurfaceSizeWithAnimathion() 363 pipelineContext_->OnSurfaceChanged(surfaceWidth_, surfaceHeight_); in RunSameCard()
|
H A D | sub_container.h | 187 double surfaceHeight_ = 1.0f; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 912 " nextH=" PUBLIC_LOG_D32, surfaceWidth_, surfaceHeight_, width, height); in OnOutputFormatChanged() 920 surfaceHeight_ = height; in OnOutputFormatChanged() 923 if (surfaceWidth_ == width && surfaceHeight_ == height) { in OnOutputFormatChanged() 928 surfaceHeight_ = height; in OnOutputFormatChanged() 931 PUBLIC_LOG_D32, surfaceWidth_, surfaceHeight_); in OnOutputFormatChanged() 932 std::pair<int32_t, int32_t> videoSize {surfaceWidth_, surfaceHeight_}; in OnOutputFormatChanged()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_sub_container.cpp | 35 surfaceHeight_ = 0; in UpdateRootElementSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
H A D | plugin_sub_container_test.cpp | 223 EXPECT_EQ(pluginSubContainer.surfaceHeight_, 1.0f); 226 EXPECT_EQ(pluginSubContainer.surfaceHeight_, 0.0f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.h | 106 int surfaceHeight_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 144 surfaceHeight_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootHeight); in UpdateRootElementSize() 157 [weakContext, surfaceWidth = surfaceWidth_, surfaceHeight = surfaceHeight_]() { in UpdateSurfaceSize()
|
H A D | plugin_sub_container.h | 174 double surfaceHeight_ = 1.0f; variable
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | decoder_surface_filter.h | 163 int32_t surfaceHeight_{0};
|