Home
last modified time | relevance | path

Searched refs:GetDrawablePixmap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_utils.h79 RefPtr<PixelMap> GetDrawablePixmap(JSRef<JSVal> obj);
H A Djs_utils.cpp132 RefPtr<PixelMap> GetDrawablePixmap(JSRef<JSVal> obj) in GetDrawablePixmap() function
H A Djs_image.cpp327 pixmap = GetDrawablePixmap(imageInfo); in CreateImage()
H A Djs_richeditor.cpp1650 options.imagePixelMap = GetDrawablePixmap(args[0]); in CreateJsImageOptions()
H A Djs_view_abstract.cpp2810 pixmap = GetDrawablePixmap(jsBackgroundImage); in JsBackgroundImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.h169 static RefPtr<PixelMap> GetDrawablePixmap(const EcmaVM* vm, Local<JSValueRef> obj);
H A Darkts_native_image_bridge.cpp181 pixmap = Framework::GetDrawablePixmap(info[1]); in SetImageShowSrc()
H A Darkts_utils.cpp1830 RefPtr<PixelMap> ArkTSUtils::GetDrawablePixmap(const EcmaVM* vm, Local<JSValueRef> obj) in GetDrawablePixmap() function in OHOS::Ace::NG::ArkTSUtils
H A Darkts_native_common_bridge.cpp3215 pixmap = ArkTSUtils::GetDrawablePixmap(vm, srcArg); in SetBackgroundImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp727 options.imagePixelMap = GetDrawablePixmap(imageValue); in CreateImageOptions()