/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_cache.cpp | 68 GlyphCacheNode* GlyphsCache::GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType) in GetNodeFromCache() argument 81 if (!cacheType || p->cacheType == cacheType) { in GetNodeFromCache()
|
H A D | ui_font_cache_manager.cpp | 48 GlyphCacheNode* UIFontCacheManager::GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType) in GetNodeFromCache() argument 50 return glyphsCache_.GetNodeFromCache(unicode, fontKey, cacheType); in GetNodeFromCache()
|
H A D | ui_font_cache_manager.h | 30 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
|
H A D | glyphs_manager.cpp | 104 cacheNode->cacheType = fileType_; in GetGlyphNodeFromFiles() 148 if (cacheNode != nullptr && cacheNode->cacheType == fileType_) { in GetBitmap()
|
H A D | glyphs_cache.h | 39 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderparams_fuzzer/ |
H A D | rsrenderparams_fuzzer.cpp | 175 RSDrawingCacheType cacheType = RSDrawingCacheType::FORCED_CACHE;
in DoOpincSetCacheChangeFlag() local 176 rsRenderParams.SetDrawingCacheType(cacheType);
in DoOpincSetCacheChangeFlag()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 245 void RSRenderParams::SetDrawingCacheType(RSDrawingCacheType cacheType) in SetDrawingCacheType() argument 247 if (drawingCacheType_ == cacheType) { in SetDrawingCacheType() 251 drawingCacheType_ = cacheType; in SetDrawingCacheType()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 435 auto cacheType = cacheManager_->GetCachedType(); 436 RS_OPTIONAL_TRACE_NAME_FMT("RSFilterDrawable::IsFilterCacheValidForOcclusion cacheType:%d renderClearType_:%d", 437 cacheType, renderClearType_); 439 return cacheType != FilterCacheType::NONE;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 1440 const auto cacheType = static_cast<int>(node->GetCacheType()); in OnParallelRenderBegin() local 1442 (cacheType > static_cast<int>(CacheType::CONTENT) ? std::to_string(cacheType) : cacheTypes[cacheType]); in OnParallelRenderBegin() 1443 usual += cacheType == static_cast<int>(CacheType::NONE) ? 1 : 0; in OnParallelRenderBegin() 1451 usual += (cacheType == RSDrawingCacheType::DISABLED_CACHE) ? 1 : 0; in OnParallelRenderBegin()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.h | 54 MultiThreadCacheType cacheType);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_params.h | 187 void SetDrawingCacheType(RSDrawingCacheType cacheType);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.h | 150 void SetCacheType(DrawableCacheType cacheType);
|
H A D | rs_render_node_drawable.cpp | 97 RS_OPTIONAL_TRACE_NAME_FMT("RSCanvasRenderNodeDrawable::OnDraw id:%llu cacheType:%d cacheChanged:%d" in GenerateCacheIfNeed() 473 void RSRenderNodeDrawable::SetCacheType(DrawableCacheType cacheType) in SetCacheType() argument 475 cacheType_ = cacheType; in SetCacheType()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 1014 CipherType cacheType; in CheckKvDBProperties() local 1018 kvDB->GetMyProperties().GetPassword(cacheType, cachePasswd); in CheckKvDBProperties() 1021 !DBCommon::IsSameCipher(cacheType, inputType))) { // LCOV_EXCL_BR_LINE in CheckKvDBProperties()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1085 RS_OPTIONAL_TRACE_NAME_FMT("DrawingCacheInfoAfter id:%llu cacheType:%d childHasVisibleFilter:%d " \ in UpdateDrawingCacheInfoAfterChildren() 2808 auto cacheType = GetCacheType(); in NeedInitCacheSurface() local 2811 if (cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid() && in NeedInitCacheSurface() 2875 auto cacheType = GetCacheType(); in InitCacheSurface() local 2880 if (cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid() && in InitCacheSurface() 2973 auto cacheType = GetCacheType(); in DrawCacheSurface() local 2998 if ((cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid()) || isUIFirst) { in DrawCacheSurface() 3811 void RSRenderNode::SetCacheType(CacheType cacheType) in SetCacheType() argument 3813 cacheType_ = cacheType; in SetCacheType() 3827 void RSRenderNode::SetDrawingCacheType(RSDrawingCacheType cacheType) in SetDrawingCacheType() argument [all...] |
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 305 uint16_t cacheType; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 429 void SetCacheType(CacheType cacheType); 445 void SetDrawingCacheType(RSDrawingCacheType cacheType);
|