Home
last modified time | relevance | path

Searched refs:SetRawCompressData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.h57 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dcanvas_image.h130 virtual void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) {} in SetRawCompressData() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.h56 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp240 canvasImage->SetRawCompressData(&compressData, width, height);