Searched refs:surfaceWidth_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 433 surfaceWidth_ = textureWidth * viewScale; in OnXComponentSizeInit() 435 surfaceDelegate_->SetBounds(offsetX, offsetY, surfaceWidth_, surfaceHeight_); in OnXComponentSizeInit() 494 surfaceWidth_ = textureWidth * 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 | 103 int32_t surfaceWidth_ = 0; 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() 917 if (surfaceWidth_ == 0 || surfaceWidth_ == 0) { in OnOutputFormatChanged() 919 surfaceWidth_ = width; in OnOutputFormatChanged() 923 if (surfaceWidth_ == width && surfaceHeight_ == height) { in OnOutputFormatChanged() 927 surfaceWidth_ = width; 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/frameworks/core/components/form/ |
H A D | sub_container.cpp | 118 surfaceWidth_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootWidth); 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 | 186 double surfaceWidth_ = 1.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_sub_container.cpp | 34 surfaceWidth_ = 0; in UpdateRootElementSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
H A D | plugin_sub_container_test.cpp | 222 EXPECT_EQ(pluginSubContainer.surfaceWidth_, 1.0f); 225 EXPECT_EQ(pluginSubContainer.surfaceWidth_, 0.0f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.h | 105 int surfaceWidth_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 143 surfaceWidth_ = outSidePipelineContext_.Upgrade()->NormalizeToPx(rootWidth); in UpdateRootElementSize() 157 [weakContext, surfaceWidth = surfaceWidth_, surfaceHeight = surfaceHeight_]() { in UpdateSurfaceSize()
|
H A D | plugin_sub_container.h | 173 double surfaceWidth_ = 1.0f; variable
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | decoder_surface_filter.h | 162 int32_t surfaceWidth_{0};
|