Home
last modified time | relevance | path

Searched refs:SetPixmap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp268 void ImageComponent::SetPixmap(const RefPtr<PixelMap>& pixmap) in SetPixmap() function in OHOS::Ace::ImageComponent
H A Dimage_component.h66 void SetPixmap(const RefPtr<PixelMap>& pixmap);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h163 void SetPixmap(const RefPtr<PixelMap>& pixelMap) in SetPixmap() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp136 image->SetPixmap(pixmap); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp556 imageComponent->SetPixmap(icon); in SetAppIcon()