Home
last modified time | relevance | path

Searched refs:posLeft (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_info.cpp64 std::string::size_type posLeft = 0; in Split() local
67 vec.push_back(str.substr(posLeft, posRight - posLeft)); in Split()
68 posLeft = posRight + delim.size(); in Split()
69 posRight = str.find(delim, posLeft); in Split()
71 if (posLeft != str.size()) { in Split()
72 vec.push_back(str.substr(posLeft)); in Split()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1024 auto posLeft = static_cast<float>(shadeWidth / innerRect_.Width()); local
1025 float posRight = 1.0f - (posLeft * 2.0f);
1026 if (posRight < posLeft) {
1027 posRight = posLeft;
1038 float pos[] = { 0.0f, posLeft, posRight, 1.0f };
1047 RSScalar posTemplate[] = { 0.0f, posLeft, posRight, 1.0f };

Completed in 4 milliseconds