Searched refs:SetPixelMapArray (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 654 void SetPixelMapArray(ArkUINodeHandle node, void* animatedDrawableDescriptor) in SetPixelMapArray() function 658 ImageModelNG::SetPixelMapArray(frameNode, animatedDrawableDescriptor); in SetPixelMapArray() 900 SetPixelMap, SetPixelMapArray, SetResourceSrc, EnableAnalyzer, SetImagePrivacySensitve, in GetImageModifier() 921 …GetImageResizable, GetFitOriginalSize, GetFillColor, SetPixelMap, SetPixelMapArray, SetResourceSrc, in GetCJUIImageModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 136 static void SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor);
|
H A D | image_model_ng.cpp | 585 void ImageModelNG::SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor) in SetPixelMapArray() function in OHOS::Ace::NG::ImageModelNG
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testfour_ng.cpp | 171 imageModelNG.SetPixelMapArray(nullptr, nullptr);
|