Home
last modified time | relevance | path

Searched refs:paths_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_path.cpp126 if (paths_.empty()) { in GetPath()
132 int32_t pathsSize = static_cast<int32_t>(paths_.size()); in GetPath()
137 SkParsePath::FromSVGString(paths_[firstPart].c_str(), &path); in GetPath()
142 SkParsePath::FromSVGString(paths_[firstPart + 1].c_str(), &path); in GetPath()
143 SkParsePath::FromSVGString(paths_[firstPart].c_str(), &ending); in GetPath()
157 if (paths_.empty()) { in GetPath()
163 int32_t pathsSize = static_cast<int32_t>(paths_.size()); in GetPath()
168 path.BuildFromSVGString(paths_[firstPart]); in GetPath()
169 ending.BuildFromSVGString(paths_[firstPart - 1]); in GetPath()
173 path.BuildFromSVGString(paths_[firstPart + 1]); in GetPath()
[all …]
H A Drender_svg_path.cpp64 paths_.clear(); in PrepareSelfAnimation()
65 PrepareWeightAnimate(svgAnimate, paths_, d_, isBy_); in PrepareSelfAnimation()
H A Drender_svg_path.h48 std::vector<std::string> paths_; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp48 paths_ = skills.paths_; in Skills()
62 paths_.clear(); in ~Skills()
276 if (index < 0 || paths_.empty() || std::size_t(index) >= paths_.size()) { in GetPath()
303 if (hasPath == paths_.end()) { in AddPath()
329 return hasPath != paths_.end(); in HasPath()
341 if (hasPath != paths_.end()) { in RemovePath()
342 paths_.erase(hasPath); in RemovePath()
356 if (hasPath != paths_.end()) { in RemovePath()
357 paths_.erase(hasPath); in RemovePath()
379 return paths_.empty() ? 0 : paths_.size(); in CountPaths()
[all …]
/ohos5.0/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp344 asyncCallbackInfo->paths_.push_back(cfgFiles->paths[i]); in NativeGetCfgFiles()
361 context->paths_.push_back(cfgFiles->paths[i]); in NativeGetCfgFilesSync()
382 asyncCallbackInfo->paths_.push_back(cfgDir->paths[i]); in NativeGetCfgDirList()
397 context->paths_.push_back(cfgDir->paths[i]); in NativeGetCfgDirListSync()
409 NAPI_CALL(env, napi_create_array_with_length(env, context->paths_.size(), &result)); in CreateArraysValue()
410 for (size_t i = 0; i < context->paths_.size(); i++) { in CreateArraysValue()
412 …NAPI_CALL(env, napi_create_string_utf8(env, context->paths_[i].c_str(), NAPI_AUTO_LENGTH, &element… in CreateArraysValue()
422 NAPI_CALL(env, napi_create_array_with_length(env, context.paths_.size(), &result)); in CreateArraysValueFunc()
423 for (size_t i = 0; i < context.paths_.size(); i++) { in CreateArraysValueFunc()
425 …NAPI_CALL(env, napi_create_string_utf8(env, context.paths_[i].c_str(), NAPI_AUTO_LENGTH, &element)… in CreateArraysValueFunc()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp188 : paths_(paths), pos_(0) in ObexSetPathObject()
193 if (pos_ >= paths_.size()) { in GetNextPath()
196 return paths_.at(pos_++); in GetNextPath()
201 return pos_ >= paths_.size(); in IsDone()
H A Dobex_session.h149 std::vector<std::u16string> paths_ {};
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h39 std::vector<std::string> paths_; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h191 … : ids_(ids), paths_(paths), notifyUris_(notifyUris), dateTakens_(dateTakens), subTypes_(subTypes), in DeleteFilesTask()
196 std::vector<std::string> paths_; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h454 std::vector<PatternsMatcher> paths_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2173 for (size_t i = 0; i < taskData->paths_.size(); i++) { in DeleteFiles()
2174 string filePath = taskData->paths_[i]; in DeleteFiles()
2190 taskData->ids_[i], taskData->table_, taskData->paths_[i], taskData->dateTakens_[i]); in DeleteFiles()
2193 for (const auto &path : taskData->paths_) { in DeleteFiles()