Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp107 …SizeF fullSize = { PipelineContext::GetCurrentRootWidth(), PipelineContext::GetCurrentRootHeight()… in Measure() local
108 layoutWrapper->GetGeometryNode()->SetFrameSize(fullSize); in Measure()
122 …SizeF fullSize = { PipelineContext::GetCurrentRootWidth(), PipelineContext::GetCurrentRootHeight()… in MeasureContent() local
123 return fullSize; in MeasureContent()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm2.c184 uint32_t fullSize, uint8_t *uncompressedPublicKey, OSSL_PARAM_BLD *paramBld) in PushPubKeyToParam() argument
203 memRet = memcpy_s(uncompressedPublicKey + fullSize - material->ySize, material->ySize, in PushPubKeyToParam()
210 uncompressedPublicKey, fullSize); in PushPubKeyToParam()
240 … uint32_t fullSize = 1 + HKS_KEY_BYTES(material->keySize) + HKS_KEY_BYTES(material->keySize); in ConstructSm2ParamsFromRawKey() local
241 uncompressedPublicKey = HksMalloc(fullSize); in ConstructSm2ParamsFromRawKey()
243 ret = PushPubKeyToParam(material, fullSize, uncompressedPublicKey, paramBld); in ConstructSm2ParamsFromRawKey()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp164 auto fullSize = render->GetLayoutSize(); in RegisterTransitionListener() local
165 auto pageHeight = fullSize.Height(); in RegisterTransitionListener()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp587 const uint32_t fullSize = DeviceFormatSupportConstants::LINEAR_FORMAT_MAX_COUNT + in FillFormatSupport() local
589 formats.resize(fullSize); in FillFormatSupport()