Searched refs:sourceHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 445 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in GetPackageVersion() local 446 if (!sourceHandle.good()) { // LCOV_EXCL_BR_LINE in GetPackageVersion() 452 sourceHandle.read(reinterpret_cast<char *>(fileHeader.data()), FILE_HEADER_LEN); in GetPackageVersion() 453 if (!sourceHandle.good()) { // LCOV_EXCL_BR_LINE in GetPackageVersion() 530 ifstream sourceHandle(sourceFile, ios::in | ios::binary); in UnpackFile() local 531 if (!sourceHandle.good()) { in UnpackFile() 536 int errCode = UnpackFileHeader(sourceHandle, sourceFile, fileInfo, fileNum); in UnpackFile() 542 sourceHandle.seekg(static_cast<int64_t>(FILE_HEADER_LEN), ios_base::beg); in UnpackFile() 543 if (!sourceHandle.good()) { in UnpackFile() 547 errCode = UnpackFileContext(sourceHandle, fileContext); in UnpackFile() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.cpp | 1388 if (RenderHandleUtil::IsDynamicResource(sourceHandle) || in CopyBufferToBuffer() 1395 data->srcHandle = sourceHandle; in CopyBufferToBuffer() 1411 if (RenderHandleUtil::IsDynamicResource(sourceHandle) || in CopyBufferToImage() 1419 data->srcHandle = sourceHandle; in CopyBufferToImage() 1435 if (RenderHandleUtil::IsDynamicResource(sourceHandle) || in CopyImageToBuffer() 1443 data->srcHandle = sourceHandle; in CopyImageToBuffer() 1455 … const RenderHandle sourceHandle, const RenderHandle destinationHandle, const ImageCopy& imageCopy) in CopyImageToImage() argument 1459 if (RenderHandleUtil::IsDynamicResource(sourceHandle) || in CopyImageToImage() 1466 data->srcHandle = sourceHandle; in CopyImageToImage() 1482 if (RenderHandleUtil::IsDynamicResource(sourceHandle) || in BlitImage() [all …]
|
H A D | render_command_list.h | 538 …const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferCopy& bufferCop… 539 void CopyBufferToImage(const RenderHandle sourceHandle, const RenderHandle destinationHandle, 541 void CopyImageToBuffer(const RenderHandle sourceHandle, const RenderHandle destinationHandle, 544 …const RenderHandle sourceHandle, const RenderHandle destinationHandle, const ImageCopy& imageCopy)…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 1266 if (auto sourceHandle = rhComponentManager_->GetRenderHandleReference(source)) { in SetRenderHandle() local 1271 handle->reference = sourceHandle; in SetRenderHandle()
|