Searched refs:GetPixelMapFromJsonBuf (Results 1 – 3 of 3) sorted by relevance
252 bool LayeredDrawableDescriptor::GetPixelMapFromJsonBuf(bool isBackground) in GetPixelMapFromJsonBuf() function in OHOS::Ace::Napi::LayeredDrawableDescriptor392 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()
170 bool GetPixelMapFromJsonBuf(bool isBackground);
649 auto ret = drawable.GetPixelMapFromJsonBuf(true);