Home
last modified time | relevance | path

Searched defs:imagePath (Results 1 – 10 of 10) sorted by relevance

/foundation/window/window_manager/utils/src/
Dsurface_draw.cpp39 int32_t bufferHeight, const std::string& imagePath) in DrawImage()
160 …:unique_ptr<OHOS::Media::PixelMap> SurfaceDraw::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
182 void SurfaceDraw::DrawPixelmap(Drawing::Canvas &canvas, const std::string& imagePath) in DrawPixelmap()
198 …l SurfaceDraw::DoDraw(uint8_t *addr, uint32_t width, uint32_t height, const std::string& imagePath) in DoDraw()
/foundation/arkui/ui_lite/frameworks/common/
Dimage.cpp108 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in SetStandardSrc() local
137 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in SetLiteSrc() local
/foundation/arkui/ace_engine/frameworks/core/components/theme/
Dtheme_utils.cpp172 std::string imagePath = themeConstants->GetString(resId); in ProcessImageSource() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dclock_hand_component.cpp184 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(attrValueStr); in SetPrivateAttribute() local
Dcomponent.cpp1931 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(filePath); in HandleBackgroundImg() local
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_image_animator.h49 const char* imagePath; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Djs_fwk_common.cpp1144 void ExpandImagePathMem(char *&imagePath, const int16_t dotPos, const int16_t suffixLen, const int1… in ExpandImagePathMem()
1175 static void FindPos(int16_t &dotPos, int16_t &lastPathPos, const char *imagePath, const size_t imag… in FindPos()
1197 void CureImagePath(char *&imagePath) in CureImagePath()
Dproduct_adapter.cpp386 bool ProductAdapter::IsPNGSupportedWrapper(const char *imagePath, const char *bundleName) in IsPNGSupportedWrapper()
/foundation/multimodalinput/input/service/window_manager/src/
Dpointer_drawing_manager.cpp453 …r<OHOS::Media::PixelMap> PointerDrawingManager::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp820 std::string imagePath; in GetResImageUrl() local