Home
last modified time | relevance | path

Searched refs:isCached_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp335 if (isCached_ && canvas.isHighContrastEnabled() != cachedHighContrast_) { in Playback()
339 if (canvas.GetCacheType() == Drawing::CacheType::ENABLED && !isCached_) { in Playback()
341 } else if (canvas.GetCacheType() == Drawing::CacheType::DISABLED && isCached_) { in Playback()
364 if (isCached_) { in GenerateCache()
380 return isCached_; in GetIsCache()
385 isCached_ = isCached; in SetIsCache()
431 isCached_ = false; in ClearCache()
454 isCached_ = true; in GenerateCacheByVector()
494 isCached_ = true; in GenerateCacheByBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_data.h85 isCached_ = isCached; in SetIsCached()
90 return isCached_; in GetIsCached()
193 bool isCached_ { false };
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h192 isCached_ = false; // cache json file failed in GetUseLen()
233 bool isCached_; variable
H A Dcjson_parser.cpp37 : isCached_(false), in CJSONParser()
491 …_ERROR(HILOG_MODULE_ACE, "prepare language file name failed, cache status[%{public}d]", isCached_); in CacheFile()
494 isCached_ = false; in CacheFile()
532 isCached_ = CacheValue(nullptr, *json); in CacheFile()
535 return isCached_; in CacheFile()
760 if (!isCached_) { in GetValueFromCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h217 bool isCached_ = false; variable