Home
last modified time | relevance | path

Searched refs:cacheType (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.cpp68 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 Dui_font_cache_manager.cpp48 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 Dui_font_cache_manager.h30 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
H A Dglyphs_manager.cpp104 cacheNode->cacheType = fileType_; in GetGlyphNodeFromFiles()
148 if (cacheNode != nullptr && cacheNode->cacheType == fileType_) { in GetBitmap()
H A Dglyphs_cache.h39 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 Drsrenderparams_fuzzer.cpp175 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 Drs_render_params.cpp245 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 Drs_property_drawable.cpp435 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 Drs_profiler.cpp1440 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 Drs_uifirst_manager.h54 MultiThreadCacheType cacheType);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h187 void SetDrawingCacheType(RSDrawingCacheType cacheType);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.h150 void SetCacheType(DrawableCacheType cacheType);
H A Drs_render_node_drawable.cpp97 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 Dkvdb_manager.cpp1014 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 Drs_render_node.cpp1085 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 Dui_font_header.h305 uint16_t cacheType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h429 void SetCacheType(CacheType cacheType);
445 void SetDrawingCacheType(RSDrawingCacheType cacheType);

Completed in 21 milliseconds