Home
last modified time | relevance | path

Searched refs:bufferAspectRatio (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1583 float bufferAspectRatio = buffer->GetSurfaceBufferHeight() == 0 ? 0.f : in DealWithScalingMode() local
1588 if (!ROSEN_EQ(bufferAspectRatio, boundsAspectRatio, 5e-3f)) { in DealWithScalingMode()
1601 screenInfo.height, bufferAspectRatio, boundsAspectRatio); in DealWithScalingMode()