/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rosen_render_rating.cpp | 89 auto imageOffset = offsetDelta_ + Offset(0.0, imageVerticalOffset); in PaintRatingBar() local 94 Offset foregroundDrawOffset = imageOffset; in PaintRatingBar() 95 Offset foregroundClipOffset = imageOffset; in PaintRatingBar() 108 Offset secondaryClipOffset = imageOffset; in PaintRatingBar() 109 Offset secondaryDrawOffset = imageOffset; in PaintRatingBar() 125 needReverse_ ? imageOffset : imageOffset + Offset(foregroundImageWidth_ + secondaryImageWidth_, 0.0); in PaintRatingBar()
|
/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()
|
/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 in SetupBlit() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 1620 const Size3D& imageOffset = bufferImageCopy.imageOffset; 1622 Math::min(imageSize.width - imageOffset.width, bufferImageCopy.imageExtent.width), 1623 Math::min(imageSize.height - imageOffset.height, bufferImageCopy.imageExtent.height), 1624 Math::min(imageSize.depth - imageOffset.depth, bufferImageCopy.imageExtent.depth), 1626 const bool valid = (imageOffset.width < imageSize.width) && (imageOffset.height < imageSize.height) && 1627 (imageOffset.depth < imageSize.depth); 1633 { static_cast<int32_t>(imageOffset.width), static_cast<int32_t>(imageOffset [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 727 auto imageOffset = GetFloatImageOffset(target); in SetPixelMap() local 755 imageContext->UpdatePosition(OffsetT<Dimension>(Dimension(imageOffset.GetX()), Dimension(imageOffset.GetY()))); in SetPixelMap() 767 geometryNode->SetFrameOffset(imageOffset); in SetPixelMap()
|
/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.height, in ValidateGpuImageCopy() 225 copy.imageOffset.depth, name.data()); in ValidateGpuImageCopy()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_layout_algorithm.cpp | 664 OffsetF imageOffset(iconHorizontalOffset, imageVerticalOffset); in LayoutSearchIcon() 665 imageGeometryNode->SetMarginFrameOffset(imageOffset); in LayoutSearchIcon()
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 933 Size3D imageOffset; member
|
/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 | 1518 {}, // imageOffset in ImportTexture() 2214 bufferCopy.imageOffset.width = 0; in PrepareImageData() 2215 bufferCopy.imageOffset.height = 0; in PrepareImageData() 2216 bufferCopy.imageOffset.depth = 0; in PrepareImageData()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 1531 int32_t imageOffset = 0; in AddImageSpan() 1532 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, imageOffset)) { in AddImageSpan() 1533 options.offset = imageOffset > 0 ? imageOffset : 0; in AddImageSpan()
|
/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()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 1478 auto imageOffset = imageGeometryNode->GetFrameOffset(); in GetBottomTabBarImageSizeAndOffset() local 1498 originalSelectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset() 1500 originalUnselectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()
|