Searched refs:GetDrawablePixmap (Results 1 – 10 of 10) sorted by relevance
79 RefPtr<PixelMap> GetDrawablePixmap(JSRef<JSVal> obj);
132 RefPtr<PixelMap> GetDrawablePixmap(JSRef<JSVal> obj) in GetDrawablePixmap() function
327 pixmap = GetDrawablePixmap(imageInfo); in CreateImage()
1650 options.imagePixelMap = GetDrawablePixmap(args[0]); in CreateJsImageOptions()
2810 pixmap = GetDrawablePixmap(jsBackgroundImage); in JsBackgroundImage()
169 static RefPtr<PixelMap> GetDrawablePixmap(const EcmaVM* vm, Local<JSValueRef> obj);
181 pixmap = Framework::GetDrawablePixmap(info[1]); in SetImageShowSrc()
1830 RefPtr<PixelMap> ArkTSUtils::GetDrawablePixmap(const EcmaVM* vm, Local<JSValueRef> obj) in GetDrawablePixmap() function in OHOS::Ace::NG::ArkTSUtils
3215 pixmap = ArkTSUtils::GetDrawablePixmap(vm, srcArg); in SetBackgroundImage()
727 options.imagePixelMap = GetDrawablePixmap(imageValue); in CreateImageOptions()