Home
last modified time | relevance | path

Searched refs:idx1 (Results 1 - 4 of 4) sorted by relevance

/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.cpp111 std::string::size_type idx1; in HWTEST_F() local
112 idx1 = result.find("lockedState"); in HWTEST_F()
113 EXPECT_TRUE(idx1 != 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()
531 DrawNestedRoundRect(canvas, borderGeo, GetColor(idx1).AsArgbInt()); 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()
542 DrawNestedRoundRect(canvas, borderGeo, GetColor(idx1).AsArgbInt()); in DrawBorderImpl()
546 bool RSBorder::CanBeCombined(int idx1, int idx2) const in CanBeCombined() argument
549 if (GetColor(idx1).AsArgbInt() != GetColor(idx2).AsArgbInt() || GetStyle(idx1) != BorderStyle::SOLID || in CanBeCombined()
550 GetStyle(idx2) != BorderStyle::SOLID || ROSEN_LE(GetWidth(idx1), in CanBeCombined()
524 DrawBorderImpl( Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2) const DrawBorderImpl() argument
534 DrawBorderImpl( Drawing::Canvas& canvas, Drawing::Pen& pen, RSBorderGeo& borderGeo, int idx1, int idx2, int idx3) const DrawBorderImpl() argument
[all...]
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp88 auto idx1 = 2; in DataAnonymize() local
90 while (idx1++ < idx2) { in DataAnonymize()
91 s[idx1] = hiddenCh; in DataAnonymize()

Completed in 5 milliseconds