Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp222 Math::UVec2 currSize = builtInVariables_.outputSize; in ExecuteSinglePostProcess() local
231 renderPass.renderPassDesc.renderArea = { 0U, 0U, currSize.x, currSize.y }; in ExecuteSinglePostProcess()
273 currSize.x = Math::max(1U, currSize.x / 2U); in ExecuteSinglePostProcess()
274 currSize.y = Math::max(1U, currSize.y / 2U); in ExecuteSinglePostProcess()
276 renderPass.renderPassDesc.renderArea = { 0U, 0U, currSize.x, currSize.y }; in ExecuteSinglePostProcess()
295 const float fWidth = static_cast<float>(currSize.x); in ExecuteSinglePostProcess()
296 const float fHeight = static_cast<float>(currSize.y); in ExecuteSinglePostProcess()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp390 auto currSize = outData.size(); in ReadData() local
400 outData.resize(static_cast<size_t>(currSize + length)); in ReadData()
401 uint8_t *data = &outData[currSize]; in ReadData()