Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_hvb_ops.cpp50 int64_t imageOffset = static_cast<int64_t>(file->GetImageStat().value().imageOffset); in ParseReadParam() local
52 outOffset = offset + imageOffset; in ParseReadParam()
56 if (outOffset < imageOffset) { in ParseReadParam()
60 outCount = imageOffset + imageSize - outOffset; in ParseReadParam()
H A Dmodule_file.cpp65 const char *RetrieveFsType(int fd, uint32_t imageOffset) in RetrieveFsType() argument
69 if (!ReadFullyAtOffset(fd, buf, fs.len, imageOffset + fs.offset)) { in RetrieveFsType()
93 imageStat.imageOffset = 0; in ParseImageStat()
101 const char *fsTypePtr = RetrieveFsType(fd.Get(), imageStat.imageOffset); in ParseImageStat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drosen_render_rating.cpp103 auto imageOffset = offsetDelta_ + Offset(0.0, imageVerticalOffset); in PaintRatingBar() local
108 Offset foregroundDrawOffset = imageOffset; in PaintRatingBar()
109 Offset foregroundClipOffset = imageOffset; in PaintRatingBar()
122 Offset secondaryClipOffset = imageOffset; in PaintRatingBar()
123 Offset secondaryDrawOffset = imageOffset; in PaintRatingBar()
139 …needReverse_ ? imageOffset : imageOffset + Offset(foregroundImageWidth_ + secondaryImageWidth_, 0.… in PaintRatingBar()
/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp238 bool SetUpLoopDevice(const int deviceFd, const string &target, const uint32_t imageOffset, const ui… in SetUpLoopDevice() argument
275 li.lo_offset = imageOffset; in SetUpLoopDevice()
309 const string &target, const uint32_t imageOffset, const uint32_t imageSize) in CreateLoopDevice() argument
329 if (!SetUpLoopDevice(loopDevice->deviceFd.Get(), target, imageOffset, imageSize)) { in CreateLoopDevice()
H A Dmodule_update.cpp51 Loop::CreateLoopDevice(path, imageStat.imageOffset, imageStat.imageSize); in CreateLoopDevice()
/ohos5.0/base/update/sys_installer/services/module_update/include/
H A Dmodule_loop.h66 const std::string &target, const uint32_t imageOffset, const uint32_t imageSize);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h52 size_t imageOffset = 0; member
H A Dcmd_list_helper.h179 … const void* childImageData = cmdList.GetImageData(childHandle.imageOffset, childHandle.imageSize); in GetChildFromCmdList()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h88 uint32_t imageOffset; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp411 …const Math::UVec2 offset { bufferImageCopy.imageOffset.width, bufferImageCopy.imageOffset.height }; in BlitArray()
441 …const Math::UVec2 offset { bufferImageCopy.imageOffset.width, bufferImageCopy.imageOffset.height }; in Blit2D()
465 … const Math::UVec3 offset { bufferImageCopy.imageOffset.width, bufferImageCopy.imageOffset.height, in Blit3D()
466 bufferImageCopy.imageOffset.depth }; in Blit3D()
492 …const Math::UVec2 offset { bufferImageCopy.imageOffset.width, bufferImageCopy.imageOffset.height }; in BlitCube()
525 const auto& imageOffset = bufferImageCopy.imageOffset; in SetupBlit() local
526 PLUGIN_UNUSED(imageOffset); in SetupBlit()
1793 const Math::UVec2 sPos { bc.imageOffset.width, bc.imageOffset.height }; in ImageToBufferCopy()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1622 const Size3D& imageOffset = bufferImageCopy.imageOffset; in RenderCommand() local
1624 Math::min(imageSize.width - imageOffset.width, bufferImageCopy.imageExtent.width), in RenderCommand()
1625 Math::min(imageSize.height - imageOffset.height, bufferImageCopy.imageExtent.height), in RenderCommand()
1626 Math::min(imageSize.depth - imageOffset.depth, bufferImageCopy.imageExtent.depth), in RenderCommand()
1628 …const bool valid = (imageOffset.width < imageSize.width) && (imageOffset.height < imageSize.height… in RenderCommand()
1629 (imageOffset.depth < imageSize.depth); in RenderCommand()
1635 { static_cast<int32_t>(imageOffset.width), static_cast<int32_t>(imageOffset.height), in RenderCommand()
1636 static_cast<int32_t>(imageOffset.depth) }, in RenderCommand()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp741 auto imageOffset = GetFloatImageOffset(target); in SetPixelMap() local
779 imageOffset = DragDropFuncWrapper::GetPaintRectCenterToScreen(target) - in SetPixelMap()
781 imageOffset -= DragDropFuncWrapper::GetCurrentWindowOffset(imageNode->GetContextRefPtr()); in SetPixelMap()
787 geometryNode->SetFrameOffset(imageOffset); in SetPixelMap()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp219 … if ((copy.imageOffset.width >= imageSize.width) || (copy.imageOffset.width >= imageSize.height) || in ValidateGpuImageCopy()
220 (copy.imageOffset.depth >= imageSize.depth)) { in ValidateGpuImageCopy()
224 …imageSize.width, imageSize.height, imageSize.depth, copy.imageOffset.width, copy.imageOffset.heigh… in ValidateGpuImageCopy()
225 copy.imageOffset.depth, name.data()); in ValidateGpuImageCopy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp669 OffsetF imageOffset(iconHorizontalOffset, imageVerticalOffset); in LayoutSearchIcon() local
670 imageGeometryNode->SetMarginFrameOffset(imageOffset); in LayoutSearchIcon()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1301 auto const imageOffset = dataBuffer.size(); in ExportImageData() local
1303 dataBuffer.resize(imageOffset + imageSize); in ExportImageData()
1305 imageFile->Read(dataBuffer.data() + imageOffset, imageSize); in ExportImageData()
1310 bufferView.byteOffset = imageOffset; in ExportImageData()
1311 bufferView.data = dataBuffer.data() + imageOffset; in ExportImageData()
H A Dgltf2_importer.cpp2214 bufferCopy.imageOffset.width = 0; in PrepareImageData()
2215 bufferCopy.imageOffset.height = 0; in PrepareImageData()
2216 bufferCopy.imageOffset.depth = 0; in PrepareImageData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h933 Size3D imageOffset; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1571 int32_t imageOffset = 0; in AddImageSpan() local
1572 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, imageOffset)) { in AddImageSpan()
1573 options.offset = imageOffset > 0 ? imageOffset : 0; in AddImageSpan()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp269 childHandle.imageOffset = cmdList.AddImageData(childImageData.first, childImageData.second); in AddChildToCmdList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1490 auto imageOffset = imageGeometryNode->GetFrameOffset(); in GetBottomTabBarImageSizeAndOffset() local
1510 originalSelectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()
1512 originalUnselectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()