Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_info.cpp65 std::string::size_type posRight = str.find(delim); in Split() local
66 while (std::string::npos != posRight) { in Split()
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()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1025 float posRight = 1.0f - (posLeft * 2.0f); local
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 5 milliseconds