Home
last modified time | relevance | path

Searched refs:GetImageObject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.h62 RefPtr<ImageObject> GetImageObject() in GetImageObject() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h201 std::shared_ptr<ExtendImageObject> GetImageObject(uint32_t id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp706 HWTEST_F(CmdListHelperTest, GetImageObject, TestSize.Level1)
709 EXPECT_EQ(cmdList->GetImageObject(TEST_INVALIED_ID), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp253 std::shared_ptr<ExtendImageObject> CmdList::GetImageObject(uint32_t id) in GetImageObject() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp170 return (const_cast<CmdList&>(cmdList)).GetImageObject(objectHandle.offset); in GetImageObjectFromCmdList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp482 auto imageObj = loadingCtx_->GetImageObject(); in UpdateOrientation()
1443 auto imageObject = loadingCtx_->GetImageObject(); in DumpSvgInfo()