Home
last modified time | relevance | path

Searched refs:IncreaseCacheRefCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_base.h89 static void IncreaseCacheRefCount(uint64_t uniqueId,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp351 void RSImageBase::IncreaseCacheRefCount(uint64_t uniqueId, bool useSkImage, std::shared_ptr<Media::… in IncreaseCacheRefCount() function in OHOS::Rosen::RSImageBase
399 IncreaseCacheRefCount(uniqueId, useSkImage, pixelMap); in Unmarshalling()
H A Drs_image.cpp764 RSImageBase::IncreaseCacheRefCount(uniqueId, useSkImage, pixelMap); in ProcessImageAfterCreation()