Home
last modified time | relevance | path

Searched refs:GetPixelMapFromJsonBuf (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp252 bool LayeredDrawableDescriptor::GetPixelMapFromJsonBuf(bool isBackground) in GetPixelMapFromJsonBuf() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
392 if (GetPixelMapFromJsonBuf(false)) { in GetForeground()
406 if (GetPixelMapFromJsonBuf(true)) { in GetBackground()
459 if (foreground_.value_or(nullptr) || GetPixelMapFromJsonBuf(false)) { in GetLayeredIconParm()
465 if (background_.value_or(nullptr) || GetPixelMapFromJsonBuf(true)) { in GetLayeredIconParm()
H A Ddrawable_descriptor.h170 bool GetPixelMapFromJsonBuf(bool isBackground);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp649 auto ret = drawable.GetPixelMapFromJsonBuf(true);