Searched refs:CacheDrawingTypeface (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_typeface_cache_test.cpp | 70 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueId1, typeface); 83 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueId2, typeface); 147 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueIdF, typeface); 148 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueIdS, typeface); 215 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueIdF, typeface); 216 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueIdS, typeface);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_typeface_cache.h | 46 void CacheDrawingTypeface(uint64_t globalUniqueId, std::shared_ptr<Drawing::Typeface> typeface);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_typeface_cache.cpp | 101 void RSTypefaceCache::CacheDrawingTypeface(uint64_t uniqueId, in CacheDrawingTypeface() function in OHOS::Rosen::RSTypefaceCache 354 CacheDrawingTypeface(uniqueId, typeface); in ReplayDeserialize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 263 RSTypefaceCache::Instance().CacheDrawingTypeface(globalUniqueId, typeface); in RegisterTypeface() 276 RSTypefaceCache::Instance().CacheDrawingTypeface(globalUniqueId, typeface); in RegisterTypeface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 1633 RSTypefaceCache::Instance().CacheDrawingTypeface(globalUniqueId, typeface); in RegisterTypeface()
|