Home
last modified time | relevance | path

Searched defs:ImageObject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.h35 class ImageObject; variable
38 class ImageObject; variable
H A Dimage_provider.h40 class ImageObject; variable
H A Dimage_object.h42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_object.h38ImageObject(const ImageSourceInfo& sourceInfo, const SizeF& imageSize, const RefPtr<ImageData>& da… in ImageObject() function
H A Dimage_provider.h58 class ImageObject; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp221 class ImageObject : public Drawing::ExtendImageObject { class