Home
last modified time | relevance | path

Searched refs:imageOffset (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drosen_render_rating.cpp89 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 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()
/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 in SetupBlit() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1620 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 Dmenu_view.cpp727 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 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.height, in ValidateGpuImageCopy()
225 copy.imageOffset.depth, name.data()); in ValidateGpuImageCopy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp664 OffsetF imageOffset(iconHorizontalOffset, imageVerticalOffset); in LayoutSearchIcon()
665 imageGeometryNode->SetMarginFrameOffset(imageOffset); in LayoutSearchIcon()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h933 Size3D imageOffset; member
/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.cpp1518 {}, // 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 Djs_richeditor.cpp1531 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 Dcmd_list_helper.cpp269 childHandle.imageOffset = cmdList.AddImageData(childImageData.first, childImageData.second); in AddChildToCmdList()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1478 auto imageOffset = imageGeometryNode->GetFrameOffset(); in GetBottomTabBarImageSizeAndOffset() local
1498 originalSelectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()
1500 originalUnselectedMaskOffset = imageOffset; in GetBottomTabBarImageSizeAndOffset()

Completed in 38 milliseconds