Searched refs:baseWidth (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.cpp | 121 const uint32_t baseWidth = baseDesc.width; in ValidateRenderPassAttachment() local 126 if (desc.width != baseWidth || desc.height != baseHeight) { in ValidateRenderPassAttachment() 153 baseWidth, baseHeight, desc.width, desc.height); in ValidateRenderPassAttachment() 159 … "RENDER_VALIDATION: baseWidth:%u baseHeight:%u currWidth:%u currHeight:%u", baseWidth, in ValidateRenderPassAttachment() 171 if ((renderPassDesc.renderArea.offsetX >= static_cast<int32_t>(baseWidth)) || in ValidateRenderPassAttachment() 176 … renderPassDesc.renderArea.offsetX, renderPassDesc.renderArea.offsetY, baseWidth, baseHeight, in ValidateRenderPassAttachment()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_pattern.cpp | 983 auto baseWidth = NearZero(realDividerWidth_, 0.0f) ? in AddDividerHotZoneRect() local 985 hotZoneSize.SetWidth(baseWidth + DIVIDER_HOT_ZONE_HORIZONTAL_PADDING_VALUE * in AddDividerHotZoneRect()
|