Searched refs:ArkWebImageOptionsImpl (Results 1 – 3 of 3) sorted by relevance
22 ArkWebImageOptionsImpl::ArkWebImageOptionsImpl(std::shared_ptr<OHOS::NWeb::NWebImageOptions> nweb_i… in ArkWebImageOptionsImpl() function in OHOS::ArkWeb::ArkWebImageOptionsImpl26 size_t ArkWebImageOptionsImpl::GetWidth() in GetWidth()31 size_t ArkWebImageOptionsImpl::GetHeight() in GetHeight()36 int ArkWebImageOptionsImpl::GetAlphaType() in GetAlphaType()41 int ArkWebImageOptionsImpl::GetColorType() in GetColorType()
25 class ArkWebImageOptionsImpl : public ArkWebImageOptions {26 IMPLEMENT_REFCOUNTING(ArkWebImageOptionsImpl);29 ArkWebImageOptionsImpl(std::shared_ptr<OHOS::NWeb::NWebImageOptions> nweb_image_options);30 ~ArkWebImageOptionsImpl() = default;
612 return ark_web_handler_->OnDragAndDropData(data, len, new ArkWebImageOptionsImpl(opt)); in OnDragAndDropData()