Home
last modified time | relevance | path

Searched refs:limitSize (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_lineTypography.cpp50 size_t limitSize = innerlineTypography->GetUnicodeSize(); in OH_Drawing_LineTypographyGetLineBreak() local
51 if (startIndex >= limitSize || width <= 0) { in OH_Drawing_LineTypographyGetLineBreak()
61 size_t limitSize = innerlineTypography->GetUnicodeSize(); in OH_Drawing_LineTypographyCreateLine() local
62 if (startIndex >= limitSize || count + startIndex > limitSize) { in OH_Drawing_LineTypographyCreateLine()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/line_typeset_napi/
H A Djs_line_typeset.cpp150 size_t limitSize = lineTypography_->GetUnicodeSize(); in OnGetLineBreak() local
151 if (index < 0 || index >= limitSize || width <= 0) { in OnGetLineBreak()
180 size_t limitSize = lineTypography_->GetUnicodeSize(); in OnCreateLine() local
181 if (index < 0 || index >= limitSize || count < 0 || count + index > limitSize) { in OnCreateLine()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Ddemuxer_plugin.h169 virtual void SetCacheLimit(uint32_t limitSize) = 0;
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H A Dmedia_demuxer_unit_test.h151 virtual void SetCacheLimit(uint32_t limitSize) in SetCacheLimit() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h79 void SetCacheLimit(uint32_t limitSize) override;
H A Dffmpeg_demuxer_plugin.cpp1643 void FFmpegDemuxerPlugin::SetCacheLimit(uint32_t limitSize)
1646 cachelimitSize_ = limitSize;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service_event_handler.h533 const std::string &bundleDataDirPath, const int32_t limitSize) const;
H A Dbase_bundle_installer.h708 const std::string &bundleDataDirPath, const int32_t limitSize) const;
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h129 void SetCacheLimit(uint32_t limitSize);
H A Dmedia_demuxer.cpp2176 void MediaDemuxer::SetCacheLimit(uint32_t limitSize) in SetCacheLimit() argument
2186 pluginTemp->SetCacheLimit(limitSize); in SetCacheLimit()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h285 void JudgmentDump(size_t limitSize);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp465 auto limitSize = static_cast<uint32_t>(static_cast<int32_t>(maxLength) * counterType / SHOW_COUNTER_PERCENT); in UpdateCounterNode() local
466 if (counterType == DEFAULT_MODE || (textLength >= limitSize && counterType != DEFAULT_MODE)) { in UpdateCounterNode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1553 const std::string &bundleDataDirPath, const int32_t limitSize) const in PrepareBundleDirQuota()
1555 if (limitSize == 0) { in PrepareBundleDirQuota()
1559 int32_t atomicserviceDatasizeThreshold = limitSize; in PrepareBundleDirQuota()
H A Dbase_bundle_installer.cpp2818 const std::string &bundleDataDirPath, const int32_t limitSize) const in PrepareBundleDirQuota()
2820 if (limitSize == 0) { in PrepareBundleDirQuota()
2824 int32_t atomicserviceDatasizeThreshold = limitSize; in PrepareBundleDirQuota()

Completed in 29 milliseconds