/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_hvb_ops.cpp | 50 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 D | module_file.cpp | 65 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 D | rosen_render_rating.cpp | 103 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 D | module_loop.cpp | 238 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 D | module_update.cpp | 51 Loop::CreateLoopDevice(path, imageStat.imageOffset, imageStat.imageSize); in CreateLoopDevice()
|
/ohos5.0/base/update/sys_installer/services/module_update/include/ |
H A D | module_loop.h | 66 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 D | recording_handle.h | 52 size_t imageOffset = 0; member
|
H A D | cmd_list_helper.h | 179 … const void* childImageData = cmdList.GetImageData(childHandle.imageOffset, childHandle.imageSize); in GetChildFromCmdList()
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_file.h | 88 uint32_t imageOffset; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 411 …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 D | render_backend_vk.cpp | 1622 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 D | menu_view.cpp | 741 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 D | gpu_resource_manager.cpp | 219 … 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 D | search_layout_algorithm.cpp | 669 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 D | gltf2_exporter.cpp | 1301 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 D | gltf2_importer.cpp | 2214 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 D | pipeline_state_desc.h | 933 Size3D imageOffset; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 1571 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 D | cmd_list_helper.cpp | 269 childHandle.imageOffset = cmdList.AddImageData(childImageData.first, childImageData.second); in AddChildToCmdList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 1490 auto imageOffset = imageGeometryNode->GetFrameOffset(); in GetBottomTabBarImageSizeAndOffset() local 1510 originalSelectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset() 1512 originalUnselectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()
|