Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp196 auto idx2 = TabsHelper::GetTabBarElementIndex(AceType::Claim(this), renderNode); in UpdateIndex() local
198 // idx2 can already be corrected value, so update focus in any case in UpdateIndex()
199 idx2 = idx2 < 0 ? 0 : idx2; in UpdateIndex()
200 TabsHelper::SetIndex(Referenced::Claim<Element>(this), idx2); in UpdateIndex()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_border.h109 void DrawBorderImpl(Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2) const;
111 Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2, int idx3) const;
/foundation/ability/ability_runtime/test/moduletest/mission_dump_test/
H A Dmission_dump_test.cpp115 std::string::size_type idx2; in HWTEST_F() local
116 idx2 = result.find("AbilityRecord"); in HWTEST_F()
117 EXPECT_TRUE(idx2 != string::npos); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp525 Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2) const in DrawBorderImpl()
529 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl()
535 Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2, int idx3) const in DrawBorderImpl()
539 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl()
546 bool RSBorder::CanBeCombined(int idx1, int idx2) const in CanBeCombined()
549 if (GetColor(idx1).AsArgbInt() != GetColor(idx2).AsArgbInt() || GetStyle(idx1) != BorderStyle::SOLID || in CanBeCombined()
550 GetStyle(idx2) != BorderStyle::SOLID || ROSEN_LE(GetWidth(idx1), 0.f) || in CanBeCombined()
551 ROSEN_LE(GetWidth(idx2), 0.f)) { in CanBeCombined()
534 DrawBorderImpl( Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2, int idx3) const DrawBorderImpl() argument
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp89 const auto idx2 = static_cast<int>(s.size() - 4); in DataAnonymize() local
90 while (idx1++ < idx2) { in DataAnonymize()

Completed in 6 milliseconds